ARM: sun6i: Fix the APB2 clock gates register size
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 24 Sep 2013 13:30:05 +0000 (16:30 +0300)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 5 Oct 2013 13:36:10 +0000 (15:36 +0200)
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>
arch/arm/boot/dts/sun6i-a31.dtsi

index f244f5f02365161706b2442acdad508d3e9c17ec..c1751a64889a615612101613d63145b15903bfc7 100644 (file)
                apb2_gates: apb2_gates@01c2006c {
                        #clock-cells = <1>;
                        compatible = "allwinner,sun6i-a31-apb2-gates-clk";
-                       reg = <0x01c2006c 0x8>;
+                       reg = <0x01c2006c 0x4>;
                        clocks = <&apb2>;
                        clock-output-names = "apb2_i2c0", "apb2_i2c1",
                                        "apb2_i2c2", "apb2_i2c3", "apb2_uart0",
This page took 0.026743 seconds and 5 git commands to generate.