Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Moritz Fischer and committed by
Michal Simek
400b6a0c bc5ba9b9

+2 -2
+2 -2
arch/arm/boot/dts/zynq-7000.dtsi
··· 19 19 #address-cells = <1>; 20 20 #size-cells = <0>; 21 21 22 - cpu@0 { 22 + cpu0: cpu@0 { 23 23 compatible = "arm,cortex-a9"; 24 24 device_type = "cpu"; 25 25 reg = <0>; ··· 33 33 >; 34 34 }; 35 35 36 - cpu@1 { 36 + cpu1: cpu@1 { 37 37 compatible = "arm,cortex-a9"; 38 38 device_type = "cpu"; 39 39 reg = <1>;