Other Parts Discussed in Thread: AM4372
Tool/software: Linux
Hi,
I have the dts file looks like this:
#include "am4372.dtsi"
#include <dt-bindings/pinctrl/am43xx.h>
#include <dt-bindings/pwm/pwm.h>
#include <dt-bindings/gpio/gpio.h>
&spi2 {
pinctrl-0 = <&spi2_pins>;
status = "okay";
spidev@0 {
compatible = "ti,tianma";
spi-max-frequency = <24000000>;
reg = <0>;
};
lcdReset-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
};
however, the compiler says the line lcdReset-gpios has error. and I do not see syntax error here. no matter where I move this line to, the error follows until I remove this line. Where did I do wrong.
Thanks