* [PATCH] ARM: dts: Add node for GMAC for exynos5440
@ 2012-11-23 2:11 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2012-11-23 2:11 UTC (permalink / raw)
To: linux-arm-kernel, linux-samsung-soc
Cc: 'Byungho An', 'Kukjin Kim'
From: Byungho An <bh74.an@samsung.com>
This patch adds node for GMAC for exynos5440.
Signed-off-by: Byungho An <bh74.an@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@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@00230000 {
+ compatible = "snps,dwmac-3.70a";
+ reg = <0x00230000 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: dts: Add node for GMAC for exynos5440
@ 2012-11-23 2:11 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2012-11-23 2:11 UTC (permalink / raw)
To: linux-arm-kernel
From: Byungho An <bh74.an@samsung.com>
This patch adds node for GMAC for exynos5440.
Signed-off-by: Byungho An <bh74.an@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@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 at 00230000 {
+ compatible = "snps,dwmac-3.70a";
+ reg = <0x00230000 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: dts: Add node for GMAC for exynos5440
@ 2013-01-25 22:28 Byungho An
2013-01-31 22:54 ` Kukjin Kim
0 siblings, 1 reply; 4+ messages in thread
From: Byungho An @ 2013-01-25 22:28 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim
This patch adds node for GMAC for exynos5440
EXYNOS5440 SoC supported by GMAC driver.
Signed-off-by: Byungho An <bh74.an@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@00230000 {
+ compatible = "snps,dwmac-3.70a";
+ reg = <0x00230000 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: [PATCH] ARM: dts: Add node for GMAC for exynos5440
2013-01-25 22:28 [PATCH] ARM: dts: Add node for GMAC for exynos5440 Byungho An
@ 2013-01-31 22:54 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2013-01-31 22:54 UTC (permalink / raw)
To: 'Byungho An', linux-samsung-soc
Byungho An wrote:
>
>
> This patch adds node for GMAC for exynos5440
> EXYNOS5440 SoC supported by GMAC driver.
>
> Signed-off-by: Byungho An <bh74.an@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@00230000 {
> + compatible = "snps,dwmac-3.70a";
> + reg = <0x00230000 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-31 22:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 22:28 [PATCH] ARM: dts: Add node for GMAC for exynos5440 Byungho An
2013-01-31 22:54 ` Kukjin Kim
-- strict thread matches above, loose matches on Subject: below --
2012-11-23 2:11 Kukjin Kim
2012-11-23 2:11 ` Kukjin Kim
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.