[PATCH v3 3/6] arm64: dts: allwinner: a100: Add clocks to CPU cores
Shuosheng Huang
huangshuosheng at allwinnertech.com
Mon Dec 7 21:38:18 EST 2020
Add clocks to CPU cores for a100.
Signed-off-by: Shuosheng Huang <huangshuosheng at allwinnertech.com>
---
arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi
index cc321c04f121..a669eb1fc965 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi
@@ -23,6 +23,7 @@ cpu0: cpu at 0 {
device_type = "cpu";
reg = <0x0>;
enable-method = "psci";
+ clocks = <&ccu CLK_CPUX>;
};
cpu at 1 {
@@ -30,6 +31,7 @@ cpu at 1 {
device_type = "cpu";
reg = <0x1>;
enable-method = "psci";
+ clocks = <&ccu CLK_CPUX>;
};
cpu at 2 {
@@ -37,6 +39,7 @@ cpu at 2 {
device_type = "cpu";
reg = <0x2>;
enable-method = "psci";
+ clocks = <&ccu CLK_CPUX>;
};
cpu at 3 {
@@ -44,6 +47,7 @@ cpu at 3 {
device_type = "cpu";
reg = <0x3>;
enable-method = "psci";
+ clocks = <&ccu CLK_CPUX>;
};
};
--
2.28.0
More information about the linux-arm-kernel
mailing list