diff options
author | Afzal Mohammed <afzal@ti.com> | 2013-08-02 19:16:13 +0530 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-08 17:51:41 +0200 |
commit | 738c74090e97854278827637297556e6ae0a7fab (patch) | |
tree | 1284ec81789eebaa4265e32937566baaa5c75a7e /arch/arm/boot/dts/am4372.dtsi | |
parent | 6e58b8f1daaf1af340fb9309907e5ffa473c7aff (diff) | |
download | talos-obmc-linux-738c74090e97854278827637297556e6ae0a7fab.tar.gz talos-obmc-linux-738c74090e97854278827637297556e6ae0a7fab.zip |
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 <afzal@ti.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index ddc1df77ac52..4635e7f3d129 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>; }; }; |