From: Moritz Fischer Date: Mon, 9 Nov 2015 18:51:51 +0000 (-0800) Subject: ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=400b6a0cbef55d1ae32808eaa1ef1c28820bf6ac;p=linux-beck.git 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 Reviewed-by: Sören Brinkmann Signed-off-by: Michal Simek --- 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>;