Skip to content

Commit 7d1be43

Browse files
Icenowymripard
authored andcommitted
ARM: dts: sun8i: add a cpu0 label to cpu@0 node on A23/33
A "cpu0" label is needed on cpu@0 for cpufreq-dt to work. Add such a label, in order to prepare for cpufreq support of A23/33. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
1 parent 054e52f commit 7d1be43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/sun8i-a23-a33.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#address-cells = <1>;
8585
#size-cells = <0>;
8686

87-
cpu@0 {
87+
cpu0: cpu@0 {
8888
compatible = "arm,cortex-a7";
8989
device_type = "cpu";
9090
reg = <0>;

0 commit comments

Comments
 (0)