diff options
author | Thomas Hebb <tommyhebb@gmail.com> | 2018-04-19 14:34:56 -0400 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-20 20:58:52 +0200 |
commit | 16b25ad8292eee4492a9b8309dc6c15b298d040a (patch) | |
tree | ca44cd730829b8f739408b08ce11e141ffe37cbc /target/linux/ipq40xx | |
parent | c4c2a8f00c6ee233d493b124b7771ce1beeda041 (diff) | |
download | upstream-16b25ad8292eee4492a9b8309dc6c15b298d040a.tar.gz upstream-16b25ad8292eee4492a9b8309dc6c15b298d040a.tar.bz2 upstream-16b25ad8292eee4492a9b8309dc6c15b298d040a.zip |
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@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r-- | target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-ex61x0v2.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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 dd0098eb8b..e5f1c07378 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@c080000 { status = "okay"; + qcom,num_gmac = <1>; }; }; |