Commit 400b6a0c authored by Moritz Fischer's avatar Moritz Fischer Committed by Michal Simek
Browse files

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: default avatarMoritz Fischer <moritz.fischer@ettus.com>
Reviewed-by: default avatarSören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent bc5ba9b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;