All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180309031503.GF3217@dragon>

diff --git a/a/1.txt b/N1/1.txt
index 6085d2a..e13ab81 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -59,7 +59,7 @@ There should be space right after //
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		cpu0: cpu at 0 {
+> +		cpu0: cpu@0 {
 > +			compatible = "arm,cortex-a9";
 > +			device_type = "cpu";
 > +			reg = <0>;
@@ -97,7 +97,7 @@ What is this?
 > +		};
 > +	};
 > +
-> +	intc: interrupt-controller at a01000 {
+> +	intc: interrupt-controller@a01000 {
 > +		compatible = "arm,cortex-a9-gic";
 > +		#interrupt-cells = <3>;
 > +		interrupt-controller;
@@ -120,7 +120,7 @@ an unique name for each fixed-clock, something like:
 You may want to refer to how Lucas did it for i.MX8QM.
 
 > +
-> +		ckil: clock at 0 {
+> +		ckil: clock@0 {
 > +			compatible = "fixed-clock";
 > +			reg = <0>;
 > +			#clock-cells = <0>;
@@ -128,7 +128,7 @@ You may want to refer to how Lucas did it for i.MX8QM.
 > +			clock-output-names = "ckil";
 > +		};
 > +
-> +		osc: clock at 1 {
+> +		osc: clock@1 {
 > +			compatible = "fixed-clock";
 > +			reg = <1>;
 > +			#clock-cells = <0>;
@@ -136,7 +136,7 @@ You may want to refer to how Lucas did it for i.MX8QM.
 > +			clock-output-names = "osc";
 > +		};
 > +
-> +		ipp_di0: clock at 2 {
+> +		ipp_di0: clock@2 {
 > +			compatible = "fixed-clock";
 > +			reg = <2>;
 > +			#clock-cells = <0>;
@@ -144,7 +144,7 @@ You may want to refer to how Lucas did it for i.MX8QM.
 > +			clock-output-names = "ipp_di0";
 > +		};
 > +
-> +		ipp_di1: clock at 3 {
+> +		ipp_di1: clock@3 {
 > +			compatible = "fixed-clock";
 > +			reg = <3>;
 > +			#clock-cells = <0>;
@@ -160,12 +160,12 @@ You may want to refer to how Lucas did it for i.MX8QM.
 > +		interrupt-parent = <&gpc>;
 > +		ranges;
 > +
-> +		ocram: sram at 900000 {
+> +		ocram: sram@900000 {
 > +			compatible = "mmio-sram";
 > +			reg = <0x00900000 0x20000>;
 > +		};
 > +
-> +		L2: l2-cache at a02000 {
+> +		L2: l2-cache@a02000 {
 > +			compatible = "arm,pl310-cache";
 > +			reg = <0x00a02000 0x1000>;
 > +			interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
@@ -175,21 +175,21 @@ You may want to refer to how Lucas did it for i.MX8QM.
 > +			arm,data-latency = <4 2 3>;
 > +		};
 > +
-> +		aips1: aips-bus at 2000000 {
+> +		aips1: aips-bus@2000000 {
 > +			compatible = "fsl,aips-bus", "simple-bus";
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
 > +			reg = <0x02000000 0x100000>;
 > +			ranges;
 > +
-> +			spba: spba-bus at 2000000 {
+> +			spba: spba-bus@2000000 {
 > +				compatible = "fsl,spba-bus", "simple-bus";
 > +				#address-cells = <1>;
 > +				#size-cells = <1>;
 > +				reg = <0x02000000 0x40000>;
 > +				ranges;
 > +
-> +				spdif: spdif at 2004000 {
+> +				spdif: spdif@2004000 {
 > +					compatible = "fsl,imx6sl-spdif", "fsl,imx35-spdif";
 > +					reg = <0x02004000 0x4000>;
 > +					interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
@@ -213,7 +213,7 @@ You may want to refer to how Lucas did it for i.MX8QM.
 > +					status = "disabled";
 > +				};
 > +
-> +				ecspi1: ecspi at 2008000 {
+> +				ecspi1: ecspi@2008000 {
 
 s/ecspi/spi for node name.
 
@@ -228,7 +228,7 @@ s/ecspi/spi for node name.
 > +					status = "disabled";
 > +				};
 > +
-> +				ecspi2: ecspi at 200c000 {
+> +				ecspi2: ecspi@200c000 {
 > +					compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
 > +					reg = <0x0200c000 0x4000>;
 > +					interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
@@ -240,7 +240,7 @@ s/ecspi/spi for node name.
 > +					status = "disabled";
 > +				};
 > +
-> +				ecspi3: ecspi at 2010000 {
+> +				ecspi3: ecspi@2010000 {
 > +					compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
 > +					reg = <0x02010000 0x4000>;
 > +					interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
@@ -252,7 +252,7 @@ s/ecspi/spi for node name.
 > +					status = "disabled";
 > +				};
 > +
-> +				ecspi4: ecspi at 2014000 {
+> +				ecspi4: ecspi@2014000 {
 > +					compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi";
 > +					reg = <0x02014000 0x4000>;
 > +					interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
@@ -264,7 +264,7 @@ s/ecspi/spi for node name.
 > +					status = "disabled";
 > +				};
 > +
-> +				uart4: serial at 2018000 {
+> +				uart4: serial@2018000 {
 > +					compatible = "fsl,imx6sl-uart", "fsl,imx6q-uart", "fsl,imx21-uart";
 > +					reg = <0x02018000 0x4000>;
 > +					interrupts =<GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
@@ -276,7 +276,7 @@ s/ecspi/spi for node name.
 > +					status = "disabled";
 > +				};
 > +
-> +				uart1: serial at 2020000 {
+> +				uart1: serial@2020000 {
 > +					compatible = "fsl,imx6sl-uart", "fsl,imx6q-uart", "fsl,imx21-uart";
 > +					reg = <0x02020000 0x4000>;
 > +					interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
@@ -288,7 +288,7 @@ s/ecspi/spi for node name.
 > +					status = "disabled";
 > +				};
 > +
-> +				uart2: serial at 2024000 {
+> +				uart2: serial@2024000 {
 > +					compatible = "fsl,imx6sl-uart", "fsl,imx6q-uart", "fsl,imx21-uart";
 > +					reg = <0x02024000 0x4000>;
 > +					interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
@@ -300,7 +300,7 @@ s/ecspi/spi for node name.
 > +					status = "disabled";
 > +				};
 > +
-> +				ssi1: ssi at 2028000 {
+> +				ssi1: ssi@2028000 {
 
 ssi-controller
 
@@ -316,7 +316,7 @@ ssi-controller
 > +					status = "disabled";
 > +				};
 > +
-> +				ssi2: ssi2 at 202c000 {
+> +				ssi2: ssi2@202c000 {
 
 Drop 2 from node name.
 
@@ -332,7 +332,7 @@ Drop 2 from node name.
 > +					status = "disabled";
 > +				};
 > +
-> +				ssi3: ssi at 2030000 {
+> +				ssi3: ssi@2030000 {
 > +					compatible = "fsl,imx6sl-ssi", "fsl,imx51-ssi";
 > +					reg = <0x02030000 0x4000>;
 > +					interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
@@ -345,7 +345,7 @@ Drop 2 from node name.
 > +					status = "disabled";
 > +				};
 > +
-> +				uart3: serial at 2034000 {
+> +				uart3: serial@2034000 {
 > +					compatible = "fsl,imx6sl-uart", "fsl,imx6q-uart", "fsl,imx21-uart";
 > +					reg = <0x02034000 0x4000>;
 > +					interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
@@ -358,7 +358,7 @@ Drop 2 from node name.
 > +				};
 > +			};
 > +
-> +			pwm1: pwm at 2080000 {
+> +			pwm1: pwm@2080000 {
 > +				compatible = "fsl,imx6sll-pwm", "fsl,imx27-pwm";
 > +				reg = <0x02080000 0x4000>;
 > +				interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
@@ -368,7 +368,7 @@ Drop 2 from node name.
 > +				#pwm-cells = <2>;
 > +			};
 > +
-> +			pwm2: pwm at 2084000 {
+> +			pwm2: pwm@2084000 {
 > +				compatible = "fsl,imx6sll-pwm", "fsl,imx27-pwm";
 > +				reg = <0x02084000 0x4000>;
 > +				interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
@@ -378,7 +378,7 @@ Drop 2 from node name.
 > +				#pwm-cells = <2>;
 > +			};
 > +
-> +			pwm3: pwm at 2088000 {
+> +			pwm3: pwm@2088000 {
 > +				compatible = "fsl,imx6sll-pwm", "fsl,imx27-pwm";
 > +				reg = <0x02088000 0x4000>;
 > +				interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
@@ -388,7 +388,7 @@ Drop 2 from node name.
 > +				#pwm-cells = <2>;
 > +			};
 > +
-> +			pwm4: pwm at 208c000 {
+> +			pwm4: pwm@208c000 {
 > +				compatible = "fsl,imx6sll-pwm", "fsl,imx27-pwm";
 > +				reg = <0x0208c000 0x4000>;
 > +				interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
@@ -398,7 +398,7 @@ Drop 2 from node name.
 > +				#pwm-cells = <2>;
 > +			};
 > +
-> +			gpt1: gpt at 2098000 {
+> +			gpt1: gpt@2098000 {
 
 timer
 
@@ -410,7 +410,7 @@ timer
 > +				clock-names = "ipg", "per";
 > +			};
 > +
-> +			gpio1: gpio at 209c000 {
+> +			gpio1: gpio@209c000 {
 > +				compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
 > +				reg = <0x0209c000 0x4000>;
 > +				interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>,
@@ -421,7 +421,7 @@ timer
 > +				#interrupt-cells = <2>;
 > +			};
 > +
-> +			gpio2: gpio at 20a0000 {
+> +			gpio2: gpio@20a0000 {
 > +				compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
 > +				reg = <0x020a0000 0x4000>;
 > +				interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
@@ -432,7 +432,7 @@ timer
 > +				#interrupt-cells = <2>;
 > +			};
 > +
-> +			gpio3: gpio at 20a4000 {
+> +			gpio3: gpio@20a4000 {
 > +				compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
 > +				reg = <0x020a4000 0x4000>;
 > +				interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
@@ -443,7 +443,7 @@ timer
 > +				#interrupt-cells = <2>;
 > +			};
 > +
-> +			gpio4: gpio at 20a8000 {
+> +			gpio4: gpio@20a8000 {
 > +				compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
 > +				reg = <0x020a8000 0x4000>;
 > +				interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
@@ -454,7 +454,7 @@ timer
 > +				#interrupt-cells = <2>;
 > +			};
 > +
-> +			gpio5: gpio at 20ac000 {
+> +			gpio5: gpio@20ac000 {
 > +				compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
 > +				reg = <0x020ac000 0x4000>;
 > +				interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
@@ -465,7 +465,7 @@ timer
 > +				#interrupt-cells = <2>;
 > +			};
 > +
-> +			gpio6: gpio at 20b0000 {
+> +			gpio6: gpio@20b0000 {
 > +				compatible = "fsl,imx6sll-gpio", "fsl,imx35-gpio";
 > +				reg = <0x020b0000 0x4000>;
 > +				interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>,
@@ -476,7 +476,7 @@ timer
 > +				#interrupt-cells = <2>;
 > +			};
 > +
-> +			kpp: kpp at 20b8000 {
+> +			kpp: kpp@20b8000 {
 
 s/kpp/keypad for node name.
 
@@ -487,7 +487,7 @@ s/kpp/keypad for node name.
 > +				status = "disabled";
 > +			};
 > +
-> +			wdog1: wdog at 20bc000 {
+> +			wdog1: wdog@20bc000 {
 
 s/wdog/watchdog for node name.
 
@@ -497,7 +497,7 @@ s/wdog/watchdog for node name.
 > +				clocks = <&clks IMX6SLL_CLK_WDOG1>;
 > +			};
 > +
-> +			wdog2: wdog at 20c0000 {
+> +			wdog2: wdog@20c0000 {
 > +				compatible = "fsl,imx6sll-wdt", "fsl,imx21-wdt";
 > +				reg = <0x020c0000 0x4000>;
 > +				interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
@@ -505,7 +505,7 @@ s/wdog/watchdog for node name.
 > +				status = "disabled";
 > +			};
 > +
-> +			clks: clock-controller at 20c4000 {
+> +			clks: clock-controller@20c4000 {
 > +				compatible = "fsl,imx6sll-ccm";
 > +				reg = <0x020c4000 0x4000>;
 > +				interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
@@ -518,7 +518,7 @@ s/wdog/watchdog for node name.
 > +				assigned-clock-parents = <&clks IMX6SLL_CLK_OSC>;
 > +			};
 > +
-> +			anatop: anatop at 20c8000 {
+> +			anatop: anatop@20c8000 {
 > +				compatible = "fsl,imx6sll-anatop",
 > +					     "fsl,imx6q-anatop",
 > +					     "syscon", "simple-bus";
@@ -529,7 +529,7 @@ s/wdog/watchdog for node name.
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				reg_3p0: regulator-3p0 at 20c8120 {
+> +				reg_3p0: regulator-3p0@20c8120 {
 > +					compatible = "fsl,anatop-regulator";
 > +					reg = <0x20c8120>;
 > +					regulator-name = "vdd3p0";
@@ -557,7 +557,7 @@ s/tempmon/temperature-sensor for node name.
 > +				status = "disabled";
 > +			};
 > +
-> +			usbphy1: usbphy at 20c9000 {
+> +			usbphy1: usbphy@20c9000 {
 
 s/usbphy/usb-phy for node name.
 
@@ -570,7 +570,7 @@ s/usbphy/usb-phy for node name.
 > +				fsl,anatop = <&anatop>;
 > +			};
 > +
-> +			usbphy2: usbphy at 20ca000 {
+> +			usbphy2: usbphy@20ca000 {
 > +				compatible = "fsl,imx6sll-usbphy", "fsl,imx6ul-usbphy",
 > +						"fsl,imx23-usbphy";
 > +				reg = <0x020ca000 0x1000>;
@@ -580,7 +580,7 @@ s/usbphy/usb-phy for node name.
 > +				fsl,anatop = <&anatop>;
 > +			};
 > +
-> +			snvs: snvs at 20cc000 {
+> +			snvs: snvs@20cc000 {
 > +				compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
 > +				reg = <0x020cc000 0x4000>;
 > +
@@ -607,12 +607,12 @@ s/usbphy/usb-phy for node name.
 > +				};
 > +			};
 > +
-> +			epit1: epit at 20d0000 {
+> +			epit1: epit@20d0000 {
 > +				reg = <0x020d0000 0x4000>;
 > +				interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
 > +			};
 > +
-> +			epit2: epit at 20d4000 {
+> +			epit2: epit@20d4000 {
 > +				reg = <0x020d4000 0x4000>;
 > +				interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
 > +			};
@@ -620,7 +620,7 @@ s/usbphy/usb-phy for node name.
 No compatible, so unused?
 
 > +
-> +			src: src at 20d8000 {
+> +			src: src@20d8000 {
 
 reset-controller
 
@@ -631,7 +631,7 @@ reset-controller
 > +				#reset-cells = <1>;
 > +			};
 > +
-> +			gpc: gpc at 20dc000 {
+> +			gpc: gpc@20dc000 {
 
 interrupt-controller
 
@@ -647,18 +647,18 @@ What is this?
 
 > +			};
 > +
-> +			iomuxc: iomuxc at 20e0000 {
+> +			iomuxc: iomuxc@20e0000 {
 > +				compatible = "fsl,imx6sll-iomuxc";
 > +				reg = <0x020e0000 0x4000>;
 > +			};
 > +
-> +			gpr: iomuxc-gpr at 20e4000 {
+> +			gpr: iomuxc-gpr@20e4000 {
 > +				compatible = "fsl,imx6sll-iomuxc-gpr",
 > +					     "fsl,imx6q-iomuxc-gpr", "syscon";
 > +				reg = <0x020e4000 0x4000>;
 > +			};
 > +
-> +			csi: csi at 20e8000 {
+> +			csi: csi@20e8000 {
 > +				compatible = "fsl,imx6sll-csi", "fsl,imx6s-csi";
 > +				reg = <0x020e8000 0x4000>;
 > +				interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
@@ -669,7 +669,7 @@ What is this?
 > +				status = "disabled";
 > +			};
 > +
-> +			sdma: sdma at 20ec000 {
+> +			sdma: sdma@20ec000 {
 
 dma-controller
 
@@ -684,7 +684,7 @@ dma-controller
 > +				fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
 > +			};
 > +
-> +			lcdif: lcdif at 20f8000 {
+> +			lcdif: lcdif@20f8000 {
 
 lcd-controller
 
@@ -698,7 +698,7 @@ lcd-controller
 > +				status = "disabled";
 > +			};
 > +
-> +			dcp: dcp at 20fc000 {
+> +			dcp: dcp@20fc000 {
 > +				compatible = "fsl,imx6sl-dcp";
 > +				reg = <0x020fc000 0x4000>;
 > +				interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>,
@@ -709,14 +709,14 @@ lcd-controller
 > +			};
 > +		};
 > +
-> +		aips2: aips-bus at 2100000 {
+> +		aips2: aips-bus@2100000 {
 > +			compatible = "fsl,aips-bus", "simple-bus";
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
 > +			reg = <0x02100000 0x100000>;
 > +			ranges;
 > +
-> +			usbotg1: usb at 2184000 {
+> +			usbotg1: usb@2184000 {
 > +				compatible = "fsl,imx6sll-usb", "fsl,imx6ul-usb",
 > +						"fsl,imx27-usb";
 > +				reg = <0x02184000 0x200>;
@@ -731,7 +731,7 @@ lcd-controller
 > +				status = "disabled";
 > +			};
 > +
-> +			usbotg2: usb at 2184200 {
+> +			usbotg2: usb@2184200 {
 > +				compatible = "fsl,imx6sll-usb", "fsl,imx6ul-usb",
 > +						"fsl,imx27-usb";
 > +				reg = <0x02184200 0x200>;
@@ -745,14 +745,14 @@ lcd-controller
 > +				status = "disabled";
 > +			};
 > +
-> +			usbmisc: usbmisc at 2184800 {
+> +			usbmisc: usbmisc@2184800 {
 > +				#index-cells = <1>;
 > +				compatible = "fsl,imx6sll-usbmisc", "fsl,imx6ul-usbmisc",
 > +						"fsl,imx6q-usbmisc";
 > +				reg = <0x02184800 0x200>;
 > +			};
 > +
-> +			usdhc1: usdhc at 2190000 {
+> +			usdhc1: usdhc@2190000 {
 
 s/usdhc/mmc for node name.
 
@@ -769,7 +769,7 @@ s/usdhc/mmc for node name.
 > +				status = "disabled";
 > +			};
 > +
-> +			usdhc2: usdhc at 2194000 {
+> +			usdhc2: usdhc@2194000 {
 > +				compatible = "fsl,imx6sll-usdhc", "fsl,imx6sx-usdhc";
 > +				reg = <0x02194000 0x4000>;
 > +				interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
@@ -783,7 +783,7 @@ s/usdhc/mmc for node name.
 > +				status = "disabled";
 > +			};
 > +
-> +			usdhc3: usdhc at 2198000 {
+> +			usdhc3: usdhc@2198000 {
 > +				compatible = "fsl,imx6sll-usdhc", "fsl,imx6sx-usdhc";
 > +				reg = <0x02198000 0x4000>;
 > +				interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
@@ -797,7 +797,7 @@ s/usdhc/mmc for node name.
 > +				status = "disabled";
 > +			};
 > +
-> +			i2c1: i2c at 21a0000 {
+> +			i2c1: i2c@21a0000 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				compatible = "fs,imx6sll-i2c", "fsl,imx21-i2c";
@@ -807,7 +807,7 @@ s/usdhc/mmc for node name.
 > +				status = "disabled";
 > +			};
 > +
-> +			i2c2: i2c at 21a4000 {
+> +			i2c2: i2c@21a4000 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				compatible = "fsl,imx6sll-i2c", "fsl,imx21-i2c";
@@ -817,7 +817,7 @@ s/usdhc/mmc for node name.
 > +				status = "disabled";
 > +			};
 > +
-> +			i2c3: i2c at 21a8000 {
+> +			i2c3: i2c@21a8000 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				compatible = "fsl,imx6sll-i2c", "fsl,imx21-i2c";
@@ -827,12 +827,12 @@ s/usdhc/mmc for node name.
 > +				status = "disabled";
 > +			};
 > +
-> +			romcp at 21ac000 {
+> +			romcp@21ac000 {
 > +				compatible = "fsl,imx6sll-romcp", "syscon";
 > +				reg = <0x021ac000 0x4000>;
 > +			};
 > +
-> +			mmdc: mmdc at 21b0000 {
+> +			mmdc: mmdc@21b0000 {
 
 memory-controller
 
@@ -842,33 +842,33 @@ Shawn
 > +				reg = <0x021b0000 0x4000>;
 > +			};
 > +
-> +			rngb: rngb at 21b4000 {
+> +			rngb: rngb@21b4000 {
 > +				reg = <0x021b4000 0x4000>;
 > +				interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
 > +				clocks =  <&clks IMX6SLL_CLK_DUMMY>;
 > +			};
 > +
-> +			ocotp: ocotp-ctrl at 21bc000 {
+> +			ocotp: ocotp-ctrl@21bc000 {
 > +				compatible = "fsl,imx6sll-ocotp", "syscon";
 > +				reg = <0x021bc000 0x4000>;
 > +				clocks = <&clks IMX6SLL_CLK_OCOTP>;
 > +			};
 > +
-> +			snvs_gpr: snvs-gpr at 21c4000 {
+> +			snvs_gpr: snvs-gpr@21c4000 {
 > +				reg = <0x021c4000 0x10000>;
 > +			};
 > +
-> +			iomuxc_snvs: iomuxc-snvs at 21c8000 {
+> +			iomuxc_snvs: iomuxc-snvs@21c8000 {
 > +				reg = <0x021c8000 0x10000>;
 > +			};
 > +
-> +			audmux: audmux at 21d8000 {
+> +			audmux: audmux@21d8000 {
 > +				compatible = "fsl,imx6sll-audmux", "fsl,imx31-audmux";
 > +				reg = <0x021d8000 0x4000>;
 > +				status = "disabled";
 > +			};
 > +
-> +			uart5: serial at 21f4000 {
+> +			uart5: serial@21f4000 {
 > +				compatible = "fsl,imx6sll-uart", "fsl,imx6q-uart", "fsl,imx21-uart";
 > +				reg = <0x021f4000 0x4000>;
 > +				interrupts =<GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N1/content_digest
index 51ea0cb..24add9a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,16 @@
  "ref\01520503424-22985-1-git-send-email-ping.bai@nxp.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH v4 1/2] ARM: dts: imx: Add basic dtsi file for imx6sll\0"
+ "From\0Shawn Guo <shawnguo@kernel.org>\0"
+ "Subject\0Re: [PATCH v4 1/2] ARM: dts: imx: Add basic dtsi file for imx6sll\0"
  "Date\0Fri, 9 Mar 2018 11:15:04 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Bai Ping <ping.bai@nxp.com>\0"
+ "Cc\0aisheng.dong@nxp.com"
+  devicetree@vger.kernel.org
+  robh+dt@kernel.org
+  linux-imx@nxp.com
+  kernel@pengutronix.de
+  jacky.baip@gmail.com
+  fabio.estevam@nxp.com
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Looks pretty good, except that we should follow device tree\n"
@@ -66,7 +74,7 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tcpu0: cpu at 0 {\n"
+ "> +\t\tcpu0: cpu@0 {\n"
  "> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\treg = <0>;\n"
@@ -104,7 +112,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tintc: interrupt-controller at a01000 {\n"
+ "> +\tintc: interrupt-controller@a01000 {\n"
  "> +\t\tcompatible = \"arm,cortex-a9-gic\";\n"
  "> +\t\t#interrupt-cells = <3>;\n"
  "> +\t\tinterrupt-controller;\n"
@@ -127,7 +135,7 @@
  "You may want to refer to how Lucas did it for i.MX8QM.\n"
  "\n"
  "> +\n"
- "> +\t\tckil: clock at 0 {\n"
+ "> +\t\tckil: clock@0 {\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\t#clock-cells = <0>;\n"
@@ -135,7 +143,7 @@
  "> +\t\t\tclock-output-names = \"ckil\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tosc: clock at 1 {\n"
+ "> +\t\tosc: clock@1 {\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\t#clock-cells = <0>;\n"
@@ -143,7 +151,7 @@
  "> +\t\t\tclock-output-names = \"osc\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tipp_di0: clock at 2 {\n"
+ "> +\t\tipp_di0: clock@2 {\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\t#clock-cells = <0>;\n"
@@ -151,7 +159,7 @@
  "> +\t\t\tclock-output-names = \"ipp_di0\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tipp_di1: clock at 3 {\n"
+ "> +\t\tipp_di1: clock@3 {\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t\t#clock-cells = <0>;\n"
@@ -167,12 +175,12 @@
  "> +\t\tinterrupt-parent = <&gpc>;\n"
  "> +\t\tranges;\n"
  "> +\n"
- "> +\t\tocram: sram at 900000 {\n"
+ "> +\t\tocram: sram@900000 {\n"
  "> +\t\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\t\treg = <0x00900000 0x20000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tL2: l2-cache at a02000 {\n"
+ "> +\t\tL2: l2-cache@a02000 {\n"
  "> +\t\t\tcompatible = \"arm,pl310-cache\";\n"
  "> +\t\t\treg = <0x00a02000 0x1000>;\n"
  "> +\t\t\tinterrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -182,21 +190,21 @@
  "> +\t\t\tarm,data-latency = <4 2 3>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\taips1: aips-bus at 2000000 {\n"
+ "> +\t\taips1: aips-bus@2000000 {\n"
  "> +\t\t\tcompatible = \"fsl,aips-bus\", \"simple-bus\";\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\t\t\treg = <0x02000000 0x100000>;\n"
  "> +\t\t\tranges;\n"
  "> +\n"
- "> +\t\t\tspba: spba-bus at 2000000 {\n"
+ "> +\t\t\tspba: spba-bus@2000000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,spba-bus\", \"simple-bus\";\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <1>;\n"
  "> +\t\t\t\treg = <0x02000000 0x40000>;\n"
  "> +\t\t\t\tranges;\n"
  "> +\n"
- "> +\t\t\t\tspdif: spdif at 2004000 {\n"
+ "> +\t\t\t\tspdif: spdif@2004000 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,imx6sl-spdif\", \"fsl,imx35-spdif\";\n"
  "> +\t\t\t\t\treg = <0x02004000 0x4000>;\n"
  "> +\t\t\t\t\tinterrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -220,7 +228,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tecspi1: ecspi at 2008000 {\n"
+ "> +\t\t\t\tecspi1: ecspi@2008000 {\n"
  "\n"
  "s/ecspi/spi for node name.\n"
  "\n"
@@ -235,7 +243,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tecspi2: ecspi at 200c000 {\n"
+ "> +\t\t\t\tecspi2: ecspi@200c000 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,imx6ul-ecspi\", \"fsl,imx51-ecspi\";\n"
  "> +\t\t\t\t\treg = <0x0200c000 0x4000>;\n"
  "> +\t\t\t\t\tinterrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -247,7 +255,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tecspi3: ecspi at 2010000 {\n"
+ "> +\t\t\t\tecspi3: ecspi@2010000 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,imx6ul-ecspi\", \"fsl,imx51-ecspi\";\n"
  "> +\t\t\t\t\treg = <0x02010000 0x4000>;\n"
  "> +\t\t\t\t\tinterrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -259,7 +267,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tecspi4: ecspi at 2014000 {\n"
+ "> +\t\t\t\tecspi4: ecspi@2014000 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,imx6ul-ecspi\", \"fsl,imx51-ecspi\";\n"
  "> +\t\t\t\t\treg = <0x02014000 0x4000>;\n"
  "> +\t\t\t\t\tinterrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -271,7 +279,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tuart4: serial at 2018000 {\n"
+ "> +\t\t\t\tuart4: serial@2018000 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,imx6sl-uart\", \"fsl,imx6q-uart\", \"fsl,imx21-uart\";\n"
  "> +\t\t\t\t\treg = <0x02018000 0x4000>;\n"
  "> +\t\t\t\t\tinterrupts =<GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -283,7 +291,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tuart1: serial at 2020000 {\n"
+ "> +\t\t\t\tuart1: serial@2020000 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,imx6sl-uart\", \"fsl,imx6q-uart\", \"fsl,imx21-uart\";\n"
  "> +\t\t\t\t\treg = <0x02020000 0x4000>;\n"
  "> +\t\t\t\t\tinterrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -295,7 +303,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tuart2: serial at 2024000 {\n"
+ "> +\t\t\t\tuart2: serial@2024000 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,imx6sl-uart\", \"fsl,imx6q-uart\", \"fsl,imx21-uart\";\n"
  "> +\t\t\t\t\treg = <0x02024000 0x4000>;\n"
  "> +\t\t\t\t\tinterrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -307,7 +315,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tssi1: ssi at 2028000 {\n"
+ "> +\t\t\t\tssi1: ssi@2028000 {\n"
  "\n"
  "ssi-controller\n"
  "\n"
@@ -323,7 +331,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tssi2: ssi2 at 202c000 {\n"
+ "> +\t\t\t\tssi2: ssi2@202c000 {\n"
  "\n"
  "Drop 2 from node name.\n"
  "\n"
@@ -339,7 +347,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tssi3: ssi at 2030000 {\n"
+ "> +\t\t\t\tssi3: ssi@2030000 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,imx6sl-ssi\", \"fsl,imx51-ssi\";\n"
  "> +\t\t\t\t\treg = <0x02030000 0x4000>;\n"
  "> +\t\t\t\t\tinterrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -352,7 +360,7 @@
  "> +\t\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tuart3: serial at 2034000 {\n"
+ "> +\t\t\t\tuart3: serial@2034000 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,imx6sl-uart\", \"fsl,imx6q-uart\", \"fsl,imx21-uart\";\n"
  "> +\t\t\t\t\treg = <0x02034000 0x4000>;\n"
  "> +\t\t\t\t\tinterrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -365,7 +373,7 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpwm1: pwm at 2080000 {\n"
+ "> +\t\t\tpwm1: pwm@2080000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-pwm\", \"fsl,imx27-pwm\";\n"
  "> +\t\t\t\treg = <0x02080000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -375,7 +383,7 @@
  "> +\t\t\t\t#pwm-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpwm2: pwm at 2084000 {\n"
+ "> +\t\t\tpwm2: pwm@2084000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-pwm\", \"fsl,imx27-pwm\";\n"
  "> +\t\t\t\treg = <0x02084000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -385,7 +393,7 @@
  "> +\t\t\t\t#pwm-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpwm3: pwm at 2088000 {\n"
+ "> +\t\t\tpwm3: pwm@2088000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-pwm\", \"fsl,imx27-pwm\";\n"
  "> +\t\t\t\treg = <0x02088000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -395,7 +403,7 @@
  "> +\t\t\t\t#pwm-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpwm4: pwm at 208c000 {\n"
+ "> +\t\t\tpwm4: pwm@208c000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-pwm\", \"fsl,imx27-pwm\";\n"
  "> +\t\t\t\treg = <0x0208c000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -405,7 +413,7 @@
  "> +\t\t\t\t#pwm-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpt1: gpt at 2098000 {\n"
+ "> +\t\t\tgpt1: gpt@2098000 {\n"
  "\n"
  "timer\n"
  "\n"
@@ -417,7 +425,7 @@
  "> +\t\t\t\tclock-names = \"ipg\", \"per\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio1: gpio at 209c000 {\n"
+ "> +\t\t\tgpio1: gpio@209c000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-gpio\", \"fsl,imx35-gpio\";\n"
  "> +\t\t\t\treg = <0x0209c000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -428,7 +436,7 @@
  "> +\t\t\t\t#interrupt-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio2: gpio at 20a0000 {\n"
+ "> +\t\t\tgpio2: gpio@20a0000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-gpio\", \"fsl,imx35-gpio\";\n"
  "> +\t\t\t\treg = <0x020a0000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -439,7 +447,7 @@
  "> +\t\t\t\t#interrupt-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio3: gpio at 20a4000 {\n"
+ "> +\t\t\tgpio3: gpio@20a4000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-gpio\", \"fsl,imx35-gpio\";\n"
  "> +\t\t\t\treg = <0x020a4000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -450,7 +458,7 @@
  "> +\t\t\t\t#interrupt-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio4: gpio at 20a8000 {\n"
+ "> +\t\t\tgpio4: gpio@20a8000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-gpio\", \"fsl,imx35-gpio\";\n"
  "> +\t\t\t\treg = <0x020a8000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -461,7 +469,7 @@
  "> +\t\t\t\t#interrupt-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio5: gpio at 20ac000 {\n"
+ "> +\t\t\tgpio5: gpio@20ac000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-gpio\", \"fsl,imx35-gpio\";\n"
  "> +\t\t\t\treg = <0x020ac000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -472,7 +480,7 @@
  "> +\t\t\t\t#interrupt-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio6: gpio at 20b0000 {\n"
+ "> +\t\t\tgpio6: gpio@20b0000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-gpio\", \"fsl,imx35-gpio\";\n"
  "> +\t\t\t\treg = <0x020b0000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -483,7 +491,7 @@
  "> +\t\t\t\t#interrupt-cells = <2>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tkpp: kpp at 20b8000 {\n"
+ "> +\t\t\tkpp: kpp@20b8000 {\n"
  "\n"
  "s/kpp/keypad for node name.\n"
  "\n"
@@ -494,7 +502,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\twdog1: wdog at 20bc000 {\n"
+ "> +\t\t\twdog1: wdog@20bc000 {\n"
  "\n"
  "s/wdog/watchdog for node name.\n"
  "\n"
@@ -504,7 +512,7 @@
  "> +\t\t\t\tclocks = <&clks IMX6SLL_CLK_WDOG1>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\twdog2: wdog at 20c0000 {\n"
+ "> +\t\t\twdog2: wdog@20c0000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-wdt\", \"fsl,imx21-wdt\";\n"
  "> +\t\t\t\treg = <0x020c0000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -512,7 +520,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tclks: clock-controller at 20c4000 {\n"
+ "> +\t\t\tclks: clock-controller@20c4000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-ccm\";\n"
  "> +\t\t\t\treg = <0x020c4000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -525,7 +533,7 @@
  "> +\t\t\t\tassigned-clock-parents = <&clks IMX6SLL_CLK_OSC>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tanatop: anatop at 20c8000 {\n"
+ "> +\t\t\tanatop: anatop@20c8000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-anatop\",\n"
  "> +\t\t\t\t\t     \"fsl,imx6q-anatop\",\n"
  "> +\t\t\t\t\t     \"syscon\", \"simple-bus\";\n"
@@ -536,7 +544,7 @@
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\treg_3p0: regulator-3p0 at 20c8120 {\n"
+ "> +\t\t\t\treg_3p0: regulator-3p0@20c8120 {\n"
  "> +\t\t\t\t\tcompatible = \"fsl,anatop-regulator\";\n"
  "> +\t\t\t\t\treg = <0x20c8120>;\n"
  "> +\t\t\t\t\tregulator-name = \"vdd3p0\";\n"
@@ -564,7 +572,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusbphy1: usbphy at 20c9000 {\n"
+ "> +\t\t\tusbphy1: usbphy@20c9000 {\n"
  "\n"
  "s/usbphy/usb-phy for node name.\n"
  "\n"
@@ -577,7 +585,7 @@
  "> +\t\t\t\tfsl,anatop = <&anatop>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusbphy2: usbphy at 20ca000 {\n"
+ "> +\t\t\tusbphy2: usbphy@20ca000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-usbphy\", \"fsl,imx6ul-usbphy\",\n"
  "> +\t\t\t\t\t\t\"fsl,imx23-usbphy\";\n"
  "> +\t\t\t\treg = <0x020ca000 0x1000>;\n"
@@ -587,7 +595,7 @@
  "> +\t\t\t\tfsl,anatop = <&anatop>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tsnvs: snvs at 20cc000 {\n"
+ "> +\t\t\tsnvs: snvs@20cc000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,sec-v4.0-mon\", \"syscon\", \"simple-mfd\";\n"
  "> +\t\t\t\treg = <0x020cc000 0x4000>;\n"
  "> +\n"
@@ -614,12 +622,12 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tepit1: epit at 20d0000 {\n"
+ "> +\t\t\tepit1: epit@20d0000 {\n"
  "> +\t\t\t\treg = <0x020d0000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tepit2: epit at 20d4000 {\n"
+ "> +\t\t\tepit2: epit@20d4000 {\n"
  "> +\t\t\t\treg = <0x020d4000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +\t\t\t};\n"
@@ -627,7 +635,7 @@
  "No compatible, so unused?\n"
  "\n"
  "> +\n"
- "> +\t\t\tsrc: src at 20d8000 {\n"
+ "> +\t\t\tsrc: src@20d8000 {\n"
  "\n"
  "reset-controller\n"
  "\n"
@@ -638,7 +646,7 @@
  "> +\t\t\t\t#reset-cells = <1>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpc: gpc at 20dc000 {\n"
+ "> +\t\t\tgpc: gpc@20dc000 {\n"
  "\n"
  "interrupt-controller\n"
  "\n"
@@ -654,18 +662,18 @@
  "\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tiomuxc: iomuxc at 20e0000 {\n"
+ "> +\t\t\tiomuxc: iomuxc@20e0000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-iomuxc\";\n"
  "> +\t\t\t\treg = <0x020e0000 0x4000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpr: iomuxc-gpr at 20e4000 {\n"
+ "> +\t\t\tgpr: iomuxc-gpr@20e4000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-iomuxc-gpr\",\n"
  "> +\t\t\t\t\t     \"fsl,imx6q-iomuxc-gpr\", \"syscon\";\n"
  "> +\t\t\t\treg = <0x020e4000 0x4000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tcsi: csi at 20e8000 {\n"
+ "> +\t\t\tcsi: csi@20e8000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-csi\", \"fsl,imx6s-csi\";\n"
  "> +\t\t\t\treg = <0x020e8000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -676,7 +684,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tsdma: sdma at 20ec000 {\n"
+ "> +\t\t\tsdma: sdma@20ec000 {\n"
  "\n"
  "dma-controller\n"
  "\n"
@@ -691,7 +699,7 @@
  "> +\t\t\t\tfsl,sdma-ram-script-name = \"imx/sdma/sdma-imx6q.bin\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tlcdif: lcdif at 20f8000 {\n"
+ "> +\t\t\tlcdif: lcdif@20f8000 {\n"
  "\n"
  "lcd-controller\n"
  "\n"
@@ -705,7 +713,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tdcp: dcp at 20fc000 {\n"
+ "> +\t\t\tdcp: dcp@20fc000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sl-dcp\";\n"
  "> +\t\t\t\treg = <0x020fc000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -716,14 +724,14 @@
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\taips2: aips-bus at 2100000 {\n"
+ "> +\t\taips2: aips-bus@2100000 {\n"
  "> +\t\t\tcompatible = \"fsl,aips-bus\", \"simple-bus\";\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\t\t\treg = <0x02100000 0x100000>;\n"
  "> +\t\t\tranges;\n"
  "> +\n"
- "> +\t\t\tusbotg1: usb at 2184000 {\n"
+ "> +\t\t\tusbotg1: usb@2184000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-usb\", \"fsl,imx6ul-usb\",\n"
  "> +\t\t\t\t\t\t\"fsl,imx27-usb\";\n"
  "> +\t\t\t\treg = <0x02184000 0x200>;\n"
@@ -738,7 +746,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusbotg2: usb at 2184200 {\n"
+ "> +\t\t\tusbotg2: usb@2184200 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-usb\", \"fsl,imx6ul-usb\",\n"
  "> +\t\t\t\t\t\t\"fsl,imx27-usb\";\n"
  "> +\t\t\t\treg = <0x02184200 0x200>;\n"
@@ -752,14 +760,14 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusbmisc: usbmisc at 2184800 {\n"
+ "> +\t\t\tusbmisc: usbmisc@2184800 {\n"
  "> +\t\t\t\t#index-cells = <1>;\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-usbmisc\", \"fsl,imx6ul-usbmisc\",\n"
  "> +\t\t\t\t\t\t\"fsl,imx6q-usbmisc\";\n"
  "> +\t\t\t\treg = <0x02184800 0x200>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusdhc1: usdhc at 2190000 {\n"
+ "> +\t\t\tusdhc1: usdhc@2190000 {\n"
  "\n"
  "s/usdhc/mmc for node name.\n"
  "\n"
@@ -776,7 +784,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusdhc2: usdhc at 2194000 {\n"
+ "> +\t\t\tusdhc2: usdhc@2194000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-usdhc\", \"fsl,imx6sx-usdhc\";\n"
  "> +\t\t\t\treg = <0x02194000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -790,7 +798,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusdhc3: usdhc at 2198000 {\n"
+ "> +\t\t\tusdhc3: usdhc@2198000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-usdhc\", \"fsl,imx6sx-usdhc\";\n"
  "> +\t\t\t\treg = <0x02198000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -804,7 +812,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\ti2c1: i2c at 21a0000 {\n"
+ "> +\t\t\ti2c1: i2c@21a0000 {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\tcompatible = \"fs,imx6sll-i2c\", \"fsl,imx21-i2c\";\n"
@@ -814,7 +822,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\ti2c2: i2c at 21a4000 {\n"
+ "> +\t\t\ti2c2: i2c@21a4000 {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-i2c\", \"fsl,imx21-i2c\";\n"
@@ -824,7 +832,7 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\ti2c3: i2c at 21a8000 {\n"
+ "> +\t\t\ti2c3: i2c@21a8000 {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-i2c\", \"fsl,imx21-i2c\";\n"
@@ -834,12 +842,12 @@
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tromcp at 21ac000 {\n"
+ "> +\t\t\tromcp@21ac000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-romcp\", \"syscon\";\n"
  "> +\t\t\t\treg = <0x021ac000 0x4000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tmmdc: mmdc at 21b0000 {\n"
+ "> +\t\t\tmmdc: mmdc@21b0000 {\n"
  "\n"
  "memory-controller\n"
  "\n"
@@ -849,33 +857,33 @@
  "> +\t\t\t\treg = <0x021b0000 0x4000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\trngb: rngb at 21b4000 {\n"
+ "> +\t\t\trngb: rngb@21b4000 {\n"
  "> +\t\t\t\treg = <0x021b4000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +\t\t\t\tclocks =  <&clks IMX6SLL_CLK_DUMMY>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tocotp: ocotp-ctrl at 21bc000 {\n"
+ "> +\t\t\tocotp: ocotp-ctrl@21bc000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-ocotp\", \"syscon\";\n"
  "> +\t\t\t\treg = <0x021bc000 0x4000>;\n"
  "> +\t\t\t\tclocks = <&clks IMX6SLL_CLK_OCOTP>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tsnvs_gpr: snvs-gpr at 21c4000 {\n"
+ "> +\t\t\tsnvs_gpr: snvs-gpr@21c4000 {\n"
  "> +\t\t\t\treg = <0x021c4000 0x10000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tiomuxc_snvs: iomuxc-snvs at 21c8000 {\n"
+ "> +\t\t\tiomuxc_snvs: iomuxc-snvs@21c8000 {\n"
  "> +\t\t\t\treg = <0x021c8000 0x10000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\taudmux: audmux at 21d8000 {\n"
+ "> +\t\t\taudmux: audmux@21d8000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-audmux\", \"fsl,imx31-audmux\";\n"
  "> +\t\t\t\treg = <0x021d8000 0x4000>;\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tuart5: serial at 21f4000 {\n"
+ "> +\t\t\tuart5: serial@21f4000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6sll-uart\", \"fsl,imx6q-uart\", \"fsl,imx21-uart\";\n"
  "> +\t\t\t\treg = <0x021f4000 0x4000>;\n"
  "> +\t\t\t\tinterrupts =<GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -893,4 +901,4 @@
  "> 1.9.1\n"
  >
 
-125c86391a46ee03889a669a79071b175f819cb1b87712a23d6f9658ceeecddf
+cddaf45cfa3c7efcc88ae7c7b93b8e0aca803a1d3df89435b0675b9a6430cd39

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.