* [PATCH 1/2] ARM: dts: k2e-mvm: add 1g ethernet phys nodes @ 2014-10-20 13:20 Grygorii Strashko [not found] ` <1413811244-4041-1-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Grygorii Strashko @ 2014-10-20 13:20 UTC (permalink / raw) To: ssantosh-DgEjT+Ai2ygdnm+yROfE0A Cc: m-karicheri2-l0cyMroinI0, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Grygorii Strashko Keystone K2E-EVM has two 1G Marvell 88E1514 Ethernet PHYs installed, which are compatible with 88E1510. Hence, add corresponding child nodes for 1G MDIO bus. For more information see: https://www.einfochips.com/index.php/partnerships/texas-instruments/k2e-evm.html Signed-off-by: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org> --- arch/arm/boot/dts/k2e-evm.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/k2e-evm.dts b/arch/arm/boot/dts/k2e-evm.dts index c568f06..560d621 100644 --- a/arch/arm/boot/dts/k2e-evm.dts +++ b/arch/arm/boot/dts/k2e-evm.dts @@ -139,3 +139,15 @@ }; }; }; + +&mdio { + ethphy0: ethernet-phy@0 { + compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; + reg = <0>; + }; + + ethphy1: ethernet-phy@1 { + compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; + reg = <1>; + }; +}; -- 1.9.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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1413811244-4041-1-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org>]
* [PATCH 2/2] ARM: dts: k2l-mvm: add 1g ethernet phys nodes [not found] ` <1413811244-4041-1-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org> @ 2014-10-20 13:20 ` Grygorii Strashko [not found] ` <1413811244-4041-2-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org> 2014-10-21 18:22 ` [PATCH 1/2] ARM: dts: k2e-mvm: " Murali Karicheri 1 sibling, 1 reply; 4+ messages in thread From: Grygorii Strashko @ 2014-10-20 13:20 UTC (permalink / raw) To: ssantosh-DgEjT+Ai2ygdnm+yROfE0A Cc: m-karicheri2-l0cyMroinI0, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Grygorii Strashko Keystone K2L-EVM has two 1G Marvell 88E1514 Ethernet PHYs installed, which are compatible with 88E1510. Hence, add corresponding child nodes for 1G MDIO bus. For more information see: https://www.einfochips.com/index.php/partnerships/texas-instruments/k2l-evm.html Signed-off-by: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org> --- arch/arm/boot/dts/k2l-evm.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/k2l-evm.dts b/arch/arm/boot/dts/k2l-evm.dts index fec4312..85cc7f2 100644 --- a/arch/arm/boot/dts/k2l-evm.dts +++ b/arch/arm/boot/dts/k2l-evm.dts @@ -116,3 +116,15 @@ }; }; }; + +&mdio { + ethphy0: ethernet-phy@0 { + compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; + reg = <0>; + }; + + ethphy1: ethernet-phy@1 { + compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; + reg = <1>; + }; +}; -- 1.9.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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1413811244-4041-2-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org>]
* Re: [PATCH 2/2] ARM: dts: k2l-mvm: add 1g ethernet phys nodes [not found] ` <1413811244-4041-2-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org> @ 2014-10-21 18:23 ` Murali Karicheri 0 siblings, 0 replies; 4+ messages in thread From: Murali Karicheri @ 2014-10-21 18:23 UTC (permalink / raw) To: Grygorii Strashko Cc: ssantosh-DgEjT+Ai2ygdnm+yROfE0A, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r On 10/20/2014 09:20 AM, Grygorii Strashko wrote: > Keystone K2L-EVM has two 1G Marvell 88E1514 Ethernet PHYs > installed, which are compatible with 88E1510. > Hence, add corresponding child nodes for 1G MDIO bus. > > For more information see: > https://www.einfochips.com/index.php/partnerships/texas-instruments/k2l-evm.html > > Signed-off-by: Grygorii Strashko<grygorii.strashko-l0cyMroinI0@public.gmane.org> > --- > arch/arm/boot/dts/k2l-evm.dts | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/boot/dts/k2l-evm.dts b/arch/arm/boot/dts/k2l-evm.dts > index fec4312..85cc7f2 100644 > --- a/arch/arm/boot/dts/k2l-evm.dts > +++ b/arch/arm/boot/dts/k2l-evm.dts > @@ -116,3 +116,15 @@ > }; > }; > }; > + > +&mdio { > + ethphy0: ethernet-phy@0 { > + compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; > + reg =<0>; > + }; > + > + ethphy1: ethernet-phy@1 { > + compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; > + reg =<1>; > + }; > +}; In the subject do s/k2l-mvm/k2l-evm/ -- Murali Karicheri Linux Kernel, Texas Instruments -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] ARM: dts: k2e-mvm: add 1g ethernet phys nodes [not found] ` <1413811244-4041-1-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org> 2014-10-20 13:20 ` [PATCH 2/2] ARM: dts: k2l-mvm: " Grygorii Strashko @ 2014-10-21 18:22 ` Murali Karicheri 1 sibling, 0 replies; 4+ messages in thread From: Murali Karicheri @ 2014-10-21 18:22 UTC (permalink / raw) To: Grygorii Strashko Cc: ssantosh-DgEjT+Ai2ygdnm+yROfE0A, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r On 10/20/2014 09:20 AM, Grygorii Strashko wrote: > Keystone K2E-EVM has two 1G Marvell 88E1514 Ethernet PHYs > installed, which are compatible with 88E1510. > Hence, add corresponding child nodes for 1G MDIO bus. > > For more information see: > https://www.einfochips.com/index.php/partnerships/texas-instruments/k2e-evm.html > > Signed-off-by: Grygorii Strashko<grygorii.strashko-l0cyMroinI0@public.gmane.org> > --- > arch/arm/boot/dts/k2e-evm.dts | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/boot/dts/k2e-evm.dts b/arch/arm/boot/dts/k2e-evm.dts > index c568f06..560d621 100644 > --- a/arch/arm/boot/dts/k2e-evm.dts > +++ b/arch/arm/boot/dts/k2e-evm.dts > @@ -139,3 +139,15 @@ > }; > }; > }; > + > +&mdio { > + ethphy0: ethernet-phy@0 { > + compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; > + reg =<0>; > + }; > + > + ethphy1: ethernet-phy@1 { > + compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22"; > + reg =<1>; > + }; > +}; In the subject do s/k2e-mvm/k2e-evm/ -- Murali Karicheri Linux Kernel, Texas Instruments -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-21 18:23 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-10-20 13:20 [PATCH 1/2] ARM: dts: k2e-mvm: add 1g ethernet phys nodes Grygorii Strashko [not found] ` <1413811244-4041-1-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org> 2014-10-20 13:20 ` [PATCH 2/2] ARM: dts: k2l-mvm: " Grygorii Strashko [not found] ` <1413811244-4041-2-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org> 2014-10-21 18:23 ` Murali Karicheri 2014-10-21 18:22 ` [PATCH 1/2] ARM: dts: k2e-mvm: " Murali Karicheri
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).