From: Samir Ibradžić Date: Sun, 17 Dec 2023 07:58:06 +0000 (+0900) Subject: qualcommax: Fix Buffalo WXR-5950AX12 Ethernet DTS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d737ae99cb36f693167265a372bf3fa4f97f9730;p=openwrt%2Fstaging%2Frobimarko.git qualcommax: Fix Buffalo WXR-5950AX12 Ethernet DTS * Revert the switch_lan_bmp and switch_wan_bmp to match the values from the original device support DTS * Add specific malibu_first_phy_addr, as it differs from default for this device Fixes: #14234 Reviewed-by: Robert Marko Tested-by: Samir Ibradžić # Buffalo WXR-6000AX12P Signed-off-by: Samir Ibradžić --- diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wxr-5950ax12.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wxr-5950ax12.dts index 18386c766c..325a391ca0 100644 --- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wxr-5950ax12.dts +++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-wxr-5950ax12.dts @@ -267,8 +267,9 @@ &switch { status = "okay"; - switch_lan_bmp = <(ESS_PORT1 | ESS_PORT2 | ESS_PORT3 | ESS_PORT4 | ESS_PORT6)>; - switch_wan_bmp = ; + switch_lan_bmp = <(ESS_PORT1 | ESS_PORT2 | ESS_PORT3 | ESS_PORT4 | ESS_PORT5)>; + switch_wan_bmp = ; + malibu_first_phy_addr = <0x18>; switch_mac_mode = ; switch_mac_mode1 = ; switch_mac_mode2 = ;