Re: [U-Boot] [PATCH 4/4] ARM: tegra: enable Ethernet on p2771-0000

2016-11-02 Thread Joe Hershberger
On Mon, Sep 12, 2016 at 12:51 PM, Stephen Warren  wrote:
> From: Stephen Warren 
>
> Enable the Ethernet device in DT, provide board-specific configuration,
> and enable the driver in Kconfig.
>
> Signed-off-by: Stephen Warren 

Acked-by: Joe Hershberger 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 4/4] ARM: tegra: enable Ethernet on p2771-0000

2016-09-18 Thread Simon Glass
On 12 September 2016 at 11:51, Stephen Warren  wrote:
> From: Stephen Warren 
>
> Enable the Ethernet device in DT, provide board-specific configuration,
> and enable the driver in Kconfig.
>
> Signed-off-by: Stephen Warren 
> ---
>  arch/arm/dts/tegra186-p2771-.dtsi | 5 +
>  configs/p2771--000_defconfig  | 1 +
>  configs/p2771--500_defconfig  | 1 +
>  3 files changed, 7 insertions(+)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 4/4] ARM: tegra: enable Ethernet on p2771-0000

2016-09-12 Thread Stephen Warren
From: Stephen Warren 

Enable the Ethernet device in DT, provide board-specific configuration,
and enable the driver in Kconfig.

Signed-off-by: Stephen Warren 
---
 arch/arm/dts/tegra186-p2771-.dtsi | 5 +
 configs/p2771--000_defconfig  | 1 +
 configs/p2771--500_defconfig  | 1 +
 3 files changed, 7 insertions(+)

diff --git a/arch/arm/dts/tegra186-p2771-.dtsi 
b/arch/arm/dts/tegra186-p2771-.dtsi
index d867674fd04e..41ef64479a99 100644
--- a/arch/arm/dts/tegra186-p2771-.dtsi
+++ b/arch/arm/dts/tegra186-p2771-.dtsi
@@ -25,6 +25,11 @@
reg = <0x0 0x8000 0x0 0x6000>;
};
 
+   ethernet@249 {
+   status = "okay";
+   phy-reset-gpios = <_main TEGRA_MAIN_GPIO(M, 4) 
GPIO_ACTIVE_LOW>;
+   };
+
i2c@316 {
status = "okay";
};
diff --git a/configs/p2771--000_defconfig b/configs/p2771--000_defconfig
index 4c4606a71ae7..339c29270279 100644
--- a/configs/p2771--000_defconfig
+++ b/configs/p2771--000_defconfig
@@ -26,6 +26,7 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_TEGRA186_BPMP_I2C=y
+CONFIG_DWC_ETH_QOS=y
 CONFIG_E1000=y
 CONFIG_RTL8169=y
 CONFIG_PCI_TEGRA=y
diff --git a/configs/p2771--500_defconfig b/configs/p2771--500_defconfig
index b32df1cb0cf7..f9836aea42be 100644
--- a/configs/p2771--500_defconfig
+++ b/configs/p2771--500_defconfig
@@ -26,6 +26,7 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_TEGRA186_BPMP_I2C=y
+CONFIG_DWC_ETH_QOS=y
 CONFIG_E1000=y
 CONFIG_RTL8169=y
 CONFIG_PCI_TEGRA=y
-- 
2.9.3

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot