diff for duplicates of <1484897796.3012.11.camel@phytec.de> diff --git a/a/1.txt b/N1/1.txt index 57836c1..e27dc75 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,17 +17,17 @@ Am Donnerstag, den 19.01.2017, 16:24 +0200 schrieb Vladimir Zapolskiy: > > * User gpio-keys > > * User LEDs > > -> > Signed-off-by: Teresa Remmet <t.remmet-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org> -> > Reviewed-by: Wadim Egorov <w.egorov-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org> +> > Signed-off-by: Teresa Remmet <t.remmet@phytec.de> +> > Reviewed-by: Wadim Egorov <w.egorov@phytec.de> > > --- -> > .../devicetree/bindings/arm/omap/omap.txt | 3 + -> > arch/arm/boot/dts/Makefile | 1 + -> > arch/arm/boot/dts/am335x-pcm-953.dtsi | 303 +> > ?.../devicetree/bindings/arm/omap/omap.txt??????????|???3 + +> > ?arch/arm/boot/dts/Makefile?????????????????????????|???1 + +> > ?arch/arm/boot/dts/am335x-pcm-953.dtsi??????????????| 303 > > +++++++++++++++++++++ -> > arch/arm/boot/dts/am335x-phycore-rdk.dts | 27 ++ -> > 4 files changed, 334 insertions(+) -> > create mode 100644 arch/arm/boot/dts/am335x-pcm-953.dtsi -> > create mode 100644 arch/arm/boot/dts/am335x-phycore-rdk.dts +> > ?arch/arm/boot/dts/am335x-phycore-rdk.dts???????????|??27 ++ +> > ?4 files changed, 334 insertions(+) +> > ?create mode 100644 arch/arm/boot/dts/am335x-pcm-953.dtsi +> > ?create mode 100644 arch/arm/boot/dts/am335x-phycore-rdk.dts > > > > diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt > > b/Documentation/devicetree/bindings/arm/omap/omap.txt @@ -35,31 +35,31 @@ Am Donnerstag, den 19.01.2017, 16:24 +0200 schrieb Vladimir Zapolskiy: > > --- a/Documentation/devicetree/bindings/arm/omap/omap.txt > > +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt > > @@ -151,6 +151,9 @@ Boards: -> > - AM335X SBC-T335 : single board computer, built around the Sitara +> > ?- AM335X SBC-T335 : single board computer, built around the Sitara > > AM3352/4 -> > compatible = "compulab,sbc-t335", "compulab,cm-t335", +> > ???compatible = "compulab,sbc-t335", "compulab,cm-t335", > > "ti,am33xx" -> > +> > ? > > +- AM335X phyCORE-AM335x: Development kit -> > + compatible = "phytec,am335x-pcm-953", "phytec,am335x-phycore- +> > +??compatible = "phytec,am335x-pcm-953", "phytec,am335x-phycore- > > som", "ti,am33xx" > > + -> > - OMAP5 EVM : Evaluation Module -> > compatible = "ti,omap5-evm", "ti,omap5" -> > +> > ?- OMAP5 EVM : Evaluation Module +> > ???compatible = "ti,omap5-evm", "ti,omap5" +> > ? > > diff --git a/arch/arm/boot/dts/Makefile > > b/arch/arm/boot/dts/Makefile > > index 7327250..dd71afe 100644 > > --- a/arch/arm/boot/dts/Makefile > > +++ b/arch/arm/boot/dts/Makefile > > @@ -573,6 +573,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ -> > am335x-lxm.dtb \ -> > am335x-nano.dtb \ -> > am335x-pepper.dtb \ +> > ? am335x-lxm.dtb \ +> > ? am335x-nano.dtb \ +> > ? am335x-pepper.dtb \ > > + am335x-phycore-rdk.dtb \ -> > am335x-shc.dtb \ -> > am335x-sbc-t335.dtb \ -> > am335x-sl50.dtb \ +> > ? am335x-shc.dtb \ +> > ? am335x-sbc-t335.dtb \ +> > ? am335x-sl50.dtb \ > > diff --git a/arch/arm/boot/dts/am335x-pcm-953.dtsi > > b/arch/arm/boot/dts/am335x-pcm-953.dtsi > > new file mode 100644 @@ -69,8 +69,8 @@ Am Donnerstag, den 19.01.2017, 16:24 +0200 schrieb Vladimir Zapolskiy: > > @@ -0,0 +1,303 @@ > > +/* > > + * Copyright (C) 2014-2017 Phytec Messtechnik GmbH -> > + * Author: Wadim Egorov <w.egorov-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org> -> > + * Teresa Remmet <t.remmet-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org> +> > + * Author: Wadim Egorov <w.egorov@phytec.de> +> > + * ???Teresa Remmet <t.remmet@phytec.de> > > + * > > + * This program is free software; you can redistribute it and/or > > modify @@ -104,11 +104,11 @@ Ok, I will. > > > > + -> > + vcc3v3: fixedregulator@1 { +> > + vcc3v3: fixedregulator at 1 { > > + compatible = "regulator-fixed"; > > + }; > > + -> > + vcc1v8: fixedregulator@2 { +> > + vcc1v8: fixedregulator at 2 { > > + compatible = "regulator-fixed"; > > + }; > > + }; @@ -122,8 +122,8 @@ Ok, I will. > references to device nodes used in this file. The device tree for the Phytec AM335x boards is spitted apart, as they -consist of an SoM and a carrier board. The am33xx_pinmux is defined in -the am33xx.dtsi which is included in the am335x-phycore-som.dtsi. +consist of an SoM and a carrier board. The?am33xx_pinmux is defined in +the?am33xx.dtsi which is included in the am335x-phycore-som.dtsi. > > > @@ -183,7 +183,7 @@ the am33xx.dtsi which is included in the am335x-phycore-som.dtsi. > > +}; > > + > > +&davinci_mdio { -> > + phy1: ethernet-phy@1 { +> > + phy1: ethernet-phy at 1 { > > + reg = <2>; > There is a mismatch between unit address and 'reg' property values. @@ -192,18 +192,18 @@ I will fix that. > > > > > + -> > + /* Register 260 (104h) – RGMII Clock and Control +> > + /* Register 260 (104h) ? RGMII Clock and Control > > Pad Skew */ > > + rxc-skew-ps = <1400>; > > + rxdv-skew-ps = <0>; > > + txc-skew-ps = <1400>; > > + txen-skew-ps = <0>; -> > + /* Register 261 (105h) – RGMII RX Data Pad Skew */ +> > + /* Register 261 (105h) ? RGMII RX Data Pad Skew */ > > + rxd3-skew-ps = <0>; > > + rxd2-skew-ps = <0>; > > + rxd1-skew-ps = <0>; > > + rxd0-skew-ps = <0>; -> > + /* Register 262 (106h) – RGMII TX Data Pad Skew */ +> > + /* Register 262 (106h) ? RGMII TX Data Pad Skew */ > > + txd3-skew-ps = <0>; > > + txd2-skew-ps = <0>; > > + txd1-skew-ps = <0>; @@ -425,14 +425,14 @@ I will remove it. > > > > > + -> > + button@0 { +> > + button at 0 { > > + label = "home"; > > + linux,code = ; > > + gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>; > > + gpio-key,wakeup; > > + }; > > + -> > + button@1 { +> > + button at 1 { > > + label = "menu"; > > + linux,code = ; > > + gpios = <&gpio3 8 GPIO_ACTIVE_HIGH>; @@ -480,7 +480,7 @@ Teresa > > @@ -0,0 +1,27 @@ > > +/* > > + * Copyright (C) 2014 PHYTEC Messtechnik GmbH -> > + * Author: Wadim Egorov <w.egorov-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org> +> > + * Author: Wadim Egorov <w.egorov@phytec.de> > > + * > > + * This program is free software; you can redistribute it and/or > > modify @@ -507,8 +507,4 @@ Teresa > > + status = "okay"; > > + > > +}; -> > --- -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 c535669..82a4200 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,9 @@ "ref\01484831270-7251-1-git-send-email-t.remmet@phytec.de\0" "ref\0dda40964-44b5-e9ca-ebcf-273814e27440@mentor.com\0" - "ref\0dda40964-44b5-e9ca-ebcf-273814e27440-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org\0" - "From\0Teresa Remmet <t.remmet-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>\0" - "Subject\0Re: [PATCH 1/3] ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board\0" + "From\0t.remmet@phytec.de (Teresa Remmet)\0" + "Subject\0[PATCH 1/3] ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board\0" "Date\0Fri, 20 Jan 2017 08:36:36 +0100\0" - "To\0Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>" - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" - "Cc\0Beno\303\256t Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>" - Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - " Wadim Egorov <w.egorov-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hello Vladimir,\n" @@ -34,17 +25,17 @@ "> > * User gpio-keys\n" "> > * User LEDs\n" "> > \n" - "> > Signed-off-by: Teresa Remmet <t.remmet-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>\n" - "> > Reviewed-by: Wadim Egorov <w.egorov-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>\n" + "> > Signed-off-by: Teresa Remmet <t.remmet@phytec.de>\n" + "> > Reviewed-by: Wadim Egorov <w.egorov@phytec.de>\n" "> > ---\n" - "> > \302\240.../devicetree/bindings/arm/omap/omap.txt\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2403 +\n" - "> > \302\240arch/arm/boot/dts/Makefile\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2401 +\n" - "> > \302\240arch/arm/boot/dts/am335x-pcm-953.dtsi\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 303\n" + "> > ?.../devicetree/bindings/arm/omap/omap.txt??????????|???3 +\n" + "> > ?arch/arm/boot/dts/Makefile?????????????????????????|???1 +\n" + "> > ?arch/arm/boot/dts/am335x-pcm-953.dtsi??????????????| 303\n" "> > +++++++++++++++++++++\n" - "> > \302\240arch/arm/boot/dts/am335x-phycore-rdk.dts\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24027 ++\n" - "> > \302\2404 files changed, 334 insertions(+)\n" - "> > \302\240create mode 100644 arch/arm/boot/dts/am335x-pcm-953.dtsi\n" - "> > \302\240create mode 100644 arch/arm/boot/dts/am335x-phycore-rdk.dts\n" + "> > ?arch/arm/boot/dts/am335x-phycore-rdk.dts???????????|??27 ++\n" + "> > ?4 files changed, 334 insertions(+)\n" + "> > ?create mode 100644 arch/arm/boot/dts/am335x-pcm-953.dtsi\n" + "> > ?create mode 100644 arch/arm/boot/dts/am335x-phycore-rdk.dts\n" "> > \n" "> > diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt\n" "> > b/Documentation/devicetree/bindings/arm/omap/omap.txt\n" @@ -52,31 +43,31 @@ "> > --- a/Documentation/devicetree/bindings/arm/omap/omap.txt\n" "> > +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt\n" "> > @@ -151,6 +151,9 @@ Boards:\n" - "> > \302\240- AM335X SBC-T335 : single board computer, built around the Sitara\n" + "> > ?- AM335X SBC-T335 : single board computer, built around the Sitara\n" "> > AM3352/4\n" - "> > \302\240\302\240\302\240compatible = \"compulab,sbc-t335\", \"compulab,cm-t335\",\n" + "> > ???compatible = \"compulab,sbc-t335\", \"compulab,cm-t335\",\n" "> > \"ti,am33xx\"\n" - "> > \302\240\n" + "> > ?\n" "> > +- AM335X phyCORE-AM335x: Development kit\n" - "> > +\302\240\302\240compatible = \"phytec,am335x-pcm-953\", \"phytec,am335x-phycore-\n" + "> > +??compatible = \"phytec,am335x-pcm-953\", \"phytec,am335x-phycore-\n" "> > som\", \"ti,am33xx\"\n" "> > +\n" - "> > \302\240- OMAP5 EVM : Evaluation Module\n" - "> > \302\240\302\240\302\240compatible = \"ti,omap5-evm\", \"ti,omap5\"\n" - "> > \302\240\n" + "> > ?- OMAP5 EVM : Evaluation Module\n" + "> > ???compatible = \"ti,omap5-evm\", \"ti,omap5\"\n" + "> > ?\n" "> > diff --git a/arch/arm/boot/dts/Makefile\n" "> > b/arch/arm/boot/dts/Makefile\n" "> > index 7327250..dd71afe 100644\n" "> > --- a/arch/arm/boot/dts/Makefile\n" "> > +++ b/arch/arm/boot/dts/Makefile\n" "> > @@ -573,6 +573,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \\\n" - "> > \302\240\tam335x-lxm.dtb \\\n" - "> > \302\240\tam335x-nano.dtb \\\n" - "> > \302\240\tam335x-pepper.dtb \\\n" + "> > ?\tam335x-lxm.dtb \\\n" + "> > ?\tam335x-nano.dtb \\\n" + "> > ?\tam335x-pepper.dtb \\\n" "> > +\tam335x-phycore-rdk.dtb \\\n" - "> > \302\240\tam335x-shc.dtb \\\n" - "> > \302\240\tam335x-sbc-t335.dtb \\\n" - "> > \302\240\tam335x-sl50.dtb \\\n" + "> > ?\tam335x-shc.dtb \\\n" + "> > ?\tam335x-sbc-t335.dtb \\\n" + "> > ?\tam335x-sl50.dtb \\\n" "> > diff --git a/arch/arm/boot/dts/am335x-pcm-953.dtsi\n" "> > b/arch/arm/boot/dts/am335x-pcm-953.dtsi\n" "> > new file mode 100644\n" @@ -86,8 +77,8 @@ "> > @@ -0,0 +1,303 @@\n" "> > +/*\n" "> > + * Copyright (C) 2014-2017 Phytec Messtechnik GmbH\n" - "> > + * Author: Wadim Egorov <w.egorov-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>\n" - "> > + *\t\302\240\302\240\302\240Teresa Remmet <t.remmet-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>\n" + "> > + * Author: Wadim Egorov <w.egorov@phytec.de>\n" + "> > + *\t???Teresa Remmet <t.remmet@phytec.de>\n" "> > + *\n" "> > + * This program is free software; you can redistribute it and/or\n" "> > modify\n" @@ -121,11 +112,11 @@ "\n" "> > \n" "> > +\n" - "> > +\t\tvcc3v3: fixedregulator@1 {\n" + "> > +\t\tvcc3v3: fixedregulator at 1 {\n" "> > +\t\t\tcompatible = \"regulator-fixed\";\n" "> > +\t\t};\n" "> > +\n" - "> > +\t\tvcc1v8: fixedregulator@2 {\n" + "> > +\t\tvcc1v8: fixedregulator at 2 {\n" "> > +\t\t\tcompatible = \"regulator-fixed\";\n" "> > +\t\t};\n" "> > +\t};\n" @@ -139,8 +130,8 @@ "> references to device nodes used in this file.\n" "\n" "The device tree for the Phytec AM335x boards is spitted apart, as they\n" - "consist of an SoM and a carrier board. The\302\240am33xx_pinmux is defined in\n" - "the\302\240am33xx.dtsi which is included in the am335x-phycore-som.dtsi.\n" + "consist of an SoM and a carrier board. The?am33xx_pinmux is defined in\n" + "the?am33xx.dtsi which is included in the am335x-phycore-som.dtsi.\n" "\n" "> \n" "> > \n" @@ -200,7 +191,7 @@ "> > +};\n" "> > +\n" "> > +&davinci_mdio {\n" - "> > +\tphy1: ethernet-phy@1 {\n" + "> > +\tphy1: ethernet-phy at 1 {\n" "> > +\t\treg = <2>;\n" "> There is a mismatch between unit address and 'reg' property values.\n" "\n" @@ -209,18 +200,18 @@ "> \n" "> > \n" "> > +\n" - "> > +\t\t/* Register 260 (104h) \342\200\223 RGMII Clock and Control\n" + "> > +\t\t/* Register 260 (104h) ? RGMII Clock and Control\n" "> > Pad Skew */\n" "> > +\t\trxc-skew-ps = <1400>;\n" "> > +\t\trxdv-skew-ps = <0>;\n" "> > +\t\ttxc-skew-ps = <1400>;\n" "> > +\t\ttxen-skew-ps = <0>;\n" - "> > +\t\t/* Register 261 (105h) \342\200\223 RGMII RX Data Pad Skew */\n" + "> > +\t\t/* Register 261 (105h) ? RGMII RX Data Pad Skew */\n" "> > +\t\trxd3-skew-ps = <0>;\n" "> > +\t\trxd2-skew-ps = <0>;\n" "> > +\t\trxd1-skew-ps = <0>;\n" "> > +\t\trxd0-skew-ps = <0>;\n" - "> > +\t\t/* Register 262 (106h) \342\200\223 RGMII TX Data Pad Skew */\n" + "> > +\t\t/* Register 262 (106h) ? RGMII TX Data Pad Skew */\n" "> > +\t\ttxd3-skew-ps = <0>;\n" "> > +\t\ttxd2-skew-ps = <0>;\n" "> > +\t\ttxd1-skew-ps = <0>;\n" @@ -442,14 +433,14 @@ "> \n" "> > \n" "> > +\n" - "> > +\tbutton@0 {\n" + "> > +\tbutton at 0 {\n" "> > +\t\tlabel = \"home\";\n" "> > +\t\tlinux,code = ;\n" "> > +\t\tgpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;\n" "> > +\t\tgpio-key,wakeup;\n" "> > +\t};\n" "> > +\n" - "> > +\tbutton@1 {\n" + "> > +\tbutton at 1 {\n" "> > +\t\tlabel = \"menu\";\n" "> > +\t\tlinux,code = ;\n" "> > +\t\tgpios = <&gpio3 8 GPIO_ACTIVE_HIGH>;\n" @@ -497,7 +488,7 @@ "> > @@ -0,0 +1,27 @@\n" "> > +/*\n" "> > + * Copyright (C) 2014 PHYTEC Messtechnik GmbH\n" - "> > + * Author: Wadim Egorov <w.egorov-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>\n" + "> > + * Author: Wadim Egorov <w.egorov@phytec.de>\n" "> > + *\n" "> > + * This program is free software; you can redistribute it and/or\n" "> > modify\n" @@ -524,10 +515,6 @@ "> > +\tstatus = \"okay\";\n" "> > +\n" "> > +};\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 + > > -811482af18df7101ec0dba9d7b8aa4f48ccd42a3d56148b328a074913cc043ce +e3c8ba961b302da7131e2db565a7bcb2a451c4eba167879ddad6ac21fd7ad35e
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.