linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 14/16] ARM: dts: i.MX51: move kpp pinmux entry
Date: Tue, 25 Jun 2013 15:51:58 +0200	[thread overview]
Message-ID: <1372168320-22605-15-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1372168320-22605-1-git-send-email-s.hauer@pengutronix.de>

For keeping the alphabetical order in the pinmux nodes.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/boot/dts/imx51.dtsi | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index f64c87e..7eb026e 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -486,6 +486,21 @@
 					};
 				};
 
+				kpp {
+					pinctrl_kpp_1: kppgrp-1 {
+						fsl,pins = <
+							MX51_PAD_KEY_ROW0__KEY_ROW0 0xe0
+							MX51_PAD_KEY_ROW1__KEY_ROW1 0xe0
+							MX51_PAD_KEY_ROW2__KEY_ROW2 0xe0
+							MX51_PAD_KEY_ROW3__KEY_ROW3 0xe0
+							MX51_PAD_KEY_COL0__KEY_COL0 0xe8
+							MX51_PAD_KEY_COL1__KEY_COL1 0xe8
+							MX51_PAD_KEY_COL2__KEY_COL2 0xe8
+							MX51_PAD_KEY_COL3__KEY_COL3 0xe8
+						>;
+					};
+				};
+
 				pata {
 					pinctrl_pata_1: patagrp-1 {
 						fsl,pins = <
@@ -559,21 +574,6 @@
 						>;
 					};
 				};
-
-				kpp {
-					pinctrl_kpp_1: kppgrp-1 {
-						fsl,pins = <
-							MX51_PAD_KEY_ROW0__KEY_ROW0 0xe0
-							MX51_PAD_KEY_ROW1__KEY_ROW1 0xe0
-							MX51_PAD_KEY_ROW2__KEY_ROW2 0xe0
-							MX51_PAD_KEY_ROW3__KEY_ROW3 0xe0
-							MX51_PAD_KEY_COL0__KEY_COL0 0xe8
-							MX51_PAD_KEY_COL1__KEY_COL1 0xe8
-							MX51_PAD_KEY_COL2__KEY_COL2 0xe8
-							MX51_PAD_KEY_COL3__KEY_COL3 0xe8
-						>;
-					};
-				};
 			};
 
 			pwm1: pwm at 73fb4000 {
-- 
1.8.3.1

  parent reply	other threads:[~2013-06-25 13:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-25 13:51 [PATCH] i.MX dts updates Sascha Hauer
2013-06-25 13:51 ` [PATCH 01/16] ARM: dts: i.MX6: sync imx6q and imx6dl pinmux entries Sascha Hauer
2013-06-25 13:51 ` [PATCH 02/16] ARM: dts: i.MX6qdl: Add compatible and clock to flexcan nodes Sascha Hauer
2013-06-25 13:51 ` [PATCH 03/16] ARM: dts: i.MX6qdl: Add i.MX31 compatible to gpt node Sascha Hauer
2013-06-26 13:59   ` Shawn Guo
2013-06-26 14:13     ` Sascha Hauer
2013-06-25 13:51 ` [PATCH 04/16] ARM: dts: i.MX27: Add iim node Sascha Hauer
2013-06-25 13:51 ` [PATCH 05/16] ARM: dts: i.MX31: " Sascha Hauer
2013-06-25 13:51 ` [PATCH 06/16] ARM: dts: i.MX25: " Sascha Hauer
2013-06-25 13:51 ` [PATCH 07/16] ARM: dts: i.MX51: " Sascha Hauer
2013-06-25 13:51 ` [PATCH 08/16] ARM: dts: i.MX53: " Sascha Hauer
2013-06-25 13:51 ` [PATCH 09/16] ARM: dts: i.MX25: Add i2c and spi aliases Sascha Hauer
2013-06-25 13:51 ` [PATCH 10/16] ARM: dts: i.MX27: Add i2c aliases Sascha Hauer
2013-06-25 13:51 ` [PATCH 11/16] ARM: dts: i.MX51: Add i2c and spi aliases Sascha Hauer
2013-06-25 13:51 ` [PATCH 12/16] ARM: dts: i.MX53: " Sascha Hauer
2013-06-25 13:51 ` [PATCH 13/16] ARM: dts: i.MX6: " Sascha Hauer
2013-06-25 13:51 ` Sascha Hauer [this message]
2013-06-25 13:51 ` [PATCH 15/16] ARM: dts: i.MX51 babbage: Add spi-cs-high property to pmic Sascha Hauer
2013-06-25 13:52 ` [PATCH 16/16] ARM: dts: i.MX51: Add USB host1/2 pinmux entries Sascha Hauer
2013-06-26 14:00 ` [PATCH] i.MX dts updates Shawn Guo

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=1372168320-22605-15-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.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).