[openwrt/openwrt] ipq40xx: luma_wrtq-acn329: swap ethernet MAC addresses
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 27 08:22:33 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/c58384be89a3f6666fdb206fa2c161b69630246f
commit c58384be89a3f6666fdb206fa2c161b69630246f
Author: Tomasz Maciej Nowak <tmn505 at gmail.com>
AuthorDate: Mon Oct 3 15:20:10 2022 +0200
ipq40xx: luma_wrtq-acn329: swap ethernet MAC addresses
Adjust them according to OEM firmware.
Fixes: e24635710c7e (" ipq40xx: add support for Luma Home WRTQ-329ACN")
Signed-off-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
---
.../ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wrtq-329acn.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wrtq-329acn.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wrtq-329acn.dts
index 2465348a82..1496f145bd 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wrtq-329acn.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wrtq-329acn.dts
@@ -9,6 +9,11 @@
model = "Luma Home WRTQ-329ACN";
compatible = "luma,wrtq-329acn";
+ aliases {
+ ethernet0 = &gmac1;
+ ethernet1 = &gmac0;
+ };
+
i2c-gpio {
compatible = "i2c-gpio";
sda-gpios = <&tlmm 1 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
More information about the lede-commits
mailing list