From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: [PATCH 4/4] ARM: dts: omap3-n900: Add display support Date: Fri, 13 Dec 2013 19:17:30 +0100 Message-ID: <1386958650-2404-5-git-send-email-sre@debian.org> References: <1386958650-2404-1-git-send-email-sre@debian.org> Return-path: In-Reply-To: <1386958650-2404-1-git-send-email-sre@debian.org> Sender: linux-omap-owner@vger.kernel.org To: Sebastian Reichel , Tomi Valkeinen , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, devicetree@vger.kernel.org, Sebastian Reichel List-Id: devicetree@vger.kernel.org Add support for the Nokia N900's display. Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/omap3-n900.dts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index c2c306d..cf776f3 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -472,12 +472,28 @@ reg = <0>; }; mipid@2 { - compatible = "acx565akm"; + compatible = "sony,acx565akm"; spi-max-frequency = <6000000>; reg = <2>; + label = "lcd"; + reset-gpio = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* 90 */ + pinctrl-names = "default"; pinctrl-0 = <&display_pins>; + + lcd_in: endpoint { + remote-endpoint = <&sdi_out>; + }; + }; +}; + +&sdi { + vdds_sdi-supply = <&vaux1>; + + sdi_out: endpoint { + remote-endpoint = <&lcd_in>; + data-lines = <2>; }; }; -- 1.8.5.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Date: Fri, 13 Dec 2013 18:17:30 +0000 Subject: [PATCH 4/4] ARM: dts: omap3-n900: Add display support Message-Id: <1386958650-2404-5-git-send-email-sre@debian.org> List-Id: References: <1386958650-2404-1-git-send-email-sre@debian.org> In-Reply-To: <1386958650-2404-1-git-send-email-sre@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Sebastian Reichel , Tomi Valkeinen , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, devicetree@vger.kernel.org, Sebastian Reichel Add support for the Nokia N900's display. Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/omap3-n900.dts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index c2c306d..cf776f3 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -472,12 +472,28 @@ reg = <0>; }; mipid@2 { - compatible = "acx565akm"; + compatible = "sony,acx565akm"; spi-max-frequency = <6000000>; reg = <2>; + label = "lcd"; + reset-gpio = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* 90 */ + pinctrl-names = "default"; pinctrl-0 = <&display_pins>; + + lcd_in: endpoint { + remote-endpoint = <&sdi_out>; + }; + }; +}; + +&sdi { + vdds_sdi-supply = <&vaux1>; + + sdi_out: endpoint { + remote-endpoint = <&lcd_in>; + data-lines = <2>; }; }; -- 1.8.5.1