summaryrefslogtreecommitdiffstats
path: root/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-wax218.dts
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-11-10 18:38:34 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-11-10 20:19:45 +0100
commit947b44d9ae17b4d56578c10a5dd675e79e4c621b (patch)
treef9f048a17d33b8bbff27aedceb606a9d0c8602dd /target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-wax218.dts
parentd83231603c60a1df7d0530c8766f0b71c6553b44 (diff)
downloadopenwrt-947b44d9ae17b4d56578c10a5dd675e79e4c621b.tar.gz
openwrt-947b44d9ae17b4d56578c10a5dd675e79e4c621b.tar.bz2
openwrt-947b44d9ae17b4d56578c10a5dd675e79e4c621b.zip
ipq807x: fix wrong define for LAN and WAN ess mask
switch_lan_bmp and switch_wan_bmp have wrong values and now cause problems with the new version of the qca-ssdk. Fix the wrong entry and drop the redundant switch_cpu_bmp. Also introduce some convenient define to better understand values in this map. Fixes: eea264feadcf ("kernel: qca-ssdk: update to 12.4") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Tested-by: Robert Marko <robimarko@gmail.com> # Dynalink AX3600 and Qnap 301W Reviewed by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-wax218.dts')
-rw-r--r--target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-wax218.dts4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-wax218.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-wax218.dts
index 5bfcdcc8ca..68be7b2778 100644
--- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-wax218.dts
+++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-wax218.dts
@@ -89,9 +89,7 @@
&switch {
status = "okay";
- switch_cpu_bmp = <0x1>;
- switch_lan_bmp = <0x3e>;
- switch_wan_bmp = <0x40>;
+ switch_wan_bmp = <ESS_PORT6>;
switch_mac_mode = <0x00>;
switch_mac_mode1 = <0xff>;
switch_mac_mode2 = <0x0f>;