diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-11-16 16:15:38 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-02 06:59:41 +0100 |
commit | d447dd884af380d245207e6ce99a5fb8cba41b7c (patch) | |
tree | a4d35b3339482ca3fef78f6312353660a9c04a09 /arch/arm/boot/dts/imx28.dtsi | |
parent | Linux 4.10-rc2 (diff) | |
download | linux-d447dd884af380d245207e6ce99a5fb8cba41b7c.tar.xz linux-d447dd884af380d245207e6ce99a5fb8cba41b7c.zip |
ARM: dts: imx: Adjust CPU nodes
Make CPU nodes consistent throughout the i.MX dts files, which
also matches the description from ePAPR spec.
This also fixes the following W=1 warning in some cases:
Warning (unit_address_vs_reg): Node /cpus/cpu@0 has a unit name, but no reg property
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 3aabf65a6a52..70927d560d66 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -40,12 +40,13 @@ }; cpus { - #address-cells = <0>; + #address-cells = <1>; #size-cells = <0>; - cpu { + cpu@0 { compatible = "arm,arm926ej-s"; device_type = "cpu"; + reg = <0>; }; }; |