diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-07-20 03:17:56 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:29:39 -0400 |
commit | 48568be6493392aee8ba5a5698fd01d37ed3e5d9 (patch) | |
tree | 4b3576a4c6b84229a9cddc9a7b0532420dbbdb9d /arch | |
parent | c0b357c042c8067324bdf38df5d3943dc6051221 (diff) |
ARM: dts: i.MX27: Add label to CPU node
Add a label to i.MX27 CPU node. This change allows the reuse this node
in the upper levels of the DTS.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 7cf954bbe4bb..a8e0c7e78cf0 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi | |||
@@ -53,7 +53,7 @@ | |||
53 | #size-cells = <0>; | 53 | #size-cells = <0>; |
54 | #address-cells = <1>; | 54 | #address-cells = <1>; |
55 | 55 | ||
56 | cpu { | 56 | cpu: cpu@0 { |
57 | device_type = "cpu"; | 57 | device_type = "cpu"; |
58 | compatible = "arm,arm926ej-s"; | 58 | compatible = "arm,arm926ej-s"; |
59 | operating-points = < | 59 | operating-points = < |