diff options
author | Emilio López <emilio@elopez.com.ar> | 2013-03-27 17:20:39 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-04-04 17:42:05 -0400 |
commit | 9ff49ec75ee2b8d4dc2b92d24d5587a5b731f0e3 (patch) | |
tree | 1412af7c8a2e4a45036d27b61f762f567da837e9 /arch/arm/boot/dts/sun4i-a10.dtsi | |
parent | 07c60ef775568d2190f93786c464e30696c10b95 (diff) |
arm: sunxi: use the right clock phandles for UARTs
All the UARTs are connected to clock gates; now that our clock driver
is able to handle them, make the switch.
Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 68a27fc4491f..6b3a6b25f1f8 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi | |||
@@ -54,7 +54,7 @@ | |||
54 | interrupts = <1>; | 54 | interrupts = <1>; |
55 | reg-shift = <2>; | 55 | reg-shift = <2>; |
56 | reg-io-width = <4>; | 56 | reg-io-width = <4>; |
57 | clocks = <&osc>; | 57 | clocks = <&apb1_gates 16>; |
58 | status = "disabled"; | 58 | status = "disabled"; |
59 | }; | 59 | }; |
60 | 60 | ||
@@ -64,7 +64,7 @@ | |||
64 | interrupts = <3>; | 64 | interrupts = <3>; |
65 | reg-shift = <2>; | 65 | reg-shift = <2>; |
66 | reg-io-width = <4>; | 66 | reg-io-width = <4>; |
67 | clocks = <&osc>; | 67 | clocks = <&apb1_gates 18>; |
68 | status = "disabled"; | 68 | status = "disabled"; |
69 | }; | 69 | }; |
70 | 70 | ||
@@ -74,7 +74,7 @@ | |||
74 | interrupts = <17>; | 74 | interrupts = <17>; |
75 | reg-shift = <2>; | 75 | reg-shift = <2>; |
76 | reg-io-width = <4>; | 76 | reg-io-width = <4>; |
77 | clocks = <&osc>; | 77 | clocks = <&apb1_gates 20>; |
78 | status = "disabled"; | 78 | status = "disabled"; |
79 | }; | 79 | }; |
80 | 80 | ||
@@ -84,7 +84,7 @@ | |||
84 | interrupts = <18>; | 84 | interrupts = <18>; |
85 | reg-shift = <2>; | 85 | reg-shift = <2>; |
86 | reg-io-width = <4>; | 86 | reg-io-width = <4>; |
87 | clocks = <&osc>; | 87 | clocks = <&apb1_gates 21>; |
88 | status = "disabled"; | 88 | status = "disabled"; |
89 | }; | 89 | }; |
90 | 90 | ||
@@ -94,7 +94,7 @@ | |||
94 | interrupts = <19>; | 94 | interrupts = <19>; |
95 | reg-shift = <2>; | 95 | reg-shift = <2>; |
96 | reg-io-width = <4>; | 96 | reg-io-width = <4>; |
97 | clocks = <&osc>; | 97 | clocks = <&apb1_gates 22>; |
98 | status = "disabled"; | 98 | status = "disabled"; |
99 | }; | 99 | }; |
100 | 100 | ||
@@ -104,7 +104,7 @@ | |||
104 | interrupts = <20>; | 104 | interrupts = <20>; |
105 | reg-shift = <2>; | 105 | reg-shift = <2>; |
106 | reg-io-width = <4>; | 106 | reg-io-width = <4>; |
107 | clocks = <&osc>; | 107 | clocks = <&apb1_gates 23>; |
108 | status = "disabled"; | 108 | status = "disabled"; |
109 | }; | 109 | }; |
110 | }; | 110 | }; |