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 7fca833cbf9c95a7af2d9b4ecee964c26aeaf682..995caa8a331446f5d0b91af1e9c879d619e7350a 100644 (file)
                };
        };
 };
+
+#include "imx6q-bx50v3-uboot.dtsi"
index ba12e9be5fbaddc85e1f43a72c15954ffc5009a2..95a61347da5972a13e85945b1e0aa5e9c5371267 100644 (file)
                };
        };
 };
+
+#include "imx6q-bx50v3-uboot.dtsi"
index 0a98552691249bcea907ec94dd1c1882138f2631..6416825234b003c8dac74ed940a53eac92ea55de 100644 (file)
                phy-handle = <&switchphy4>;
        };
 };
+
+#include "imx6q-bx50v3-uboot.dtsi"
index 77115a7a9acd516d0bfde8e46def1c2b35f3d91a..df446e0ed149fdf9084b706ad38a522e6dbdacb9 100644 (file)
                compatible = "wdt-reboot";
                wdt = <&wdog1>;
        };
+
+       panel-lvds0 {
+               compatible = "simple-panel";
+       };
 };
 
 &eeprom {