Commit bd58b1a7855ac21ef4996f5e830e227aac0d5109

Authored by Ian Ray
Committed by Stefano Babic
1 parent 9167c20692

board: ge: bx50v3: override panel

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>

Showing 4 changed files with 10 additions and 0 deletions Side-by-side Diff

arch/arm/dts/imx6q-b450v3.dts
... ... @@ -158,4 +158,6 @@
158 158 };
159 159 };
160 160 };
  161 +
  162 +#include "imx6q-bx50v3-uboot.dtsi"
arch/arm/dts/imx6q-b650v3.dts
... ... @@ -157,4 +157,6 @@
157 157 };
158 158 };
159 159 };
  160 +
  161 +#include "imx6q-bx50v3-uboot.dtsi"
arch/arm/dts/imx6q-b850v3.dts
... ... @@ -300,4 +300,6 @@
300 300 phy-handle = <&switchphy4>;
301 301 };
302 302 };
  303 +
  304 +#include "imx6q-bx50v3-uboot.dtsi"
arch/arm/dts/imx6q-bx50v3-uboot.dtsi
... ... @@ -14,6 +14,10 @@
14 14 compatible = "wdt-reboot";
15 15 wdt = <&wdog1>;
16 16 };
  17 +
  18 + panel-lvds0 {
  19 + compatible = "simple-panel";
  20 + };
17 21 };
18 22  
19 23 &eeprom {