ipq40xx: add PCIe magic hack to improve VRX518 compatibility attic
authorJan Hoffmann <jan@3e8.eu>
Mon, 30 Jan 2023 22:40:20 +0000 (23:40 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 26 Jan 2025 13:09:26 +0000 (14:09 +0100)
commit04f169506595b682e1b143df740ab625b6a4a820
tree26737ae3fd3b0d78d27a43ac31474569c499f046
parent4635eaca736dab47848178a8d50e96a437c36f94
ipq40xx: add PCIe magic hack to improve VRX518 compatibility

Some VRX518 modems fail to initialize properly with the error message
"dc_ep_clk_on failed". As a result, the DSL data path doesn't work.

This hack, which is based on code from the FRITZ!Box 7530 GPL archive,
fixes the issue. It changes the PCIe vendor/device ID to values matching
a Lantiq SoC. It also appears to emulate a Lantiq CPU ID register for
connected PCIe devices, by remapping the matching address area to a
specially crafted buffer using the address translation unit.

The hack is only active if the "avm,host_magic" property is specified in
the device tree, so this shouldn't affect any devices other than
FRITZ!Box 7530/7520.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-fritzbox-7530.dts
target/linux/ipq40xx/patches-5.15/997-pcie-qcom-host-magic.patch [new file with mode: 0644]