diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-11-09 19:51:51 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-12-14 09:48:39 +0100 |
commit | 400b6a0cbef55d1ae32808eaa1ef1c28820bf6ac (patch) | |
tree | 4cca63f5570a00f0be4bee937277ad94e17e778d /arch/arm/boot/dts/zynq-7000.dtsi | |
parent | ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus (diff) | |
download | linux-400b6a0cbef55d1ae32808eaa1ef1c28820bf6ac.tar.xz linux-400b6a0cbef55d1ae32808eaa1ef1c28820bf6ac.zip |
ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.
By adding labels to the cpu nodes in the dtsi, a dts that
includes it can change the OPPs by referencing the cpu0
through the label.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Reviewed-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot/dts/zynq-7000.dtsi')
-rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index 59a35dfefa6c..f283ff08381c 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -19,7 +19,7 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { compatible = "arm,cortex-a9"; device_type = "cpu"; reg = <0>; @@ -33,7 +33,7 @@ >; }; - cpu@1 { + cpu1: cpu@1 { compatible = "arm,cortex-a9"; device_type = "cpu"; reg = <1>; |