diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-07-07 09:12:30 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:29:01 -0400 |
commit | 070bd7e49171d1f4effef4d5edb718ba4743ec0a (patch) | |
tree | ea364750db13603f8a3dda9d095d98d65b5d1470 /arch/arm/boot/dts/imx53.dtsi | |
parent | eda5fe8bd70fbb430873382914a80ddbeb693e24 (diff) |
ARM: dts: imx: Add the missing cpus node
To make it consistent with the other i.mx SoCs, let's add the cpus nodes.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index a2115fa7c373..faceb22f2f65 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi | |||
@@ -35,6 +35,16 @@ | |||
35 | spi2 = &cspi; | 35 | spi2 = &cspi; |
36 | }; | 36 | }; |
37 | 37 | ||
38 | cpus { | ||
39 | #address-cells = <1>; | ||
40 | #size-cells = <0>; | ||
41 | cpu@0 { | ||
42 | device_type = "cpu"; | ||
43 | compatible = "arm,cortex-a8"; | ||
44 | reg = <0x0>; | ||
45 | }; | ||
46 | }; | ||
47 | |||
38 | tzic: tz-interrupt-controller@0fffc000 { | 48 | tzic: tz-interrupt-controller@0fffc000 { |
39 | compatible = "fsl,imx53-tzic", "fsl,tzic"; | 49 | compatible = "fsl,imx53-tzic", "fsl,tzic"; |
40 | interrupt-controller; | 50 | interrupt-controller; |