diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-07-24 19:33:10 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-21 15:46:08 +0100 |
commit | d6c95d54b8a827618dbeccb5054aff4fb6903215 (patch) | |
tree | a46d901a71fcc72a863ff1ef3bd8cf4fc53befc3 /arch/arm/boot/dts/omap4-droid4-xt894.dts | |
parent | ARM: dts: am43xx: Fix inverted DS0_PULL_UP_DOWN_EN macro (diff) | |
download | linux-d6c95d54b8a827618dbeccb5054aff4fb6903215.tar.xz linux-d6c95d54b8a827618dbeccb5054aff4fb6903215.zip |
ARM: dts: omap4-droid4: improve LCD description
This improves LCD support for the Droid 4.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-droid4-xt894.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-droid4-xt894.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-droid4-xt894.dts b/arch/arm/boot/dts/omap4-droid4-xt894.dts index 24a463f8641f..b21084da490b 100644 --- a/arch/arm/boot/dts/omap4-droid4-xt894.dts +++ b/arch/arm/boot/dts/omap4-droid4-xt894.dts @@ -177,6 +177,10 @@ vddi-supply = <&lcd_regulator>; reset-gpios = <&gpio4 5 GPIO_ACTIVE_HIGH>; /* gpio101 */ + width-mm = <50>; + height-mm = <89>; + backlight = <&lcd_backlight>; + panel-timing { clock-frequency = <0>; /* Calculated by dsi */ @@ -346,7 +350,7 @@ enable-gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>; - backlight { + lcd_backlight: backlight { compatible = "ti,lm3532-backlight"; lcd { |