diff options
author | Icenowy Zheng <icenowy@aosc.xyz> | 2016-12-13 18:22:49 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-01-10 20:52:43 +0300 |
commit | 7d1be43fe08969da84567ebb55f779e32aaf4229 (patch) | |
tree | 5cf4742c0eaf10c0c5c7ecef905fcb9de628b883 /arch/arm/boot/dts/sun8i-a23-a33.dtsi | |
parent | 054e52fb6043f5cbb403cdab5852f3592ff7685a (diff) | |
download | linux-7d1be43fe08969da84567ebb55f779e32aaf4229.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a23-a33.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index bc3e936edfcf..46bae51d2ba6 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -84,7 +84,7 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { compatible = "arm,cortex-a7"; device_type = "cpu"; reg = <0>; |