From: Miquel Raynal Date: Fri, 4 Oct 2019 14:27:19 +0000 (+0200) Subject: arm64: dts: marvell: Add AP806-dual missing CPU clocks X-Git-Tag: Ubuntu-5.3.0-41.33~40 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=524fd4c1c27eec12f7a8df1b1aed5987769899d5;p=mirror_ubuntu-eoan-kernel.git arm64: dts: marvell: Add AP806-dual missing CPU clocks BugLink: https://bugs.launchpad.net/bugs/1862429 commit e231c6d47cca4b5df51bcf72dec1af767e63feaf upstream. 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 Signed-off-by: Gregory CLEMENT Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa Signed-off-by: Khalid Elmously --- diff --git a/arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi index 9024a2d9db07..62ae016ee6aa 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi @@ -21,6 +21,7 @@ reg = <0x000>; enable-method = "psci"; #cooling-cells = <2>; + clocks = <&cpu_clk 0>; }; cpu1: cpu@1 { device_type = "cpu"; @@ -28,6 +29,7 @@ reg = <0x001>; enable-method = "psci"; #cooling-cells = <2>; + clocks = <&cpu_clk 0>; }; }; };