fix 1.3" tft backlight

This commit is contained in:
lady ada 2020-08-02 22:40:01 -04:00
parent 07a8bb9339
commit a904ca8ca8

View file

@ -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";