diff for duplicates of <56F115F8.8040202@ti.com> diff --git a/a/1.txt b/N1/1.txt index 2deb8b9..e59b43d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ On 03/22/2016 08:37 AM, Lokesh Vutla wrote: > [1] http://processors.wiki.ti.com/index.php/AM335x_Industrial_Communication_Engine_EVM_Rev2_1_HW_User_Guide > [2] http://www.ti.com/lit/ds/symlink/am3359.pdf > -> Signed-off-by: Lokesh Vutla <lokeshvutla-l0cyMroinI0@public.gmane.org> +> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> > --- > .../devicetree/bindings/arm/omap/omap.txt | 3 + > arch/arm/boot/dts/Makefile | 1 + @@ -78,7 +78,7 @@ On 03/22/2016 08:37 AM, Lokesh Vutla wrote: > + reg = <0x80000000 0x10000000>; /* 256 MB */ > + }; > + -> + vbat: fixedregulator@0 { +> + vbat: fixedregulator at 0 { > + compatible = "regulator-fixed"; > + regulator-name = "vbat"; > + regulator-min-microvolt = <5000000>; @@ -86,7 +86,7 @@ On 03/22/2016 08:37 AM, Lokesh Vutla wrote: > + regulator-boot-on; > + }; > + -> + vtt_fixed: fixedregulator@1 { +> + vtt_fixed: fixedregulator at 1 { > + compatible = "regulator-fixed"; > + regulator-name = "vtt"; > + regulator-min-microvolt = <1500000>; @@ -99,20 +99,20 @@ On 03/22/2016 08:37 AM, Lokesh Vutla wrote: > + > + leds { -Could you split this node on two leds@0 and led@1 and and move -all tpic2810 leds under leds0 and all gpio leds under leds@1? +Could you split this node on two leds at 0 and led at 1 and and move +all tpic2810 leds under leds0 and all gpio leds under leds at 1? otherwise gpio leds will not work because tpic2810 is configured as module and so leds-gpio will be deferred until tpic2810 is loaded (but it can be never loaded ;) -led@x numeration has to be started from 0 for each leds@Y. +led at x numeration has to be started from 0 for each leds at Y. > + compatible = "gpio-leds"; > + pinctrl-names = "default"; > + pinctrl-0 = <&user_leds>; > + -> + led@0 { +> + led at 0 { > + label = "out0"; > + gpios = <&tpic2810 0 GPIO_ACTIVE_HIGH>; > + default-state = "off"; @@ -122,7 +122,7 @@ led@x numeration has to be started from 0 for each leds@Y. [...] > + /* Tricolor status LEDs */ -> + led@8 { +> + led at 8 { > + label = "status0:red:cpu0"; > + gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; > + default-state = "off"; @@ -138,7 +138,3 @@ led@x numeration has to be started from 0 for each leds@Y. -- regards, -grygorii --- -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 fdd4d92..8a36d58 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,9 @@ "ref\01458628657-30468-1-git-send-email-lokeshvutla@ti.com\0" "ref\01458628657-30468-2-git-send-email-lokeshvutla@ti.com\0" - "ref\01458628657-30468-2-git-send-email-lokeshvutla-l0cyMroinI0@public.gmane.org\0" - "From\0Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>\0" - "Subject\0Re: [PATCH 1/2] ARM: dts: am335x: Add initial support for ICEv2 board\0" + "From\0grygorii.strashko@ti.com (Grygorii Strashko)\0" + "Subject\0[PATCH 1/2] ARM: dts: am335x: Add initial support for ICEv2 board\0" "Date\0Tue, 22 Mar 2016 11:52:56 +0200\0" - "To\0Lokesh Vutla <lokeshvutla-l0cyMroinI0@public.gmane.org>" - tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org - " linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Tero Kristo <t-kristo-l0cyMroinI0@public.gmane.org> - Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org> - " nm-l0cyMroinI0@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 03/22/2016 08:37 AM, Lokesh Vutla wrote:\n" @@ -29,7 +20,7 @@ "> [1] http://processors.wiki.ti.com/index.php/AM335x_Industrial_Communication_Engine_EVM_Rev2_1_HW_User_Guide\n" "> [2] http://www.ti.com/lit/ds/symlink/am3359.pdf\n" "> \n" - "> Signed-off-by: Lokesh Vutla <lokeshvutla-l0cyMroinI0@public.gmane.org>\n" + "> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>\n" "> ---\n" "> .../devicetree/bindings/arm/omap/omap.txt | 3 +\n" "> arch/arm/boot/dts/Makefile | 1 +\n" @@ -95,7 +86,7 @@ "> +\t\treg = <0x80000000 0x10000000>; /* 256 MB */\n" "> +\t};\n" "> +\n" - "> +\tvbat: fixedregulator@0 {\n" + "> +\tvbat: fixedregulator at 0 {\n" "> +\t\tcompatible = \"regulator-fixed\";\n" "> +\t\tregulator-name = \"vbat\";\n" "> +\t\tregulator-min-microvolt = <5000000>;\n" @@ -103,7 +94,7 @@ "> +\t\tregulator-boot-on;\n" "> +\t};\n" "> +\n" - "> +\tvtt_fixed: fixedregulator@1 {\n" + "> +\tvtt_fixed: fixedregulator at 1 {\n" "> +\t\tcompatible = \"regulator-fixed\";\n" "> +\t\tregulator-name = \"vtt\";\n" "> +\t\tregulator-min-microvolt = <1500000>;\n" @@ -116,20 +107,20 @@ "> +\n" "> +\tleds {\n" "\n" - "Could you split this node on two leds@0 and led@1 and and move\n" - "all tpic2810 leds under leds0 and all gpio leds under leds@1?\n" + "Could you split this node on two leds at 0 and led at 1 and and move\n" + "all tpic2810 leds under leds0 and all gpio leds under leds at 1?\n" "\n" "otherwise gpio leds will not work because tpic2810 is\n" "configured as module and so leds-gpio will be deferred until\n" "tpic2810 is loaded (but it can be never loaded ;)\n" "\n" - "led@x numeration has to be started from 0 for each leds@Y.\n" + "led at x numeration has to be started from 0 for each leds at Y.\n" "\n" "> +\t\tcompatible = \"gpio-leds\";\n" "> +\t\tpinctrl-names = \"default\";\n" "> +\t\tpinctrl-0 = <&user_leds>;\n" "> +\n" - "> +\t\tled@0 {\n" + "> +\t\tled at 0 {\n" "> +\t\t\tlabel = \"out0\";\n" "> +\t\t\tgpios = <&tpic2810 0 GPIO_ACTIVE_HIGH>;\n" "> +\t\t\tdefault-state = \"off\";\n" @@ -139,7 +130,7 @@ "[...]\n" "\n" "> +\t\t/* Tricolor status LEDs */\n" - "> +\t\tled@8 {\n" + "> +\t\tled at 8 {\n" "> +\t\t\tlabel = \"status0:red:cpu0\";\n" "> +\t\t\tgpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;\n" "> +\t\t\tdefault-state = \"off\";\n" @@ -154,10 +145,6 @@ "\n" "-- \n" "regards,\n" - "-grygorii\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 + -grygorii -ec7758f9942dab4e1b99dd9b2321b2e42f3782e27a6315445421a8a01499a567 +06f09eabba1388ced5a057069577e08e34b4a488fb54656835761e08deeb1465
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.