diff for duplicates of <20160202065306.GH8307@tiger> diff --git a/a/1.txt b/N1/1.txt index ac64ac4..1889754 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ -On Wed, Jan 20, 2016 at 02:09:19PM +0100, Lothar Wa?mann wrote: -> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de> +On Wed, Jan 20, 2016 at 02:09:19PM +0100, Lothar Waßmann wrote: +> Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> > --- > arch/arm/boot/dts/imx53-tx53.dtsi | 40 ++++++++++++++++++++++++++++++--------- > 1 file changed, 31 insertions(+), 9 deletions(-) @@ -12,10 +12,10 @@ On Wed, Jan 20, 2016 at 02:09:19PM +0100, Lothar Wa?mann wrote: > regulator-max-microvolt = <3300000>; > }; > -> - reg_can_xcvr: regulator at 2 { -> + reg_3v3_etn: regulator at 2 { +> - reg_can_xcvr: regulator@2 { +> + reg_3v3_etn: regulator@2 { -Why cannot this be added as regulator at 5 to avoid changing every node? +Why cannot this be added as regulator@5 to avoid changing every node? > compatible = "regulator-fixed"; > reg = <2>; @@ -27,7 +27,7 @@ Why cannot this be added as regulator at 5 to avoid changing every node? > + gpio = <&gpio3 20 GPIO_ACTIVE_HIGH>; > + }; > + -> + reg_can_xcvr: regulator at 3 { +> + reg_can_xcvr: regulator@3 { > + compatible = "regulator-fixed"; > + reg = <3>; > regulator-name = "CAN XCVR"; @@ -37,8 +37,8 @@ Why cannot this be added as regulator at 5 to avoid changing every node? > gpio = <&gpio4 21 GPIO_ACTIVE_HIGH>; > }; > -> - reg_usbh1_vbus: regulator at 3 { -> + reg_usbh1_vbus: regulator at 4 { +> - reg_usbh1_vbus: regulator@3 { +> + reg_usbh1_vbus: regulator@4 { > compatible = "regulator-fixed"; > - reg = <3>; > + reg = <4>; @@ -49,8 +49,8 @@ Why cannot this be added as regulator at 5 to avoid changing every node? > enable-active-high; > }; > -> - reg_usbotg_vbus: regulator at 4 { -> + reg_usbotg_vbus: regulator at 5 { +> - reg_usbotg_vbus: regulator@4 { +> + reg_usbotg_vbus: regulator@5 { > compatible = "regulator-fixed"; > - reg = <4>; > + reg = <5>; @@ -65,7 +65,7 @@ Why cannot this be added as regulator at 5 to avoid changing every node? > mac-address = [000000000000]; /* placeholder; will be overwritten by bootloader */ > status = "okay"; > -> - phy0: ethernet-phy at 0 { +> - phy0: ethernet-phy@0 { > - interrupt-parent = <&gpio2>; > - interrupts = <4>; > - device_type = "ethernet-phy"; @@ -73,7 +73,7 @@ Why cannot this be added as regulator at 5 to avoid changing every node? > + #address-cells = <1>; > + #size-cells = <0>; > + -> + phy0: ethernet-phy at 0 { +> + phy0: ethernet-phy@0 { > + compatible = "ethernet-phy-id0007.c0f1", "ethernet-phy-ieee802.3-c22"; > + reg = <0>; > + interrupt-parent = <&gpio2>; diff --git a/a/content_digest b/N1/content_digest index 16b6175..7892a2e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,23 @@ "ref\01453295362-18798-1-git-send-email-LW@KARO-electronics.de\0" "ref\01453295362-18798-2-git-send-email-LW@KARO-electronics.de\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH 1/4] ARM: dts: imx53: add ethernet PHY supply regulator\0" + "From\0Shawn Guo <shawnguo@kernel.org>\0" + "Subject\0Re: [PATCH 1/4] ARM: dts: imx53: add ethernet PHY supply regulator\0" "Date\0Tue, 2 Feb 2016 14:53:07 +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 Wed, Jan 20, 2016 at 02:09:19PM +0100, Lothar Wa?mann wrote:\n" - "> Signed-off-by: Lothar Wa?mann <LW@KARO-electronics.de>\n" + "On Wed, Jan 20, 2016 at 02:09:19PM +0100, Lothar Wa\303\237mann wrote:\n" + "> Signed-off-by: Lothar Wa\303\237mann <LW@KARO-electronics.de>\n" "> ---\n" "> arch/arm/boot/dts/imx53-tx53.dtsi | 40 ++++++++++++++++++++++++++++++---------\n" "> 1 file changed, 31 insertions(+), 9 deletions(-)\n" @@ -20,10 +30,10 @@ "> \t\t\tregulator-max-microvolt = <3300000>;\n" "> \t\t};\n" "> \n" - "> -\t\treg_can_xcvr: regulator at 2 {\n" - "> +\t\treg_3v3_etn: regulator at 2 {\n" + "> -\t\treg_can_xcvr: regulator@2 {\n" + "> +\t\treg_3v3_etn: regulator@2 {\n" "\n" - "Why cannot this be added as regulator at 5 to avoid changing every node?\n" + "Why cannot this be added as regulator@5 to avoid changing every node?\n" "\n" "> \t\t\tcompatible = \"regulator-fixed\";\n" "> \t\t\treg = <2>;\n" @@ -35,7 +45,7 @@ "> +\t\t\tgpio = <&gpio3 20 GPIO_ACTIVE_HIGH>;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_can_xcvr: regulator at 3 {\n" + "> +\t\treg_can_xcvr: regulator@3 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <3>;\n" "> \t\t\tregulator-name = \"CAN XCVR\";\n" @@ -45,8 +55,8 @@ "> \t\t\tgpio = <&gpio4 21 GPIO_ACTIVE_HIGH>;\n" "> \t\t};\n" "> \n" - "> -\t\treg_usbh1_vbus: regulator at 3 {\n" - "> +\t\treg_usbh1_vbus: regulator at 4 {\n" + "> -\t\treg_usbh1_vbus: regulator@3 {\n" + "> +\t\treg_usbh1_vbus: regulator@4 {\n" "> \t\t\tcompatible = \"regulator-fixed\";\n" "> -\t\t\treg = <3>;\n" "> +\t\t\treg = <4>;\n" @@ -57,8 +67,8 @@ "> \t\t\tenable-active-high;\n" "> \t\t};\n" "> \n" - "> -\t\treg_usbotg_vbus: regulator at 4 {\n" - "> +\t\treg_usbotg_vbus: regulator at 5 {\n" + "> -\t\treg_usbotg_vbus: regulator@4 {\n" + "> +\t\treg_usbotg_vbus: regulator@5 {\n" "> \t\t\tcompatible = \"regulator-fixed\";\n" "> -\t\t\treg = <4>;\n" "> +\t\t\treg = <5>;\n" @@ -73,7 +83,7 @@ "> \tmac-address = [000000000000]; /* placeholder; will be overwritten by bootloader */\n" "> \tstatus = \"okay\";\n" "> \n" - "> -\tphy0: ethernet-phy at 0 {\n" + "> -\tphy0: ethernet-phy@0 {\n" "> -\t\tinterrupt-parent = <&gpio2>;\n" "> -\t\tinterrupts = <4>;\n" "> -\t\tdevice_type = \"ethernet-phy\";\n" @@ -81,7 +91,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tphy0: ethernet-phy at 0 {\n" + "> +\t\tphy0: ethernet-phy@0 {\n" "> +\t\t\tcompatible = \"ethernet-phy-id0007.c0f1\", \"ethernet-phy-ieee802.3-c22\";\n" "> +\t\t\treg = <0>;\n" "> +\t\t\tinterrupt-parent = <&gpio2>;\n" @@ -111,4 +121,4 @@ "> \n" > -81fbd1c7ac1552471c62e2a3a7655da8d107cd7a87771bdba3653155a6f1852a +637b48cff8a8f2a980c26cf6b9c7f03837a5ccb745e8f294f9a53c36bfc8b42a
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.