fix 1.3" tft backlight
This commit is contained in:
parent
07a8bb9339
commit
a904ca8ca8
1 changed files with 1 additions and 11 deletions
|
|
@ -53,22 +53,12 @@
|
||||||
height = <240>;
|
height = <240>;
|
||||||
buswidth = <8>;
|
buswidth = <8>;
|
||||||
dc-gpios = <&gpio 25 0>;
|
dc-gpios = <&gpio 25 0>;
|
||||||
backlight = <&backlight>;
|
led-gpios = <&gpio 26 0>;
|
||||||
debug = <0>;
|
debug = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fragment@3 {
|
|
||||||
target-path = "/soc";
|
|
||||||
__overlay__ {
|
|
||||||
backlight: backlight {
|
|
||||||
compatible = "gpio-backlight";
|
|
||||||
gpios = <&gpio 26 0>;
|
|
||||||
default-on;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
__overrides__ {
|
__overrides__ {
|
||||||
speed = <&pitft>,"spi-max-frequency:0";
|
speed = <&pitft>,"spi-max-frequency:0";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue