diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-05-31 03:58:24 -0400 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2017-06-02 22:04:49 -0400 |
commit | f74994a94063bc85ac1d6ad677ed06b5279c101f (patch) | |
tree | 2faae54908798cd56d6cb297dcc9836d2361ba99 | |
parent | 77125a701adb21bfc03a2af211f472f8b490a084 (diff) |
arm64: allwinner: a64: Add PLL_PERIPH0 clock to the R_CCU
The AR100 clock within the R_CCU (PRCM) has the PLL_PERIPH0 as one of
its parents.
This adds the reference in the device tree describing this relationship.
This patch uses a raw number for the clock index to ease merging by
avoiding cross tree dependencies.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index c7f669f5884f..166c9ef884dc 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | |||
@@ -406,8 +406,9 @@ | |||
406 | r_ccu: clock@1f01400 { | 406 | r_ccu: clock@1f01400 { |
407 | compatible = "allwinner,sun50i-a64-r-ccu"; | 407 | compatible = "allwinner,sun50i-a64-r-ccu"; |
408 | reg = <0x01f01400 0x100>; | 408 | reg = <0x01f01400 0x100>; |
409 | clocks = <&osc24M>, <&osc32k>, <&iosc>; | 409 | clocks = <&osc24M>, <&osc32k>, <&iosc>, |
410 | clock-names = "hosc", "losc", "iosc"; | 410 | <&ccu 11>; |
411 | clock-names = "hosc", "losc", "iosc", "pll-periph"; | ||
411 | #clock-cells = <1>; | 412 | #clock-cells = <1>; |
412 | #reset-cells = <1>; | 413 | #reset-cells = <1>; |
413 | }; | 414 | }; |