]> git.ipfire.org Git - thirdparty/openwrt.git/commit
qualcommax: ipq50xx: fix ipq5018 GE PHY and tidy up mdio nodes 18634/head
authorGeorge Moussalem <george.moussalem@outlook.com>
Tue, 29 Apr 2025 10:32:20 +0000 (14:32 +0400)
committerRobert Marko <robimarko@gmail.com>
Tue, 29 Apr 2025 12:54:59 +0000 (14:54 +0200)
commit31e56f03402e4976b62e9c466d90c44b4d4ff3b8
tree0e6046647a953c355b791384cc59a19a6c8f8b46
parentf84cac4654627058009105e9e3f2353c90c6b73e
qualcommax: ipq50xx: fix ipq5018 GE PHY and tidy up mdio nodes

As part of the previous commit to add the #clock-cells property to the
GE PHY, the PHY was inadvertently moved under the second mdio node in
the dtsi, and therefore broke the init sequence as the driver was trying
to use the wrong mdio bus to set the init values (ex. DAC, MSE, and AZ).
So let's move it back under the right mdio node and, while at it, pad
the register addresses to 8 hex numbers and re-order properties in line
with Linux DTS coding standards.

Fixes: 6782d0e66fd607a3536d5fd94e998d2d700ffeaf
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18634
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/patches-6.6/0712-arm64-dts-qcom-ipq5018-add-mdio-node.patch
target/linux/qualcommax/patches-6.6/0713-arm64-dts-qcom-ipq5018-add-ge_phy-node.patch
target/linux/qualcommax/patches-6.6/0816-arm64-dts-qcom-ipq5018-add-wifi-support.patch