ARM: sunxi: h3/h5: fix the compatible of R_CCU
authorIcenowy Zheng <icenowy@aosc.io>
Mon, 17 Apr 2017 10:34:49 +0000 (18:34 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 14 May 2017 06:33:17 +0000 (08:33 +0200)
The R_CCU of H3/H5 currently wrongly used A64 R_CCU compatible.

Fix it by changing it to the correct H3 compatible.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sunxi-h3-h5.dtsi

index 1aeeacb..d0067fe 100644 (file)
                };
 
                r_ccu: clock@1f01400 {
-                       compatible = "allwinner,sun50i-a64-r-ccu";
+                       compatible = "allwinner,sun8i-h3-r-ccu";
                        reg = <0x01f01400 0x100>;
                        clocks = <&osc24M>, <&osc32k>, <&iosc>;
                        clock-names = "hosc", "losc", "iosc";