diff for duplicates of <20140618150152.GP8860@dragon> diff --git a/a/1.txt b/N1/1.txt index 3cc11ce..2916a1d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ -On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Wa?mann wrote: +On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Waßmann wrote: > Add support for Ka-Ro electronics i.MX51 based TX51 modules > -> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de> +> Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/imx51-tx51.dts | 620 ++++++++++++++++++++++++++++++++++++++ @@ -27,7 +27,7 @@ On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Wa?mann wrote: > +++ b/arch/arm/boot/dts/imx51-tx51.dts > @@ -0,0 +1,620 @@ > +/* -> + * Copyright 2012-2014 Lothar Wa?mann <LW@KARO-electronics.de> +> + * Copyright 2012-2014 Lothar Waßmann <LW@KARO-electronics.de> > + * > + * The code contained herein is licensed under the GNU General Public > + * License. You may obtain a copy of the GNU General Public License @@ -90,14 +90,14 @@ Drop this new line. > + clock-frequency = <0>; > + }; > + -> + mclk: clock at 0 { +> + mclk: clock@0 { > + compatible = "fixed-clock"; > + reg = <0>; > + #clock-cells = <0>; > + clock-frequency = <27000000>; > + }; > + -> + clk_26M: clock at 1 { +> + clk_26M: clock@1 { When using generic name, you will need clock-output-names property. Otherwise, the clocks will fail in registration except the first one, @@ -111,7 +111,7 @@ because of clock name collision. > + }; > + }; > + -> + display: display at di0 { +> + display: display@di0 { > + compatible = "fsl,imx-parallel-display"; > + interface-pix-fmt = "rgb24"; > + pinctrl-names = "default"; @@ -246,7 +246,7 @@ because of clock name collision. > + &gpio4 16 0>; > + clock-frequency = <400000>; > + -> + rtc1: ds1339 at 68 { +> + rtc1: ds1339@68 { > + compatible = "dallas,ds1339"; > + reg = <0x68>; > + }; @@ -269,7 +269,7 @@ because of clock name collision. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + reg_2v5: regulator at 0 { +> + reg_2v5: regulator@0 { > + compatible = "regulator-fixed"; > + reg = <0>; > + regulator-name = "2V5"; @@ -278,7 +278,7 @@ because of clock name collision. > + regulator-always-on; > + }; > + -> + reg_3v3: regulator at 1 { +> + reg_3v3: regulator@1 { > + compatible = "regulator-fixed"; > + reg = <1>; > + regulator-name = "3V3"; @@ -287,7 +287,7 @@ because of clock name collision. > + regulator-always-on; > + }; > + -> + reg_etn_phy: regulator at 2 { +> + reg_etn_phy: regulator@2 { > + compatible = "regulator-fixed"; > + reg = <2>; > + regulator-name = "ETN PHY Power"; @@ -299,7 +299,7 @@ because of clock name collision. > + regulator-always-on; > + }; > + -> + reg_lcd_pwr: regulator at 5 { +> + reg_lcd_pwr: regulator@5 { > + compatible = "regulator-fixed"; > + reg = <5>; > + regulator-name = "LCD POWER"; @@ -311,7 +311,7 @@ because of clock name collision. > + regulator-always-on; > + }; > + -> + reg_lcd_reset: regulator at 6 { +> + reg_lcd_reset: regulator@6 { > + compatible = "regulator-fixed"; > + reg = <6>; > + regulator-name = "LCD RESET"; @@ -346,7 +346,7 @@ because of clock name collision. > + #size-cells = <0>; > + compatible = "simple-bus"; > + -> + usbh1phy: usbh1phy at 0 { +> + usbh1phy: usbh1phy@0 { The node name should be something generic like usbphy? @@ -377,7 +377,7 @@ Shouldn't it be local-mac-address? > + status = "okay"; > + -> + phy0: ethernet-phy at 0 { +> + phy0: ethernet-phy@0 { > + interrupt-parent = <&gpio3>; > + interrupts = <18 0>; > + device_type = "ethernet-phy"; @@ -391,7 +391,7 @@ Shouldn't it be local-mac-address? > +&i2c2 { > + status = "okay"; > + -> + sgtl5000: sgtl5000 at 0a { +> + sgtl5000: sgtl5000@0a { > + compatible = "fsl,sgtl5000"; > + reg = <0x0a>; > + clocks = <&mclk>; @@ -399,7 +399,7 @@ Shouldn't it be local-mac-address? > + VDDIO-supply = <®_3v3>; > + }; > + -> + polytouch: edt-ft5x06 at 38 { +> + polytouch: edt-ft5x06@38 { > + compatible = "edt,edt-ft5x06"; > + reg = <0x38>; > + pinctrl-names = "default"; @@ -410,7 +410,7 @@ Shouldn't it be local-mac-address? > + wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>; > + }; > + -> + touchscreen: tsc2007 at 48 { +> + touchscreen: tsc2007@48 { > + compatible = "ti,tsc2007"; > + reg = <0x48>; > + pinctrl-names = "default"; @@ -612,13 +612,13 @@ More readable to write it like below? > + status = "okay"; > + -> + spidev0: spi at 0 { +> + spidev0: spi@0 { > + compatible = "spidev"; > + reg = <0>; > + spi-max-frequency = <54000000>; > + }; > + -> + spidev1: spi at 1 { +> + spidev1: spi@1 { > + compatible = "spidev"; > + reg = <1>; > + spi-max-frequency = <54000000>; diff --git a/a/content_digest b/N1/content_digest index 39688ea..a47f564 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,24 @@ "ref\01402578584-12640-1-git-send-email-LW@KARO-electronics.de\0" - "From\0shawn.guo@freescale.com (Shawn Guo)\0" - "Subject\0[PATCH] ARM: dts: add support for Ka-Ro TX51\0" + "From\0Shawn Guo <shawn.guo@freescale.com>\0" + "Subject\0Re: [PATCH] ARM: dts: add support for Ka-Ro TX51\0" "Date\0Wed, 18 Jun 2014 23:01:53 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Lothar Wa\303\237mann <LW@karo-electronics.de>\0" + "Cc\0Ian Campbell <ijc+devicetree@hellion.org.uk>" + Kumar Gala <galak@codeaurora.org> + Mark Rutland <mark.rutland@arm.com> + Pawel Moll <pawel.moll@arm.com> + Rob Herring <robh+dt@kernel.org> + Russell King <linux@arm.linux.org.uk> + Sascha Hauer <kernel@pengutronix.de> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" - "On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Wa?mann wrote:\n" + "On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Wa\303\237mann wrote:\n" "> Add support for Ka-Ro electronics i.MX51 based TX51 modules\n" "> \n" - "> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de>\n" + "> Signed-off-by: Lothar Wa\303\237mann <LW@KARO-electronics.de>\n" "> ---\n" "> arch/arm/boot/dts/Makefile | 1 +\n" "> arch/arm/boot/dts/imx51-tx51.dts | 620 ++++++++++++++++++++++++++++++++++++++\n" @@ -34,7 +44,7 @@ "> +++ b/arch/arm/boot/dts/imx51-tx51.dts\n" "> @@ -0,0 +1,620 @@\n" "> +/*\n" - "> + * Copyright 2012-2014 Lothar Wa?mann <LW@KARO-electronics.de>\n" + "> + * Copyright 2012-2014 Lothar Wa\303\237mann <LW@KARO-electronics.de>\n" "> + *\n" "> + * The code contained herein is licensed under the GNU General Public\n" "> + * License. You may obtain a copy of the GNU General Public License\n" @@ -97,14 +107,14 @@ "> +\t\t\tclock-frequency = <0>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tmclk: clock at 0 {\n" + "> +\t\tmclk: clock@0 {\n" "> +\t\t\tcompatible = \"fixed-clock\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\t#clock-cells = <0>;\n" "> +\t\t\tclock-frequency = <27000000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tclk_26M: clock at 1 {\n" + "> +\t\tclk_26M: clock@1 {\n" "\n" "When using generic name, you will need clock-output-names property.\n" "Otherwise, the clocks will fail in registration except the first one,\n" @@ -118,7 +128,7 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tdisplay: display at di0 {\n" + "> +\tdisplay: display@di0 {\n" "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n" "> +\t\tinterface-pix-fmt = \"rgb24\";\n" "> +\t\tpinctrl-names = \"default\";\n" @@ -253,7 +263,7 @@ "> +\t\t\t &gpio4 16 0>;\n" "> +\t\tclock-frequency = <400000>;\n" "> +\n" - "> +\t\trtc1: ds1339 at 68 {\n" + "> +\t\trtc1: ds1339@68 {\n" "> +\t\t\tcompatible = \"dallas,ds1339\";\n" "> +\t\t\treg = <0x68>;\n" "> +\t\t};\n" @@ -276,7 +286,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\treg_2v5: regulator at 0 {\n" + "> +\t\treg_2v5: regulator@0 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\tregulator-name = \"2V5\";\n" @@ -285,7 +295,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_3v3: regulator at 1 {\n" + "> +\t\treg_3v3: regulator@1 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <1>;\n" "> +\t\t\tregulator-name = \"3V3\";\n" @@ -294,7 +304,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_etn_phy: regulator at 2 {\n" + "> +\t\treg_etn_phy: regulator@2 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <2>;\n" "> +\t\t\tregulator-name = \"ETN PHY Power\";\n" @@ -306,7 +316,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_lcd_pwr: regulator at 5 {\n" + "> +\t\treg_lcd_pwr: regulator@5 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <5>;\n" "> +\t\t\tregulator-name = \"LCD POWER\";\n" @@ -318,7 +328,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_lcd_reset: regulator at 6 {\n" + "> +\t\treg_lcd_reset: regulator@6 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <6>;\n" "> +\t\t\tregulator-name = \"LCD RESET\";\n" @@ -353,7 +363,7 @@ "> +\t\t#size-cells = <0>;\n" "> +\t\tcompatible = \"simple-bus\";\n" "> +\n" - "> +\t\tusbh1phy: usbh1phy at 0 {\n" + "> +\t\tusbh1phy: usbh1phy@0 {\n" "\n" "The node name should be something generic like usbphy?\n" "\n" @@ -384,7 +394,7 @@ "\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tphy0: ethernet-phy at 0 {\n" + "> +\tphy0: ethernet-phy@0 {\n" "> +\t\tinterrupt-parent = <&gpio3>;\n" "> +\t\tinterrupts = <18 0>;\n" "> +\t\tdevice_type = \"ethernet-phy\";\n" @@ -398,7 +408,7 @@ "> +&i2c2 {\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tsgtl5000: sgtl5000 at 0a {\n" + "> +\tsgtl5000: sgtl5000@0a {\n" "> +\t\tcompatible = \"fsl,sgtl5000\";\n" "> +\t\treg = <0x0a>;\n" "> +\t\tclocks = <&mclk>;\n" @@ -406,7 +416,7 @@ "> +\t\tVDDIO-supply = <®_3v3>;\n" "> +\t};\n" "> +\n" - "> +\tpolytouch: edt-ft5x06 at 38 {\n" + "> +\tpolytouch: edt-ft5x06@38 {\n" "> +\t\tcompatible = \"edt,edt-ft5x06\";\n" "> +\t\treg = <0x38>;\n" "> +\t\tpinctrl-names = \"default\";\n" @@ -417,7 +427,7 @@ "> +\t\twake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;\n" "> +\t};\n" "> +\n" - "> +\ttouchscreen: tsc2007 at 48 {\n" + "> +\ttouchscreen: tsc2007@48 {\n" "> +\t\tcompatible = \"ti,tsc2007\";\n" "> +\t\treg = <0x48>;\n" "> +\t\tpinctrl-names = \"default\";\n" @@ -619,13 +629,13 @@ "\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tspidev0: spi at 0 {\n" + "> +\tspidev0: spi@0 {\n" "> +\t\tcompatible = \"spidev\";\n" "> +\t\treg = <0>;\n" "> +\t\tspi-max-frequency = <54000000>;\n" "> +\t};\n" "> +\n" - "> +\tspidev1: spi at 1 {\n" + "> +\tspidev1: spi@1 {\n" "> +\t\tcompatible = \"spidev\";\n" "> +\t\treg = <1>;\n" "> +\t\tspi-max-frequency = <54000000>;\n" @@ -699,4 +709,4 @@ "> 1.7.10.4\n" > -4a9e3a1faa143a9775936dd53092070cb67cf606f9c98ef8eca471ab0e19234d +c09c5f31e86ca031da45447b23af6d7913562b81fb3076bfd24eabadb584cccb
diff --git a/a/1.txt b/N2/1.txt index 3cc11ce..2916a1d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,7 @@ -On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Wa?mann wrote: +On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Waßmann wrote: > Add support for Ka-Ro electronics i.MX51 based TX51 modules > -> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de> +> Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/imx51-tx51.dts | 620 ++++++++++++++++++++++++++++++++++++++ @@ -27,7 +27,7 @@ On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Wa?mann wrote: > +++ b/arch/arm/boot/dts/imx51-tx51.dts > @@ -0,0 +1,620 @@ > +/* -> + * Copyright 2012-2014 Lothar Wa?mann <LW@KARO-electronics.de> +> + * Copyright 2012-2014 Lothar Waßmann <LW@KARO-electronics.de> > + * > + * The code contained herein is licensed under the GNU General Public > + * License. You may obtain a copy of the GNU General Public License @@ -90,14 +90,14 @@ Drop this new line. > + clock-frequency = <0>; > + }; > + -> + mclk: clock at 0 { +> + mclk: clock@0 { > + compatible = "fixed-clock"; > + reg = <0>; > + #clock-cells = <0>; > + clock-frequency = <27000000>; > + }; > + -> + clk_26M: clock at 1 { +> + clk_26M: clock@1 { When using generic name, you will need clock-output-names property. Otherwise, the clocks will fail in registration except the first one, @@ -111,7 +111,7 @@ because of clock name collision. > + }; > + }; > + -> + display: display at di0 { +> + display: display@di0 { > + compatible = "fsl,imx-parallel-display"; > + interface-pix-fmt = "rgb24"; > + pinctrl-names = "default"; @@ -246,7 +246,7 @@ because of clock name collision. > + &gpio4 16 0>; > + clock-frequency = <400000>; > + -> + rtc1: ds1339 at 68 { +> + rtc1: ds1339@68 { > + compatible = "dallas,ds1339"; > + reg = <0x68>; > + }; @@ -269,7 +269,7 @@ because of clock name collision. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + reg_2v5: regulator at 0 { +> + reg_2v5: regulator@0 { > + compatible = "regulator-fixed"; > + reg = <0>; > + regulator-name = "2V5"; @@ -278,7 +278,7 @@ because of clock name collision. > + regulator-always-on; > + }; > + -> + reg_3v3: regulator at 1 { +> + reg_3v3: regulator@1 { > + compatible = "regulator-fixed"; > + reg = <1>; > + regulator-name = "3V3"; @@ -287,7 +287,7 @@ because of clock name collision. > + regulator-always-on; > + }; > + -> + reg_etn_phy: regulator at 2 { +> + reg_etn_phy: regulator@2 { > + compatible = "regulator-fixed"; > + reg = <2>; > + regulator-name = "ETN PHY Power"; @@ -299,7 +299,7 @@ because of clock name collision. > + regulator-always-on; > + }; > + -> + reg_lcd_pwr: regulator at 5 { +> + reg_lcd_pwr: regulator@5 { > + compatible = "regulator-fixed"; > + reg = <5>; > + regulator-name = "LCD POWER"; @@ -311,7 +311,7 @@ because of clock name collision. > + regulator-always-on; > + }; > + -> + reg_lcd_reset: regulator at 6 { +> + reg_lcd_reset: regulator@6 { > + compatible = "regulator-fixed"; > + reg = <6>; > + regulator-name = "LCD RESET"; @@ -346,7 +346,7 @@ because of clock name collision. > + #size-cells = <0>; > + compatible = "simple-bus"; > + -> + usbh1phy: usbh1phy at 0 { +> + usbh1phy: usbh1phy@0 { The node name should be something generic like usbphy? @@ -377,7 +377,7 @@ Shouldn't it be local-mac-address? > + status = "okay"; > + -> + phy0: ethernet-phy at 0 { +> + phy0: ethernet-phy@0 { > + interrupt-parent = <&gpio3>; > + interrupts = <18 0>; > + device_type = "ethernet-phy"; @@ -391,7 +391,7 @@ Shouldn't it be local-mac-address? > +&i2c2 { > + status = "okay"; > + -> + sgtl5000: sgtl5000 at 0a { +> + sgtl5000: sgtl5000@0a { > + compatible = "fsl,sgtl5000"; > + reg = <0x0a>; > + clocks = <&mclk>; @@ -399,7 +399,7 @@ Shouldn't it be local-mac-address? > + VDDIO-supply = <®_3v3>; > + }; > + -> + polytouch: edt-ft5x06 at 38 { +> + polytouch: edt-ft5x06@38 { > + compatible = "edt,edt-ft5x06"; > + reg = <0x38>; > + pinctrl-names = "default"; @@ -410,7 +410,7 @@ Shouldn't it be local-mac-address? > + wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>; > + }; > + -> + touchscreen: tsc2007 at 48 { +> + touchscreen: tsc2007@48 { > + compatible = "ti,tsc2007"; > + reg = <0x48>; > + pinctrl-names = "default"; @@ -612,13 +612,13 @@ More readable to write it like below? > + status = "okay"; > + -> + spidev0: spi at 0 { +> + spidev0: spi@0 { > + compatible = "spidev"; > + reg = <0>; > + spi-max-frequency = <54000000>; > + }; > + -> + spidev1: spi at 1 { +> + spidev1: spi@1 { > + compatible = "spidev"; > + reg = <1>; > + spi-max-frequency = <54000000>; diff --git a/a/content_digest b/N2/content_digest index 39688ea..a1f8e21 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,14 +1,24 @@ "ref\01402578584-12640-1-git-send-email-LW@KARO-electronics.de\0" - "From\0shawn.guo@freescale.com (Shawn Guo)\0" - "Subject\0[PATCH] ARM: dts: add support for Ka-Ro TX51\0" + "From\0Shawn Guo <shawn.guo@freescale.com>\0" + "Subject\0Re: [PATCH] ARM: dts: add support for Ka-Ro TX51\0" "Date\0Wed, 18 Jun 2014 23:01:53 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Lothar Wa\303\237mann <LW@karo-electronics.de>\0" + "Cc\0Ian Campbell <ijc+devicetree@hellion.org.uk>" + Kumar Gala <galak@codeaurora.org> + Mark Rutland <mark.rutland@arm.com> + Pawel Moll <pawel.moll@arm.com> + Rob Herring <robh+dt@kernel.org> + Russell King <linux@arm.linux.org.uk> + Sascha Hauer <kernel@pengutronix.de> + <devicetree@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + " <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" - "On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Wa?mann wrote:\n" + "On Thu, Jun 12, 2014 at 03:09:44PM +0200, Lothar Wa\303\237mann wrote:\n" "> Add support for Ka-Ro electronics i.MX51 based TX51 modules\n" "> \n" - "> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de>\n" + "> Signed-off-by: Lothar Wa\303\237mann <LW@KARO-electronics.de>\n" "> ---\n" "> arch/arm/boot/dts/Makefile | 1 +\n" "> arch/arm/boot/dts/imx51-tx51.dts | 620 ++++++++++++++++++++++++++++++++++++++\n" @@ -34,7 +44,7 @@ "> +++ b/arch/arm/boot/dts/imx51-tx51.dts\n" "> @@ -0,0 +1,620 @@\n" "> +/*\n" - "> + * Copyright 2012-2014 Lothar Wa?mann <LW@KARO-electronics.de>\n" + "> + * Copyright 2012-2014 Lothar Wa\303\237mann <LW@KARO-electronics.de>\n" "> + *\n" "> + * The code contained herein is licensed under the GNU General Public\n" "> + * License. You may obtain a copy of the GNU General Public License\n" @@ -97,14 +107,14 @@ "> +\t\t\tclock-frequency = <0>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tmclk: clock at 0 {\n" + "> +\t\tmclk: clock@0 {\n" "> +\t\t\tcompatible = \"fixed-clock\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\t#clock-cells = <0>;\n" "> +\t\t\tclock-frequency = <27000000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tclk_26M: clock at 1 {\n" + "> +\t\tclk_26M: clock@1 {\n" "\n" "When using generic name, you will need clock-output-names property.\n" "Otherwise, the clocks will fail in registration except the first one,\n" @@ -118,7 +128,7 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tdisplay: display at di0 {\n" + "> +\tdisplay: display@di0 {\n" "> +\t\tcompatible = \"fsl,imx-parallel-display\";\n" "> +\t\tinterface-pix-fmt = \"rgb24\";\n" "> +\t\tpinctrl-names = \"default\";\n" @@ -253,7 +263,7 @@ "> +\t\t\t &gpio4 16 0>;\n" "> +\t\tclock-frequency = <400000>;\n" "> +\n" - "> +\t\trtc1: ds1339 at 68 {\n" + "> +\t\trtc1: ds1339@68 {\n" "> +\t\t\tcompatible = \"dallas,ds1339\";\n" "> +\t\t\treg = <0x68>;\n" "> +\t\t};\n" @@ -276,7 +286,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\treg_2v5: regulator at 0 {\n" + "> +\t\treg_2v5: regulator@0 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\tregulator-name = \"2V5\";\n" @@ -285,7 +295,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_3v3: regulator at 1 {\n" + "> +\t\treg_3v3: regulator@1 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <1>;\n" "> +\t\t\tregulator-name = \"3V3\";\n" @@ -294,7 +304,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_etn_phy: regulator at 2 {\n" + "> +\t\treg_etn_phy: regulator@2 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <2>;\n" "> +\t\t\tregulator-name = \"ETN PHY Power\";\n" @@ -306,7 +316,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_lcd_pwr: regulator at 5 {\n" + "> +\t\treg_lcd_pwr: regulator@5 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <5>;\n" "> +\t\t\tregulator-name = \"LCD POWER\";\n" @@ -318,7 +328,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_lcd_reset: regulator at 6 {\n" + "> +\t\treg_lcd_reset: regulator@6 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <6>;\n" "> +\t\t\tregulator-name = \"LCD RESET\";\n" @@ -353,7 +363,7 @@ "> +\t\t#size-cells = <0>;\n" "> +\t\tcompatible = \"simple-bus\";\n" "> +\n" - "> +\t\tusbh1phy: usbh1phy at 0 {\n" + "> +\t\tusbh1phy: usbh1phy@0 {\n" "\n" "The node name should be something generic like usbphy?\n" "\n" @@ -384,7 +394,7 @@ "\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tphy0: ethernet-phy at 0 {\n" + "> +\tphy0: ethernet-phy@0 {\n" "> +\t\tinterrupt-parent = <&gpio3>;\n" "> +\t\tinterrupts = <18 0>;\n" "> +\t\tdevice_type = \"ethernet-phy\";\n" @@ -398,7 +408,7 @@ "> +&i2c2 {\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tsgtl5000: sgtl5000 at 0a {\n" + "> +\tsgtl5000: sgtl5000@0a {\n" "> +\t\tcompatible = \"fsl,sgtl5000\";\n" "> +\t\treg = <0x0a>;\n" "> +\t\tclocks = <&mclk>;\n" @@ -406,7 +416,7 @@ "> +\t\tVDDIO-supply = <®_3v3>;\n" "> +\t};\n" "> +\n" - "> +\tpolytouch: edt-ft5x06 at 38 {\n" + "> +\tpolytouch: edt-ft5x06@38 {\n" "> +\t\tcompatible = \"edt,edt-ft5x06\";\n" "> +\t\treg = <0x38>;\n" "> +\t\tpinctrl-names = \"default\";\n" @@ -417,7 +427,7 @@ "> +\t\twake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;\n" "> +\t};\n" "> +\n" - "> +\ttouchscreen: tsc2007 at 48 {\n" + "> +\ttouchscreen: tsc2007@48 {\n" "> +\t\tcompatible = \"ti,tsc2007\";\n" "> +\t\treg = <0x48>;\n" "> +\t\tpinctrl-names = \"default\";\n" @@ -619,13 +629,13 @@ "\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tspidev0: spi at 0 {\n" + "> +\tspidev0: spi@0 {\n" "> +\t\tcompatible = \"spidev\";\n" "> +\t\treg = <0>;\n" "> +\t\tspi-max-frequency = <54000000>;\n" "> +\t};\n" "> +\n" - "> +\tspidev1: spi at 1 {\n" + "> +\tspidev1: spi@1 {\n" "> +\t\tcompatible = \"spidev\";\n" "> +\t\treg = <1>;\n" "> +\t\tspi-max-frequency = <54000000>;\n" @@ -699,4 +709,4 @@ "> 1.7.10.4\n" > -4a9e3a1faa143a9775936dd53092070cb67cf606f9c98ef8eca471ab0e19234d +066f86e88115dd0bea8f3299a872447a1d740a0cd6791203e77b2613718f0962
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.