[PATCH v2 0/3] Initial Support for Linksys EA9350 V3 (linksys-jamaica)

From: Karl Chan
Date: Wed Oct 02 2024 - 09:25:05 EST


Add device tree source for Linksys EA9350 V3 which is a WiFi router based on the IPQ5018 SoC.

As of now , only the UART,USB,USB LED,buttons is working.The front PWM LED require the IPQ PWM driver.Therefore the PWM LED isn't configed in the tree.

Also The original firmware from Linksys can only boot ARM32 kernels.

As of now There seems to be no way to boot ARM64 kernels on those device.

However, it is possible to use this device tree by compiling an ARM32 kernel instead.

Signed-off-by: Karl Chan <exxxxkc@xxxxxxxxxxxxxxx>
---
Changes in v2:
- reorder the properties in the tree to follow the
usual order pointed out by Krzysztof Kozlowski
- Add the missing word to the cover letter
- Link to v1: https://lore.kernel.org/linux-arm-msm/20241002120804.25068-1-exxxxkc@xxxxxxxxxxxxxxx/T/#t
---
Karl Chan (3):
dt-bindings: arm: qcom: add Linksys EA9350 V3
arm64: dts: qcom: add Linksys EA9350 V3
arm: dts: qcom-ipq5018-linksys-jamaica: Include dts from arm64

.../devicetree/bindings/arm/qcom.yaml | 1 +
arch/arm/boot/dts/qcom/Makefile | 1 +
.../dts/qcom/qcom-ipq5018-linksys-jamaica.dts | 2 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
.../boot/dts/qcom/ipq5018-linksys-jamaica.dts | 107 ++++++++++++++++++
5 files changed, 112 insertions(+)
create mode 100644 arch/arm/boot/dts/qcom/qcom-ipq5018-linksys-jamaica.dts
create mode 100644 arch/arm64/boot/dts/qcom/ipq5018-linksys-jamaica.dts

--
2.46.1