Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1332623 > unrolled thread

[PATCH v2 2/2] ARM: dts: sun9i: Fix apbs clock compatible

Started byChen-Yu Tsai <wens@csie.org>
First post2016-02-12 10:40 +0100
Last post2016-02-12 10:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 2/2] ARM: dts: sun9i: Fix apbs clock compatible Chen-Yu Tsai <wens@csie.org> - 2016-02-12 10:40 +0100

#1332623 — [PATCH v2 2/2] ARM: dts: sun9i: Fix apbs clock compatible

FromChen-Yu Tsai <wens@csie.org>
Date2016-02-12 10:40 +0100
Subject[PATCH v2 2/2] ARM: dts: sun9i: Fix apbs clock compatible
Message-ID<r1imL-54w-33@gated-at.bofh.it>
The APBS clock on A80 is not compatible with A23's APB0 clock. The only
reason it works is becase the lowest and default divider is the same.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 arch/arm/boot/dts/sun9i-a80.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a80.dtsi
index f68b3242b33a..2b4ce813b0ad 100644
--- a/arch/arm/boot/dts/sun9i-a80.dtsi
+++ b/arch/arm/boot/dts/sun9i-a80.dtsi
@@ -395,7 +395,7 @@
 		};
 
 		apbs: clk@0800141c {
-			compatible = "allwinner,sun8i-a23-apb0-clk";
+			compatible = "allwinner,sun9i-a80-apbs-clk";
 			reg = <0x0800141c 0x4>;
 			#clock-cells = <0>;
 			clocks = <&ahbs>;
-- 
2.7.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web