linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mx28: Add LCD pinmux
Date: Sat, 23 Jun 2012 20:45:18 +0200	[thread overview]
Message-ID: <1340477119-2835-1-git-send-email-marex@denx.de> (raw)

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
CC: Dong Aisheng <b29396@freescale.com>
CC: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Linux ARM kernel <linux-arm-kernel@lists.infradead.org>
CC: Shawn Guo <shawn.guo@linaro.org>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 arch/arm/boot/dts/imx28.dtsi |   45 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 464303c..ab29cbe 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -221,6 +221,51 @@
 					fsl,pull-up = <0>;
 				};
 
+				lcd_data_pins_8bpp_a: lcd at 0 {
+					reg = <0>;
+					fsl,pinmux-ids = <0x1000 0x1010 0x1020 0x1030
+						0x1040 0x1050 0x1060 0x1070>;
+					fsl,drive-strength = <0>;
+					fsl,voltage = <1>;
+					fsl,pull-up = <0>;
+				};
+
+				lcd_data_pins_16bpp_a: lcd at 1 {
+					reg = <0>;
+					fsl,pinmux-ids = <0x1000 0x1010 0x1020 0x1030
+						0x1040 0x1050 0x1060 0x1070
+						0x1080 0x1090 0x10a0 0x10b0
+						0x10c0 0x10d0 0x10e0 0x10f0>;
+					fsl,drive-strength = <0>;
+					fsl,voltage = <1>;
+					fsl,pull-up = <0>;
+				};
+
+				lcd_data_pins_18bpp_a: lcd at 2 {
+					reg = <0>;
+					fsl,pinmux-ids = <0x1000 0x1010 0x1020 0x1030
+						0x1040 0x1050 0x1060 0x1070
+						0x1080 0x1090 0x10a0 0x10b0
+						0x10c0 0x10d0 0x10e0 0x10f0
+						0x1100 0x1110>;
+					fsl,drive-strength = <0>;
+					fsl,voltage = <1>;
+					fsl,pull-up = <0>;
+				};
+
+				lcd_data_pins_24bpp_a: lcd at 3 {
+					reg = <0>;
+					fsl,pinmux-ids = <0x1000 0x1010 0x1020 0x1030
+						0x1040 0x1050 0x1060 0x1070
+						0x1080 0x1090 0x10a0 0x10b0
+						0x10c0 0x10d0 0x10e0 0x10f0
+						0x1100 0x1110 0x1120 0x1130
+						0x1140 0x1150 0x1160 0x1170>;
+					fsl,drive-strength = <0>;
+					fsl,voltage = <1>;
+					fsl,pull-up = <0>;
+				};
+
 				mac0_pins_a: mac0 at 0 {
 					reg = <0>;
 					fsl,pinmux-ids = <0x4000 0x4010 0x4020
-- 
1.7.10

             reply	other threads:[~2012-06-23 18:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-23 18:45 Marek Vasut [this message]
2012-06-24  6:28 ` [PATCH] ARM: mx28: Add LCD pinmux Fabio Estevam
2012-06-24 13:05   ` Marek Vasut
2012-06-24 13:15     ` Fabio Estevam
2012-06-24 13:43       ` Marek Vasut
2012-06-26  2:52 ` Shawn Guo
2012-06-26 12:17   ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1340477119-2835-1-git-send-email-marex@denx.de \
    --to=marex@denx.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).