aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-09-24 09:30:05 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2013-10-05 09:36:10 -0400
commit439d9f58017af96f0375d9443ff957c19056d6ec (patch)
treed34fc024c323c832e6ad5db6205fb1f3725c0e04
parent272b98c6455f00884f0350f775c5342358ebb73f (diff)
ARM: sun6i: Fix the APB2 clock gates register size
The APB2 clocks gates are only a 32 bits register wide, and not 2 as set currently in the DTSI. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/sun6i-a31.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi
index f244f5f02365..c1751a64889a 100644
--- a/arch/arm/boot/dts/sun6i-a31.dtsi
+++ b/arch/arm/boot/dts/sun6i-a31.dtsi
@@ -175,7 +175,7 @@
175 apb2_gates: apb2_gates@01c2006c { 175 apb2_gates: apb2_gates@01c2006c {
176 #clock-cells = <1>; 176 #clock-cells = <1>;
177 compatible = "allwinner,sun6i-a31-apb2-gates-clk"; 177 compatible = "allwinner,sun6i-a31-apb2-gates-clk";
178 reg = <0x01c2006c 0x8>; 178 reg = <0x01c2006c 0x4>;
179 clocks = <&apb2>; 179 clocks = <&apb2>;
180 clock-output-names = "apb2_i2c0", "apb2_i2c1", 180 clock-output-names = "apb2_i2c0", "apb2_i2c1",
181 "apb2_i2c2", "apb2_i2c3", "apb2_uart0", 181 "apb2_i2c2", "apb2_i2c3", "apb2_uart0",