* [PATCH] ARM: am335x Phytec phyCORE: Enable ethernet
@ 2014-07-09 14:15 Teresa Gámez
2014-07-24 13:33 ` Teresa Gamez
2014-07-25 6:56 ` Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Teresa Gámez @ 2014-07-09 14:15 UTC (permalink / raw)
To: barebox
With an update of the am33xx.dtsi (commit 9313920df6) the mdio and mac
nodes are not enabled on default any more. Enable them explicit
in the board dts now.
Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
---
arch/arm/dts/am335x-phytec-phycore.dts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/am335x-phytec-phycore.dts b/arch/arm/dts/am335x-phytec-phycore.dts
index 6196eb3..63debd2 100644
--- a/arch/arm/dts/am335x-phytec-phycore.dts
+++ b/arch/arm/dts/am335x-phytec-phycore.dts
@@ -214,6 +214,7 @@
&davinci_mdio {
pinctrl-names = "default";
pinctrl-0 = <&davinci_mdio_default>;
+ status = "okay";
};
&phy_sel {
@@ -236,6 +237,7 @@
pinctrl-names = "default";
pinctrl-0 = <&emac_rmii1_pins>;
dual_emac = <1>;
+ status = "okay";
};
&gpmc {
--
1.7.0.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: am335x Phytec phyCORE: Enable ethernet
2014-07-09 14:15 [PATCH] ARM: am335x Phytec phyCORE: Enable ethernet Teresa Gámez
@ 2014-07-24 13:33 ` Teresa Gamez
2014-07-25 6:56 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Teresa Gamez @ 2014-07-24 13:33 UTC (permalink / raw)
To: barebox
Ping?
Am Mittwoch, den 09.07.2014, 16:15 +0200 schrieb Teresa Gámez:
> With an update of the am33xx.dtsi (commit 9313920df6) the mdio and mac
> nodes are not enabled on default any more. Enable them explicit
> in the board dts now.
>
> Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
> ---
> arch/arm/dts/am335x-phytec-phycore.dts | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/dts/am335x-phytec-phycore.dts b/arch/arm/dts/am335x-phytec-phycore.dts
> index 6196eb3..63debd2 100644
> --- a/arch/arm/dts/am335x-phytec-phycore.dts
> +++ b/arch/arm/dts/am335x-phytec-phycore.dts
> @@ -214,6 +214,7 @@
> &davinci_mdio {
> pinctrl-names = "default";
> pinctrl-0 = <&davinci_mdio_default>;
> + status = "okay";
> };
>
> &phy_sel {
> @@ -236,6 +237,7 @@
> pinctrl-names = "default";
> pinctrl-0 = <&emac_rmii1_pins>;
> dual_emac = <1>;
> + status = "okay";
> };
>
> &gpmc {
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: am335x Phytec phyCORE: Enable ethernet
2014-07-09 14:15 [PATCH] ARM: am335x Phytec phyCORE: Enable ethernet Teresa Gámez
2014-07-24 13:33 ` Teresa Gamez
@ 2014-07-25 6:56 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2014-07-25 6:56 UTC (permalink / raw)
To: Teresa Gámez; +Cc: barebox
On Wed, Jul 09, 2014 at 04:15:08PM +0200, Teresa Gámez wrote:
> With an update of the am33xx.dtsi (commit 9313920df6) the mdio and mac
> nodes are not enabled on default any more. Enable them explicit
> in the board dts now.
>
> Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
Applied now, thanks
Sascha
> ---
> arch/arm/dts/am335x-phytec-phycore.dts | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/dts/am335x-phytec-phycore.dts b/arch/arm/dts/am335x-phytec-phycore.dts
> index 6196eb3..63debd2 100644
> --- a/arch/arm/dts/am335x-phytec-phycore.dts
> +++ b/arch/arm/dts/am335x-phytec-phycore.dts
> @@ -214,6 +214,7 @@
> &davinci_mdio {
> pinctrl-names = "default";
> pinctrl-0 = <&davinci_mdio_default>;
> + status = "okay";
> };
>
> &phy_sel {
> @@ -236,6 +237,7 @@
> pinctrl-names = "default";
> pinctrl-0 = <&emac_rmii1_pins>;
> dual_emac = <1>;
> + status = "okay";
> };
>
> &gpmc {
> --
> 1.7.0.4
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-25 6:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-09 14:15 [PATCH] ARM: am335x Phytec phyCORE: Enable ethernet Teresa Gámez
2014-07-24 13:33 ` Teresa Gamez
2014-07-25 6:56 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox