openwrt/target/linux/ipq806x
Robert Marko 96e402aef7 ipq806x: mr42/mr52: fix PCIe ports
All three PCIe ports are reported non working on Meraki MR42/MR52 boards
since kernel 6.1 with the issue of PCIe PHY link never coming up thus
no WLAN cards are available on the boards.

After debugging it seems that PCIe worked on 5.15 and older purely by
accident as device DTS was using /delete-property/ perst-gpios; in each
of the 3 PCIe nodes but there was no "perst-gpios" property in the SoC DTSI
as it was still using the older "perst-gpio" property so it was not getting
removed from the device DTS.

However, in kernel 6.1 commit ("ARM: dts: qcom-*: replace deprecated
perst-gpio with perst-gpios") updated all Qualcomm DTS-es to use the newer
"perst-gpios" and thus once ipq806x moved to 6.1 PCIe stopped working as
now that property was being dropped from the device DTS.

So, since the removal of PERST pins seems to have been wrong from the start
lets drop the property removal from MR42/MR52.

Fixes: #15408
Link: https://github.com/openwrt/openwrt/pull/15509
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-05-16 19:28:16 +02:00
..
base-files ipq806x: Stabilize LAN 2 MAC address, interface ordering 2024-01-15 22:25:57 +01:00
chromium ipq806x: chromium: Disable kernel's CONFIG_QCOM_SPM 2023-08-27 22:47:02 +02:00
files-6.6/arch/arm/boot/dts/qcom ipq806x: mr42/mr52: fix PCIe ports 2024-05-16 19:28:16 +02:00
generic ipq806x: Initial TP-Link and ASUS OnHub support 2023-01-21 01:02:25 +01:00
image ipq806x: set DEVICE_DTS_DIR to /qcom by default 2024-04-26 12:52:31 +02:00
patches-6.6 kernel: bump 6.6 to 6.6.30 2024-05-05 21:22:31 +02:00
Makefile ipq806x: switch default to 6.6 2024-04-26 12:26:53 +02:00
config-6.6 ipq806x: 6.6: update config file with missing symbol 2024-04-02 23:46:01 +02:00
modules.mk ipq806x: Add kmod-sound-soc-ipq8064-storm 2023-01-21 01:02:25 +01:00