* [PATCH] ARM: sun6i: Fix the APB2 clock gates register size
@ 2013-09-25 14:58 Maxime Ripard
2013-10-05 13:37 ` Maxime Ripard
0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2013-09-25 14:58 UTC (permalink / raw)
To: linux-arm-kernel
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi
index f244f5f..c1751a6 100644
--- a/arch/arm/boot/dts/sun6i-a31.dtsi
+++ b/arch/arm/boot/dts/sun6i-a31.dtsi
@@ -175,7 +175,7 @@
apb2_gates: apb2_gates at 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",
--
1.8.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: sun6i: Fix the APB2 clock gates register size
2013-09-25 14:58 [PATCH] ARM: sun6i: Fix the APB2 clock gates register size Maxime Ripard
@ 2013-10-05 13:37 ` Maxime Ripard
0 siblings, 0 replies; 2+ messages in thread
From: Maxime Ripard @ 2013-10-05 13:37 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Sep 25, 2013 at 05:58:00PM +0300, Maxime Ripard wrote:
> 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>
Applied to my sunxi/fixes-for-3.12 branch.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131005/115a6da2/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-05 13:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 14:58 [PATCH] ARM: sun6i: Fix the APB2 clock gates register size Maxime Ripard
2013-10-05 13:37 ` Maxime Ripard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox