[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1370266965-7901-6-git-send-email-lee.jones@linaro.org>
Date: Mon, 3 Jun 2013 14:42:29 +0100
From: Lee Jones <lee.jones@...aro.org>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: arnd@...db.de, linus.walleij@...ricsson.com,
srinidhi.kasagar@...ricsson.com, ulf.hansson@...aro.org,
Lee Jones <lee.jones@...aro.org>
Subject: [PATCH 05/21] ARM: ux500: Supply the GPIO clocks lookup to the DBX500 DT
Signed-off-by: Lee Jones <lee.jones@...aro.org>
---
arch/arm/boot/dts/dbx5x0.dtsi | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index fe7cb84..fa3fd41 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -69,6 +69,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <0>;
+
+ clocks = <&clk 49>;
};
gpio1: gpio@...2e080 {
@@ -82,6 +84,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <1>;
+
+ clocks = <&clk 49>;
};
gpio2: gpio@...0e000 {
@@ -95,6 +99,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <2>;
+
+ clocks = <&clk 72>;
};
gpio3: gpio@...0e080 {
@@ -108,6 +114,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <3>;
+
+ clocks = <&clk 72>;
};
gpio4: gpio@...0e100 {
@@ -121,6 +129,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <4>;
+
+ clocks = <&clk 72>;
};
gpio5: gpio@...0e180 {
@@ -134,6 +144,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <5>;
+
+ clocks = <&clk 72>;
};
gpio6: gpio@...1e000 {
@@ -147,6 +159,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <6>;
+
+ clocks = <&clk 63>;
};
gpio7: gpio@...1e080 {
@@ -160,6 +174,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <7>;
+
+ clocks = <&clk 63>;
};
gpio8: gpio@...fe000 {
@@ -173,6 +189,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <8>;
+
+ clocks = <&clk 74>;
};
pinctrl {
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists