[openwrt/openwrt] ipq40xx: luma_wrtq-acn329: swap ethernet MAC addresses
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 27 07:18:52 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/2b5154214ccb4b44cbbed9797b7fc1bcd79d5a0b
commit 2b5154214ccb4b44cbbed9797b7fc1bcd79d5a0b
Author: Tomasz Maciej Nowak <tmn505 at gmail.com>
AuthorDate: Mon Oct 3 15:18:59 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 5b0c8cf106..0eed441a2d 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