mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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: 8c26739859
("board: ge: bx50v3: sync devicetrees from Linux")
Signed-off-by: Ian Ray <ian.ray@ge.com>
This commit is contained in:
parent
9167c20692
commit
bd58b1a785
4 changed files with 10 additions and 0 deletions
|
@ -158,3 +158,5 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
#include "imx6q-bx50v3-uboot.dtsi"
|
||||
|
|
|
@ -157,3 +157,5 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
#include "imx6q-bx50v3-uboot.dtsi"
|
||||
|
|
|
@ -300,3 +300,5 @@
|
|||
phy-handle = <&switchphy4>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "imx6q-bx50v3-uboot.dtsi"
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
compatible = "wdt-reboot";
|
||||
wdt = <&wdog1>;
|
||||
};
|
||||
|
||||
panel-lvds0 {
|
||||
compatible = "simple-panel";
|
||||
};
|
||||
};
|
||||
|
||||
&eeprom {
|
||||
|
|
Loading…
Reference in a new issue