board: ge: bx50v3: override panel
authorIan Ray <ian.ray@ge.com>
Fri, 31 Jan 2020 13:07:58 +0000 (15:07 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 9 Feb 2020 20:47:20 +0000 (21:47 +0100)
Override the panel compatible string for LCD in U-Boot.

Include U-Boot device tree overrides in device-specific device trees so
that the panel compatible string is used.

Fixes: 8c26739859c6 ("board: ge: bx50v3: sync devicetrees from Linux")
Signed-off-by: Ian Ray <ian.ray@ge.com>
arch/arm/dts/imx6q-b450v3.dts
arch/arm/dts/imx6q-b650v3.dts
arch/arm/dts/imx6q-b850v3.dts
arch/arm/dts/imx6q-bx50v3-uboot.dtsi

index 7fca833..995caa8 100644 (file)
                };
        };
 };
+
+#include "imx6q-bx50v3-uboot.dtsi"
index ba12e9b..95a6134 100644 (file)
                };
        };
 };
+
+#include "imx6q-bx50v3-uboot.dtsi"
index 0a98552..6416825 100644 (file)
                phy-handle = <&switchphy4>;
        };
 };
+
+#include "imx6q-bx50v3-uboot.dtsi"
index 77115a7..df446e0 100644 (file)
                compatible = "wdt-reboot";
                wdt = <&wdog1>;
        };
+
+       panel-lvds0 {
+               compatible = "simple-panel";
+       };
 };
 
 &eeprom {