diff for duplicates of <20170314105517.GP3618@dragon> diff --git a/a/1.txt b/N1/1.txt index 1048da9..322d137 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,7 @@ On Fri, Mar 10, 2017 at 12:40:11PM -0800, Tim Harvey wrote: > - 1x USB OTG > - 4x GbE LAN > -> Signed-off-by: Tim Harvey <tharvey@gateworks.com> +> Signed-off-by: Tim Harvey <tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org> > --- > arch/arm/boot/dts/Makefile | 2 + > arch/arm/boot/dts/imx6dl-gw5904.dts | 19 ++ @@ -244,32 +244,32 @@ Drop newline in middle of property list. > + dsa,ethernet = <&fec>; > + dsa,mii-bus = <&mdio>; > + -> + switch at 0 { +> + switch@0 { > + #address-cells = <1>; > + #size-cells = <0>; > + reg = <0 0>; /* MDIO address 0, switch 0 in tree */ > + -> + port at 0 { +> + port@0 { > + reg = <0>; > + label = "lan4"; > + }; > + -> + port at 1 { +> + port@1 { > + reg = <1>; > + label = "lan3"; > + }; > + -> + port at 2 { +> + port@2 { > + reg = <2>; > + label = "lan2"; > + }; > + -> + port at 3 { +> + port@3 { > + reg = <3>; > + label = "lan1"; > + }; > + -> + port at 5 { +> + port@5 { > + reg = <5>; > + label = "cpu"; @@ -309,31 +309,31 @@ Have a newline between property list and child node. > + pinctrl-0 = <&pinctrl_i2c1>; > + status = "okay"; > + -> + eeprom1: eeprom at 50 { +> + eeprom1: eeprom@50 { > + compatible = "atmel,24c02"; > + reg = <0x50>; > + pagesize = <16>; > + }; > + -> + eeprom2: eeprom at 51 { +> + eeprom2: eeprom@51 { > + compatible = "atmel,24c02"; > + reg = <0x51>; > + pagesize = <16>; > + }; > + -> + eeprom3: eeprom at 52 { +> + eeprom3: eeprom@52 { > + compatible = "atmel,24c02"; > + reg = <0x52>; > + pagesize = <16>; > + }; > + -> + eeprom4: eeprom at 53 { +> + eeprom4: eeprom@53 { > + compatible = "atmel,24c02"; > + reg = <0x53>; > + pagesize = <16>; > + }; > + -> + gpio: pca9555 at 23 { +> + gpio: pca9555@23 { Sort devices under bus in order of unit-address/reg value. @@ -343,7 +343,7 @@ Sort devices under bus in order of unit-address/reg value. > + #gpio-cells = <2>; > + }; > + -> + rtc: ds1672 at 68 { +> + rtc: ds1672@68 { > + compatible = "dallas,ds1672"; > + reg = <0x68>; > + }; @@ -355,7 +355,7 @@ Sort devices under bus in order of unit-address/reg value. > + pinctrl-0 = <&pinctrl_i2c2>; > + status = "okay"; > + -> + ltc3676: pmic at 3c { +> + ltc3676: pmic@3c { > + compatible = "lltc,ltc3676"; > + reg = <0x3c>; > + interrupt-parent = <&gpio1>; @@ -435,12 +435,12 @@ Sort devices under bus in order of unit-address/reg value. > + pinctrl-0 = <&pinctrl_i2c3>; > + status = "okay"; > + -> + touchscreen: egalax_ts at 04 { +> + touchscreen: egalax_ts@04 { The node name should be generic while label can be specific. Also please drop the leading zero in unit-address. So it comes to: - egalax_ts: touchscreen at 4 { + egalax_ts: touchscreen@4 { ... }; @@ -455,7 +455,7 @@ please drop the leading zero in unit-address. So it comes to: > +&ldb { > + status = "okay"; > + -> + lvds-channel at 0 { +> + lvds-channel@0 { > + fsl,data-mapping = "spwg"; > + fsl,data-width = <18>; > + status = "okay"; @@ -776,4 +776,8 @@ Shawn > +}; > -- > 2.7.4 -> +> +-- +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 83108d6..9de1ed9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,11 @@ "ref\01489178411-6559-1-git-send-email-tharvey@gateworks.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH] ARM: dts: imx: add Gateworks Ventana GW5904 support\0" + "ref\01489178411-6559-1-git-send-email-tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org\0" + "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH] ARM: dts: imx: add Gateworks Ventana GW5904 support\0" "Date\0Tue, 14 Mar 2017 18:55:18 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Tim Harvey <tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Fri, Mar 10, 2017 at 12:40:11PM -0800, Tim Harvey wrote:\n" @@ -34,7 +37,7 @@ "> - 1x USB OTG\n" "> - 4x GbE LAN\n" "> \n" - "> Signed-off-by: Tim Harvey <tharvey@gateworks.com>\n" + "> Signed-off-by: Tim Harvey <tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/Makefile | 2 +\n" "> arch/arm/boot/dts/imx6dl-gw5904.dts | 19 ++\n" @@ -251,32 +254,32 @@ "> +\t\tdsa,ethernet = <&fec>;\n" "> +\t\tdsa,mii-bus = <&mdio>;\n" "> +\n" - "> +\t\tswitch at 0 {\n" + "> +\t\tswitch@0 {\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\t\t\treg = <0 0>; /* MDIO address 0, switch 0 in tree */\n" "> +\n" - "> +\t\t\tport at 0 {\n" + "> +\t\t\tport@0 {\n" "> +\t\t\t\treg = <0>;\n" "> +\t\t\t\tlabel = \"lan4\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tport at 1 {\n" + "> +\t\t\tport@1 {\n" "> +\t\t\t\treg = <1>;\n" "> +\t\t\t\tlabel = \"lan3\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tport at 2 {\n" + "> +\t\t\tport@2 {\n" "> +\t\t\t\treg = <2>;\n" "> +\t\t\t\tlabel = \"lan2\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tport at 3 {\n" + "> +\t\t\tport@3 {\n" "> +\t\t\t\treg = <3>;\n" "> +\t\t\t\tlabel = \"lan1\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tport at 5 {\n" + "> +\t\t\tport@5 {\n" "> +\t\t\t\treg = <5>;\n" "> +\t\t\t\tlabel = \"cpu\";\n" "\n" @@ -316,31 +319,31 @@ "> +\tpinctrl-0 = <&pinctrl_i2c1>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\teeprom1: eeprom at 50 {\n" + "> +\teeprom1: eeprom@50 {\n" "> +\t\tcompatible = \"atmel,24c02\";\n" "> +\t\treg = <0x50>;\n" "> +\t\tpagesize = <16>;\n" "> +\t};\n" "> +\n" - "> +\teeprom2: eeprom at 51 {\n" + "> +\teeprom2: eeprom@51 {\n" "> +\t\tcompatible = \"atmel,24c02\";\n" "> +\t\treg = <0x51>;\n" "> +\t\tpagesize = <16>;\n" "> +\t};\n" "> +\n" - "> +\teeprom3: eeprom at 52 {\n" + "> +\teeprom3: eeprom@52 {\n" "> +\t\tcompatible = \"atmel,24c02\";\n" "> +\t\treg = <0x52>;\n" "> +\t\tpagesize = <16>;\n" "> +\t};\n" "> +\n" - "> +\teeprom4: eeprom at 53 {\n" + "> +\teeprom4: eeprom@53 {\n" "> +\t\tcompatible = \"atmel,24c02\";\n" "> +\t\treg = <0x53>;\n" "> +\t\tpagesize = <16>;\n" "> +\t};\n" "> +\n" - "> +\tgpio: pca9555 at 23 {\n" + "> +\tgpio: pca9555@23 {\n" "\n" "Sort devices under bus in order of unit-address/reg value.\n" "\n" @@ -350,7 +353,7 @@ "> +\t\t#gpio-cells = <2>;\n" "> +\t};\n" "> +\n" - "> +\trtc: ds1672 at 68 {\n" + "> +\trtc: ds1672@68 {\n" "> +\t\tcompatible = \"dallas,ds1672\";\n" "> +\t\treg = <0x68>;\n" "> +\t};\n" @@ -362,7 +365,7 @@ "> +\tpinctrl-0 = <&pinctrl_i2c2>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tltc3676: pmic at 3c {\n" + "> +\tltc3676: pmic@3c {\n" "> +\t\tcompatible = \"lltc,ltc3676\";\n" "> +\t\treg = <0x3c>;\n" "> +\t\tinterrupt-parent = <&gpio1>;\n" @@ -442,12 +445,12 @@ "> +\tpinctrl-0 = <&pinctrl_i2c3>;\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\ttouchscreen: egalax_ts at 04 {\n" + "> +\ttouchscreen: egalax_ts@04 {\n" "\n" "The node name should be generic while label can be specific. Also\n" "please drop the leading zero in unit-address. So it comes to:\n" "\n" - "\tegalax_ts: touchscreen at 4 {\n" + "\tegalax_ts: touchscreen@4 {\n" "\t\t...\n" "\t};\n" "\n" @@ -462,7 +465,7 @@ "> +&ldb {\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tlvds-channel at 0 {\n" + "> +\tlvds-channel@0 {\n" "> +\t\tfsl,data-mapping = \"spwg\";\n" "> +\t\tfsl,data-width = <18>;\n" "> +\t\tstatus = \"okay\";\n" @@ -783,6 +786,10 @@ "> +};\n" "> -- \n" "> 2.7.4\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 -5744f58123e85df5995c56ab109f83c08b233a950f029d031691975554c6b24b +00ea16bf647220c82cb81f1cc20e8ad4a9de02ebd4e50c24d138ef9a5c6ce9bf
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.