[PATCH 05/21] ARM: ux500: Supply the GPIO clocks lookup to the DBX500 DT

From: Lee Jones
Date: Mon Jun 03 2013 - 09:47:31 EST


Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>
---
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@8012e080 {
@@ -82,6 +84,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <1>;
+
+ clocks = <&clk 49>;
};

gpio2: gpio@8000e000 {
@@ -95,6 +99,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <2>;
+
+ clocks = <&clk 72>;
};

gpio3: gpio@8000e080 {
@@ -108,6 +114,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <3>;
+
+ clocks = <&clk 72>;
};

gpio4: gpio@8000e100 {
@@ -121,6 +129,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <4>;
+
+ clocks = <&clk 72>;
};

gpio5: gpio@8000e180 {
@@ -134,6 +144,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <5>;
+
+ clocks = <&clk 72>;
};

gpio6: gpio@8011e000 {
@@ -147,6 +159,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <6>;
+
+ clocks = <&clk 63>;
};

gpio7: gpio@8011e080 {
@@ -160,6 +174,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-bank = <7>;
+
+ clocks = <&clk 63>;
};

gpio8: gpio@a03fe000 {
@@ -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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/