Message ID | 1385240244-28629-4-git-send-email-sre@debian.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 6ad5ae9..ac725e0 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -585,6 +585,9 @@ spi-max-frequency = <6000000>; reg = <2>; + label = "lcd"; + reset-gpio = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* 90 */ + pinctrl-names = "default"; pinctrl-0 = <&display_pins>; };
This adds reset-gpio property to the Nokia N900's lcd node. Signed-off-by: Sebastian Reichel <sre@debian.org> --- arch/arm/boot/dts/omap3-n900.dts | 3 +++ 1 file changed, 3 insertions(+)