openwrt/target/linux/ipq806x
Robert Marko e61f06c51d 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
Link: https://github.com/openwrt/openwrt/pull/15512
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-05-17 11:51:14 +02:00
..
base-files ipq806x: Correct OnHub sysupgrade config logic 2023-09-16 12:02:23 +02:00
chromium ipq806x: Initial TP-Link and ASUS OnHub support 2023-01-21 01:02:25 +01:00
files-5.15/arch/arm/boot/dts ipq806x: mr42/mr52: fix PCIe ports 2024-05-17 11:51:14 +02:00
generic ipq806x: Initial TP-Link and ASUS OnHub support 2023-01-21 01:02:25 +01:00
image ipq806x: use new package name for NEC WG2600HP3 2023-06-08 15:33:14 +02:00
patches-5.15 kernel: bump 5.15 to 5.15.157 2024-05-13 14:01:51 +02:00
config-5.15 kernel: backport v6.6 nvmem changes 2023-11-02 09:37:19 +01:00
Makefile treewide: replace wpad-basic-wolfssl default 2023-02-04 02:35:03 +01:00
modules.mk ipq806x: Add kmod-sound-soc-ipq8064-storm 2023-01-21 01:02:25 +01:00