diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2017-04-17 06:34:49 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-05-14 02:33:17 -0400 |
commit | a27b49b8afd41d53ab2429ebb122b78a4201fa0d (patch) | |
tree | a57a10c9765446cefe79ba6908784c6bcec72e22 | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) |
ARM: sunxi: h3/h5: fix the compatible of R_CCU
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>
-rw-r--r-- | arch/arm/boot/dts/sunxi-h3-h5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index 1aeeacb3a884..d0067fec99de 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi | |||
@@ -558,7 +558,7 @@ | |||
558 | }; | 558 | }; |
559 | 559 | ||
560 | r_ccu: clock@1f01400 { | 560 | r_ccu: clock@1f01400 { |
561 | compatible = "allwinner,sun50i-a64-r-ccu"; | 561 | compatible = "allwinner,sun8i-h3-r-ccu"; |
562 | reg = <0x01f01400 0x100>; | 562 | reg = <0x01f01400 0x100>; |
563 | clocks = <&osc24M>, <&osc32k>, <&iosc>; | 563 | clocks = <&osc24M>, <&osc32k>, <&iosc>; |
564 | clock-names = "hosc", "losc", "iosc"; | 564 | clock-names = "hosc", "losc", "iosc"; |