diff for duplicates of <20140620132042.GL28225@dragon> diff --git a/a/1.txt b/N1/1.txt index 4471f0d..e57133a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ On Thu, Jun 19, 2014 at 03:35:57PM +0200, Heiko Schocher wrote: > differences between them are extracted into 2 DTS files, and > the common settings are collected in a common file. > -> Signed-off-by: Heiko Schocher <hs@denx.de> +> Signed-off-by: Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org> Looks good. A couple of minor comments below. @@ -25,9 +25,9 @@ Looks good. A couple of minor comments below. > + -> + reg_2p5v: regulator at 0 { +> + reg_2p5v: regulator@0 { -You need 'reg' property for node like name at unit-address, and therefore +You need 'reg' property for node like name@unit-address, and therefore you need #address-cells and #size-cells for the parent. @@ -38,7 +38,7 @@ you need #address-cells and #size-cells for the parent. > + regulator-always-on; > + }; > + -> + reg_3p3v: regulator at 1 { +> + reg_3p3v: regulator@1 { > + compatible = "regulator-fixed"; > + regulator-name = "3P3V"; > + regulator-min-microvolt = <3300000>; @@ -46,7 +46,7 @@ you need #address-cells and #size-cells for the parent. > + regulator-always-on; > + }; > + -> + reg_usbh1_vbus: regulator at 2 { +> + reg_usbh1_vbus: regulator@2 { > + compatible = "regulator-fixed"; > + enable-active-high; > + gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>; @@ -57,7 +57,7 @@ you need #address-cells and #size-cells for the parent. > + regulator-max-microvolt = <5000000>; > + }; > + -> + reg_usbotg_vbus: regulator at 3 { +> + reg_usbotg_vbus: regulator@3 { > + compatible = "regulator-fixed"; > + enable-active-high; > + gpio = <&gpio4 15 GPIO_ACTIVE_HIGH>; @@ -297,4 +297,8 @@ Shawn > +}; > -- > 1.8.3.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 3a945e6..86968b9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,12 @@ "ref\01403184957-19482-1-git-send-email-hs@denx.de\0" - "From\0shawn.guo@freescale.com (Shawn Guo)\0" - "Subject\0[PATCH v2] ARM: dts: imx6: add aristainetos board support\0" + "ref\01403184957-19482-1-git-send-email-hs-ynQEQJNshbs@public.gmane.org\0" + "From\0Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0" + "Subject\0Re: [PATCH v2] ARM: dts: imx6: add aristainetos board support\0" "Date\0Fri, 20 Jun 2014 21:20:43 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" "\00:1\0" "b\0" "On Thu, Jun 19, 2014 at 03:35:57PM +0200, Heiko Schocher wrote:\n" @@ -19,7 +23,7 @@ "> differences between them are extracted into 2 DTS files, and\n" "> the common settings are collected in a common file.\n" "> \n" - "> Signed-off-by: Heiko Schocher <hs@denx.de>\n" + "> Signed-off-by: Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>\n" "\n" "Looks good. A couple of minor comments below.\n" "\n" @@ -32,9 +36,9 @@ "\n" "\n" "> +\n" - "> +\t\treg_2p5v: regulator at 0 {\n" + "> +\t\treg_2p5v: regulator@0 {\n" "\n" - "You need 'reg' property for node like name at unit-address, and therefore\n" + "You need 'reg' property for node like name@unit-address, and therefore\n" "you need #address-cells and #size-cells for the parent.\n" "\n" "\n" @@ -45,7 +49,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_3p3v: regulator at 1 {\n" + "> +\t\treg_3p3v: regulator@1 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\tregulator-name = \"3P3V\";\n" "> +\t\t\tregulator-min-microvolt = <3300000>;\n" @@ -53,7 +57,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_usbh1_vbus: regulator at 2 {\n" + "> +\t\treg_usbh1_vbus: regulator@2 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\tenable-active-high;\n" "> +\t\t\tgpio = <&gpio3 31 GPIO_ACTIVE_HIGH>;\n" @@ -64,7 +68,7 @@ "> +\t\t\tregulator-max-microvolt = <5000000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\treg_usbotg_vbus: regulator at 3 {\n" + "> +\t\treg_usbotg_vbus: regulator@3 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\tenable-active-high;\n" "> +\t\t\tgpio = <&gpio4 15 GPIO_ACTIVE_HIGH>;\n" @@ -304,6 +308,10 @@ "> +};\n" "> -- \n" "> 1.8.3.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 -2d4c295de79993efb953fae70bebb0db3375e2b83c62e9be7857a08f6d83a8c0 +71c852d694108beab2033def94be1e9b616060a153ce6988a3e39bd05a299b86
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.