]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: marvell: Add AP806-dual missing CPU clocks
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 4 Oct 2019 14:27:19 +0000 (16:27 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Wed, 9 Oct 2019 07:35:33 +0000 (09:35 +0200)
CPU clocks have been added to AP806-quad but not to the -dual
variant.

Fixes: c00bc38354cf ("arm64: dts: marvell: Add cpu clock node on Armada 7K/8K")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi

index 9024a2d9db070d59c0c3fa497b5af5de81b4f6db..62ae016ee6aa10961811a9935a5db989a9ff917e 100644 (file)
@@ -21,6 +21,7 @@ cpu0: cpu@0 {
                        reg = <0x000>;
                        enable-method = "psci";
                        #cooling-cells = <2>;
+                       clocks = <&cpu_clk 0>;
                };
                cpu1: cpu@1 {
                        device_type = "cpu";
@@ -28,6 +29,7 @@ cpu1: cpu@1 {
                        reg = <0x001>;
                        enable-method = "psci";
                        #cooling-cells = <2>;
+                       clocks = <&cpu_clk 0>;
                };
        };
 };