hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/sun5i-a13-q8-tablet.dts
....@@ -49,19 +49,13 @@
4949 compatible = "allwinner,q8-a13", "allwinner,sun5i-a13";
5050
5151 panel: panel {
52
- compatible = "urt,umsh-8596md-t", "simple-panel";
53
- #address-cells = <1>;
54
- #size-cells = <0>;
52
+ compatible = "bananapi,s070wv20-ct16";
53
+ power-supply = <&reg_vcc3v3>;
54
+ enable-gpios = <&axp_gpio 0 GPIO_ACTIVE_HIGH>; /* AXP GPIO0 */
55
+ backlight = <&backlight>;
5556
56
- port@0 {
57
- reg = <0>;
58
- /* TODO: lcd panel uses axp gpio0 as enable pin */
59
- backlight = <&backlight>;
60
- #address-cells = <1>;
61
- #size-cells = <0>;
62
-
63
- panel_input: endpoint@0 {
64
- reg = <0>;
57
+ port {
58
+ panel_input: endpoint {
6559 remote-endpoint = <&tcon0_out_lcd>;
6660 };
6761 };