diff for duplicates of <20171109222614.5719-2-robh@kernel.org> diff --git a/a/1.txt b/N1/1.txt index ee56358..233c67a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,10 +6,10 @@ Fixes the following warning in i.MX dts files: Warning (phys_property): Missing property '#phy-cells' in node ... -Signed-off-by: Rob Herring <robh@kernel.org> -Cc: Shawn Guo <shawnguo@kernel.org> -Cc: Sascha Hauer <kernel@pengutronix.de> -Cc: Fabio Estevam <fabio.estevam@nxp.com> +Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> +Cc: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> +Cc: Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> +Cc: Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org> --- Please apply to i.MX tree. @@ -31,13 +31,13 @@ index 09ce8b81fafa..c43cf704b768 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi @@ -628,11 +628,13 @@ - usbphy0: usb-phy at 0 { + usbphy0: usb-phy@0 { reg = <0>; compatible = "usb-nop-xceiv"; + #phy-cells = <0>; }; - usbphy1: usb-phy at 1 { + usbphy1: usb-phy@1 { reg = <1>; compatible = "usb-nop-xceiv"; + #phy-cells = <0>; @@ -85,13 +85,13 @@ index 6d5e6a60bee7..f049c692c6b0 100644 --- a/arch/arm/boot/dts/imx35.dtsi +++ b/arch/arm/boot/dts/imx35.dtsi @@ -402,11 +402,13 @@ - usbphy0: usb-phy at 0 { + usbphy0: usb-phy@0 { reg = <0>; compatible = "usb-nop-xceiv"; + #phy-cells = <0>; }; - usbphy1: usb-phy at 1 { + usbphy1: usb-phy@1 { reg = <1>; compatible = "usb-nop-xceiv"; + #phy-cells = <0>; @@ -165,7 +165,7 @@ index f46814a7ea44..7bcdc953dc9e 100644 + #phy-cells = <0>; }; - fec2: ethernet at 30bf0000 { + fec2: ethernet@30bf0000 { diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 82ad26e766eb..ded1504bf602 100644 --- a/arch/arm/boot/dts/imx7s.dtsi @@ -184,6 +184,11 @@ index 82ad26e766eb..ded1504bf602 100644 + #phy-cells = <0>; }; - usdhc1: usdhc at 30b40000 { + usdhc1: usdhc@30b40000 { -- 2.14.1 + +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 9c58868..ac5de59 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,14 @@ "ref\020171109222614.5719-1-robh@kernel.org\0" - "From\0robh@kernel.org (Rob Herring)\0" + "ref\020171109222614.5719-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" + "From\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0[PATCH 2/6] arm: dts: imx: Add missing #phy-cells to usb-nop-xceiv\0" "Date\0Thu, 9 Nov 2017 16:26:10 -0600\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" + "Cc\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" + Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> + " Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org>\0" "\00:1\0" "b\0" "\"usb-nop-xceiv\" is using the phy binding, but is missing #phy-cells\n" @@ -13,10 +19,10 @@ "\n" "Warning (phys_property): Missing property '#phy-cells' in node ...\n" "\n" - "Signed-off-by: Rob Herring <robh@kernel.org>\n" - "Cc: Shawn Guo <shawnguo@kernel.org>\n" - "Cc: Sascha Hauer <kernel@pengutronix.de>\n" - "Cc: Fabio Estevam <fabio.estevam@nxp.com>\n" + "Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" + "Cc: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" + "Cc: Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" + "Cc: Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org>\n" "---\n" "Please apply to i.MX tree.\n" "\n" @@ -38,13 +44,13 @@ "--- a/arch/arm/boot/dts/imx25.dtsi\n" "+++ b/arch/arm/boot/dts/imx25.dtsi\n" "@@ -628,11 +628,13 @@\n" - " \t\tusbphy0: usb-phy at 0 {\n" + " \t\tusbphy0: usb-phy@0 {\n" " \t\t\treg = <0>;\n" " \t\t\tcompatible = \"usb-nop-xceiv\";\n" "+\t\t\t#phy-cells = <0>;\n" " \t\t};\n" " \n" - " \t\tusbphy1: usb-phy at 1 {\n" + " \t\tusbphy1: usb-phy@1 {\n" " \t\t\treg = <1>;\n" " \t\t\tcompatible = \"usb-nop-xceiv\";\n" "+\t\t\t#phy-cells = <0>;\n" @@ -92,13 +98,13 @@ "--- a/arch/arm/boot/dts/imx35.dtsi\n" "+++ b/arch/arm/boot/dts/imx35.dtsi\n" "@@ -402,11 +402,13 @@\n" - " \t\tusbphy0: usb-phy at 0 {\n" + " \t\tusbphy0: usb-phy@0 {\n" " \t\t\treg = <0>;\n" " \t\t\tcompatible = \"usb-nop-xceiv\";\n" "+\t\t\t#phy-cells = <0>;\n" " \t\t};\n" " \n" - " \t\tusbphy1: usb-phy at 1 {\n" + " \t\tusbphy1: usb-phy@1 {\n" " \t\t\treg = <1>;\n" " \t\t\tcompatible = \"usb-nop-xceiv\";\n" "+\t\t\t#phy-cells = <0>;\n" @@ -172,7 +178,7 @@ "+\t\t#phy-cells = <0>;\n" " \t};\n" " \n" - " \tfec2: ethernet at 30bf0000 {\n" + " \tfec2: ethernet@30bf0000 {\n" "diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi\n" "index 82ad26e766eb..ded1504bf602 100644\n" "--- a/arch/arm/boot/dts/imx7s.dtsi\n" @@ -191,8 +197,13 @@ "+\t\t\t\t#phy-cells = <0>;\n" " \t\t\t};\n" " \n" - " \t\t\tusdhc1: usdhc at 30b40000 {\n" + " \t\t\tusdhc1: usdhc@30b40000 {\n" "-- \n" - 2.14.1 + "2.14.1\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -87c8c10c0ad7e6f8db209eaaf8c5912328d8993d87270252abbc0c02ed95580d +a11980e647e23e4dd885897ce4a68a3f018a869fe8e3f2ae53d34e849fc6e14e
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.