diff options
author | Marek BehĂșn <[email protected]> | 2021-01-14 13:40:23 +0100 |
---|---|---|
committer | Gregory CLEMENT <[email protected]> | 2021-04-02 21:49:57 +0200 |
commit | 1d88358a89dbac9c7d4559548b9a44840456e6fb (patch) | |
tree | 92f0a5ccf13ed712dde198319fa5e45b6cd39a30 | |
parent | 9c7d1f4bc071fb6a7bb764403ff509b12f64f157 (diff) |
arm64: dts: marvell: armada-37xx: add syscon compatible to NB clk node
Add "syscon" compatible to the North Bridge clocks node to allow the
cpufreq driver to access these registers via syscon API.
This is needed for a fix of cpufreq driver.
Signed-off-by: Marek BehĂșn <[email protected]>
Fixes: e8d66e7927b2 ("arm64: dts: marvell: armada-37xx: add nodes...")
Cc: [email protected]
Cc: Gregory CLEMENT <[email protected]>
Cc: Miquel Raynal <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index 7a2df148c6a3..456dcd4a7793 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -156,7 +156,8 @@ }; nb_periph_clk: nb-periph-clk@13000 { - compatible = "marvell,armada-3700-periph-clock-nb"; + compatible = "marvell,armada-3700-periph-clock-nb", + "syscon"; reg = <0x13000 0x100>; clocks = <&tbg 0>, <&tbg 1>, <&tbg 2>, <&tbg 3>, <&xtalclk>; |