aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2020-01-31 15:07:57 +0200
committerStefano Babic <sbabic@denx.de>2020-02-09 21:47:20 +0100
commit9167c20692b2a7a3166a511da22a42e0e8fa1261 (patch)
treeb127b64a2a3bf89c408feaf954e7315ce9f4bf2e /arch
parent1d06dc6d16a94611d916bef79deeaf73a726487b (diff)
downloadu-boot-9167c20692b2a7a3166a511da22a42e0e8fa1261.zip
u-boot-9167c20692b2a7a3166a511da22a42e0e8fa1261.tar.gz
u-boot-9167c20692b2a7a3166a511da22a42e0e8fa1261.tar.bz2
board: ge: mx53ppd: enable DM_VIDEO
Enable DM_VIDEO for mx53ppd. Enable DM_REGULATOR_FIXED and DM_PWM for the backlight. Remove unused MX53PPD_LCD_POWER. Remove old (incorrect) setup_iomux_lcd. Enable backlight via display enable handler. Use cls command to initiate display in HW agnostic manner. Modify `failbootcmd' to use lcdputs. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx53-ppd-uboot.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/imx53-ppd-uboot.dtsi b/arch/arm/dts/imx53-ppd-uboot.dtsi
index 0f81947..d38a1bc 100644
--- a/arch/arm/dts/imx53-ppd-uboot.dtsi
+++ b/arch/arm/dts/imx53-ppd-uboot.dtsi
@@ -14,6 +14,11 @@
compatible = "u-boot,bootcount-i2c-eeprom";
i2c-eeprom = <&bootcount>;
};
+
+ panel-lvds0 {
+ compatible = "simple-panel";
+ backlight = <&pwm_bl>;
+ };
};
&eeprom {