Commit 8e82a523 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx: Pass a label to the soc node



Pass a label to the 'soc' node to make it easier to reference
it from other devicetree files.

U-Boot, for example usually needs to access the AIPS node to
pass U-Boot-specific properties.

Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0c6cf86e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ osc {
		};
	};

	soc {
	soc: soc {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "simple-bus";
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ cpu: cpu@0 {
		};
	};

	soc {
	soc: soc {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "simple-bus";
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ avic: interrupt-controller@68000000 {
		reg = <0x68000000 0x100000>;
	};

	soc {
	soc: soc {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "simple-bus";
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ usbphy0: usbphy-0 {
		status = "okay";
	};

	soc {
	soc: soc {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "simple-bus";
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ display-subsystem {
		ports = <&ipu_di0>, <&ipu_di1>;
	};

	soc {
	soc: soc {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "simple-bus";
Loading