0013-ARM-dts-omap4-droid4-improve-LCD-description.patch (1127B)
1 From caebc72b95edde23e564f221f09d11148c8526fd Mon Sep 17 00:00:00 2001 2 From: Sebastian Reichel <sebastian.reichel@collabora.co.uk> 3 Date: Mon, 24 Jul 2017 19:33:10 +0200 4 Subject: [PATCH 13/17] ARM: dts: omap4-droid4: improve LCD description 5 6 This improves LCD support for the Droid 4. 7 8 Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> 9 --- 10 arch/arm/boot/dts/omap4-droid4-xt894.dts | 6 +++++- 11 1 file changed, 5 insertions(+), 1 deletion(-) 12 13 diff --git a/arch/arm/boot/dts/omap4-droid4-xt894.dts b/arch/arm/boot/dts/omap4-droid4-xt894.dts 14 index 8b93d37..4620b20 100644 15 --- a/arch/arm/boot/dts/omap4-droid4-xt894.dts 16 +++ b/arch/arm/boot/dts/omap4-droid4-xt894.dts 17 @@ -176,6 +176,10 @@ 18 vddi-supply = <&lcd_regulator>; 19 reset-gpios = <&gpio4 5 GPIO_ACTIVE_HIGH>; /* gpio101 */ 20 21 + width-mm = <50>; 22 + height-mm = <89>; 23 + backlight = <&lcd_backlight>; 24 + 25 panel-timing { 26 clock-frequency = <0>; /* Calculated by dsi */ 27 28 @@ -345,7 +349,7 @@ 29 30 enable-gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>; 31 32 - backlight { 33 + lcd_backlight: backlight { 34 compatible = "ti,lm3532-backlight"; 35 36 lcd { 37 -- 38 2.1.4 39