[openwrt/openwrt] ipq40xx: ex61x0v2: Disable unused GMACs

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 20 12:02:04 PDT 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/16b25ad8292eee4492a9b8309dc6c15b298d040a

commit 16b25ad8292eee4492a9b8309dc6c15b298d040a
Author: Thomas Hebb <tommyhebb at gmail.com>
AuthorDate: Thu Apr 19 14:34:56 2018 -0400

    ipq40xx: ex61x0v2: Disable unused GMACs
    
    These devices have only one ethernet port. It doesn't make sense to
    expose the unused GMACs as separate network devices.
    
    Signed-off-by: Thomas Hebb <tommyhebb at gmail.com>
---
 .../ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-ex61x0v2.dtsi      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-ex61x0v2.dtsi b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-ex61x0v2.dtsi
index dd0098e..e5f1c07 100644
--- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-ex61x0v2.dtsi
+++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-ex61x0v2.dtsi
@@ -72,6 +72,7 @@
 
 		edma at c080000 {
 			status = "okay";
+			qcom,num_gmac = <1>;
 		};
 	};
 



More information about the lede-commits mailing list