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: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2022-06-14 13:22:33 -03:00 committed by Shawn Guo
parent 0c6cf86e1a
commit 8e82a52315
14 changed files with 14 additions and 14 deletions

View File

@ -68,7 +68,7 @@ osc {
};
};
soc {
soc: soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";

View File

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

View File

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

View File

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

View File

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

View File

@ -132,7 +132,7 @@ usbphy1: usbphy-1 {
status = "okay";
};
soc {
soc: soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";

View File

@ -80,7 +80,7 @@ cpu@1 {
};
};
soc {
soc: soc {
ocram: sram@900000 {
compatible = "mmio-sram";
reg = <0x00900000 0x20000>;

View File

@ -159,7 +159,7 @@ cpu3: cpu@3 {
};
};
soc {
soc: soc {
ocram: sram@900000 {
compatible = "mmio-sram";
reg = <0x00900000 0x40000>;

View File

@ -143,7 +143,7 @@ usbphynop2: usbphynop2 {
#phy-cells = <0>;
};
soc {
soc: soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";

View File

@ -154,7 +154,7 @@ usbphynop1: usbphynop1 {
#phy-cells = <0>;
};
soc {
soc: soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";

View File

@ -137,7 +137,7 @@ pmu {
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
};
soc {
soc: soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";

View File

@ -50,7 +50,7 @@ &usdhc2 {
};
/ {
soc {
soc: soc {
aips3: bus@2200000 {
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;

View File

@ -78,7 +78,7 @@ usbphynop2: usbphynop2 {
#phy-cells = <0>;
};
soc {
soc: soc {
etm@3007d000 {
compatible = "arm,coresight-etm3x", "arm,primecell";
reg = <0x3007d000 0x1000>;

View File

@ -175,7 +175,7 @@ timer {
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>;
};
soc {
soc: soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";