From: Afzal Mohammed Date: Fri, 2 Aug 2013 13:46:13 +0000 (+0530) Subject: ARM: dts: AM4372: cpu(s) node per latest binding X-Git-Tag: v5.15~19047^2~6^2~3^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=738c74090e97854278827637297556e6ae0a7fab;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: AM4372: cpu(s) node per latest binding Update AM4372 cpu node to the latest cpus/cpu bindings for ARM. Signed-off-by: Afzal Mohammed Acked-by: Mark Rutland Signed-off-by: Benoit Cousson --- diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index ddc1df7..4635e7f 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -22,8 +22,12 @@ }; cpus { + #address-cells = <1>; + #size-cells = <0>; cpu@0 { compatible = "arm,cortex-a9"; + device_type = "cpu"; + reg = <0>; }; };