[source] mediatek: update the ethernet compat string
LEDE Commits
lede-commits at lists.infradead.org
Wed Jan 25 00:38:00 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/a68f6942bc539c3e27afbb40fdc726fe1affea5b
commit a68f6942bc539c3e27afbb40fdc726fe1affea5b
Author: John Crispin <john at phrozen.org>
AuthorDate: Wed Jan 25 08:23:38 2017 +0100
mediatek: update the ethernet compat string
mt2701 is an earlier version of the ip core, so use that compat string as
baseline.
Signed-off-by: John Crispin <john at phrozen.org>
---
target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi | 2 +-
.../patches-4.4/0023-ARM-dts-mediatek-add-MT7623-basic-support.patch | 2 +-
.../0048-net-next-mediatek-document-MediaTek-SoC-ethernet-bin.patch | 4 ++--
.../0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch | 2 +-
.../0070-net-mediatek-update-the-IRQ-part-of-the-binding-docu.patch | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi b/target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi
index 4afcc75..87be1b8 100644
--- a/target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi
+++ b/target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi
@@ -535,7 +535,7 @@
};
eth: ethernet at 1b100000 {
- compatible = "mediatek,mt7623-eth";
+ compatible = "mediatek,mt2701-eth";
reg = <0 0x1b100000 0 0x20000>;
clocks = <&topckgen CLK_TOP_ETHIF_SEL>,
diff --git a/target/linux/mediatek/patches-4.4/0023-ARM-dts-mediatek-add-MT7623-basic-support.patch b/target/linux/mediatek/patches-4.4/0023-ARM-dts-mediatek-add-MT7623-basic-support.patch
index 5be3b27..c1f2690 100644
--- a/target/linux/mediatek/patches-4.4/0023-ARM-dts-mediatek-add-MT7623-basic-support.patch
+++ b/target/linux/mediatek/patches-4.4/0023-ARM-dts-mediatek-add-MT7623-basic-support.patch
@@ -968,7 +968,7 @@ Signed-off-by: John Crispin <blogic at openwrt.org>
+ };
+
+ eth: ethernet at 1b100000 {
-+ compatible = "mediatek,mt7623-eth";
++ compatible = "mediatek,mt2701-eth";
+ reg = <0 0x1b100000 0 0x20000>;
+
+ clocks = <&topckgen CLK_TOP_ETHIF_SEL>,
diff --git a/target/linux/mediatek/patches-4.4/0048-net-next-mediatek-document-MediaTek-SoC-ethernet-bin.patch b/target/linux/mediatek/patches-4.4/0048-net-next-mediatek-document-MediaTek-SoC-ethernet-bin.patch
index 7d1e742..8721d77 100644
--- a/target/linux/mediatek/patches-4.4/0048-net-next-mediatek-document-MediaTek-SoC-ethernet-bin.patch
+++ b/target/linux/mediatek/patches-4.4/0048-net-next-mediatek-document-MediaTek-SoC-ethernet-bin.patch
@@ -27,7 +27,7 @@ Cc: devicetree at vger.kernel.org
+* Ethernet controller node
+
+Required properties:
-+- compatible: Should be "mediatek,mt7623-eth"
++- compatible: Should be "mediatek,mt2701-eth"
+- reg: Address and length of the register set for the device
+- interrupts: Should contain the frame engines interrupt
+- clocks: the clock used by the core
@@ -55,7 +55,7 @@ Cc: devicetree at vger.kernel.org
+Example:
+
+eth: ethernet at 1b100000 {
-+ compatible = "mediatek,mt7623-eth";
++ compatible = "mediatek,mt2701-eth";
+ reg = <0 0x1b100000 0 0x20000>;
+ clocks = <&topckgen CLK_TOP_ETHIF_SEL>,
+ <ðsys CLK_ETHSYS_ESW>,
diff --git a/target/linux/mediatek/patches-4.4/0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch b/target/linux/mediatek/patches-4.4/0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch
index 85aa93d..9d44592 100644
--- a/target/linux/mediatek/patches-4.4/0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch
+++ b/target/linux/mediatek/patches-4.4/0049-net-next-mediatek-add-support-for-MT7623-ethernet.patch
@@ -1817,7 +1817,7 @@ Signed-off-by: John Crispin <blogic at openwrt.org>
+}
+
+const struct of_device_id of_mtk_match[] = {
-+ { .compatible = "mediatek,mt7623-eth" },
++ { .compatible = "mediatek,mt2701-eth" },
+ {},
+};
+
diff --git a/target/linux/mediatek/patches-4.4/0070-net-mediatek-update-the-IRQ-part-of-the-binding-docu.patch b/target/linux/mediatek/patches-4.4/0070-net-mediatek-update-the-IRQ-part-of-the-binding-docu.patch
index efc59c0..afb0174 100644
--- a/target/linux/mediatek/patches-4.4/0070-net-mediatek-update-the-IRQ-part-of-the-binding-docu.patch
+++ b/target/linux/mediatek/patches-4.4/0070-net-mediatek-update-the-IRQ-part-of-the-binding-docu.patch
@@ -20,7 +20,7 @@ Signed-off-by: John Crispin <blogic at openwrt.org>
+++ b/Documentation/devicetree/bindings/net/mediatek-net.txt
@@ -9,7 +9,8 @@ have dual GMAC each represented by a chi
Required properties:
- - compatible: Should be "mediatek,mt7623-eth"
+ - compatible: Should be "mediatek,mt2701-eth"
- reg: Address and length of the register set for the device
-- interrupts: Should contain the frame engines interrupt
+- interrupts: Should contain the three frame engines interrupts in numeric
More information about the lede-commits
mailing list