diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-07-20 11:17:56 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 23:29:39 +0800 |
commit | 48568be6493392aee8ba5a5698fd01d37ed3e5d9 (patch) | |
tree | 4b3576a4c6b84229a9cddc9a7b0532420dbbdb9d /arch/arm/boot/dts/imx27.dtsi | |
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/arm/boot/dts/imx27.dtsi')
-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 @@ #size-cells = <0>; #address-cells = <1>; - cpu { + cpu: cpu@0 { device_type = "cpu"; compatible = "arm,arm926ej-s"; operating-points = < |