RE: [PATCH] ARM: dts: Add node for GMAC for exynos5440

2013-01-31 Thread Kukjin Kim
Byungho An wrote:
 
 
 This patch adds node for GMAC for exynos5440
 EXYNOS5440 SoC supported by GMAC driver.
 
 Signed-off-by: Byungho An bh74...@samsung.com
 ---
  arch/arm/boot/dts/exynos5440.dtsi |   11 +++
  1 file changed, 11 insertions(+)
 
 diff --git a/arch/arm/boot/dts/exynos5440.dtsi
 b/arch/arm/boot/dts/exynos5440.dtsi
 index 024269d..d8c215e 100644
 --- a/arch/arm/boot/dts/exynos5440.dtsi
 +++ b/arch/arm/boot/dts/exynos5440.dtsi
 @@ -131,6 +131,17 @@
   interrupts = 0 1 0;
   };
 
 + gmac: ethernet@0023 {
 + compatible = snps,dwmac-3.70a;
 + reg = 0x0023 0x8000;
 + interrupt-parent = gic;
 + interrupts = 0 31 4;
 + interrupt-names = macirq;
 + phy-mode = sgmii;
 + clocks = clock 12;
 + clock-names = stmmaceth;
 + };
 +
   amba {
   #address-cells = 1;
   #size-cells = 1;
 --
 1.7.10.4

Can you put it by order of address?

Thanks.

- Kukjin

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] ARM: dts: Add node for GMAC for exynos5440

2013-01-25 Thread Byungho An

This patch adds node for GMAC for exynos5440
EXYNOS5440 SoC supported by GMAC driver.

Signed-off-by: Byungho An bh74...@samsung.com
---
 arch/arm/boot/dts/exynos5440.dtsi |   11 +++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi
b/arch/arm/boot/dts/exynos5440.dtsi
index 024269d..d8c215e 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -131,6 +131,17 @@
interrupts = 0 1 0;
};
 
+   gmac: ethernet@0023 {
+   compatible = snps,dwmac-3.70a;
+   reg = 0x0023 0x8000;
+   interrupt-parent = gic;
+   interrupts = 0 31 4;
+   interrupt-names = macirq;
+   phy-mode = sgmii;
+   clocks = clock 12;
+   clock-names = stmmaceth;
+   };
+
amba {
#address-cells = 1;
#size-cells = 1;
-- 
1.7.10.4


--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] ARM: dts: Add node for GMAC for exynos5440

2012-11-22 Thread Kukjin Kim
From: Byungho An bh74...@samsung.com

This patch adds node for GMAC for exynos5440.

Signed-off-by: Byungho An bh74...@samsung.com
Signed-off-by: Kukjin Kim kgene@samsung.com
---
 arch/arm/boot/dts/exynos5440.dtsi |9 +
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi 
b/arch/arm/boot/dts/exynos5440.dtsi
index 024269d..b8de8e3 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -131,6 +131,15 @@
interrupts = 0 1 0;
};
 
+   gmac: ethernet@0023 {
+   compatible = snps,dwmac-3.70a;
+   reg = 0x0023 0x8000;
+   interrupt-parent = gic;
+   interrupts = 0 31 4;
+   interrupt-name = macirq;
+   phy-mode = sgmii;
+   };
+
amba {
#address-cells = 1;
#size-cells = 1;
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html