devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Initial for Linksys EA9350 V3 (linksys-jamaica)
@ 2024-10-02 12:08 Karl Chan
  2024-10-02 12:08 ` [PATCH 1/3] arm64: dts: qcom: add Linksys EA9350 V3 Karl Chan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Karl Chan @ 2024-10-02 12:08 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: andersson, konradybcio, robh, krzk+dt, conor+dt, devicetree,
	linux-kernel, Karl Chan

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@getgoogleoff.me>
---
Karl Chan (3):
  arm64: dts: qcom: add Linksys EA9350 V3
  dt-bindings: arm: qcom: add Linksys EA9350 V3
  arm: dts: qcom-ipq5018-linksys-jamaica: Include dts from arm64 Build
    the Linksys EA9350 V3 device trees from the arm64 tree together with
    the ARM32 include to allow booting this device on ARM32.

 .../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 | 114 ++++++++++++++++++
 5 files changed, 119 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-02 12:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 12:08 [PATCH 0/3] Initial for Linksys EA9350 V3 (linksys-jamaica) Karl Chan
2024-10-02 12:08 ` [PATCH 1/3] arm64: dts: qcom: add Linksys EA9350 V3 Karl Chan
2024-10-02 12:23   ` Krzysztof Kozlowski
2024-10-02 12:08 ` [PATCH 2/3] dt-bindings: arm: " Karl Chan
2024-10-02 12:23   ` Krzysztof Kozlowski
2024-10-02 12:08 ` [PATCH 3/3] arm: dts: qcom-ipq5018-linksys-jamaica: Include dts from arm64 Build the Linksys EA9350 V3 device trees from the arm64 tree together with the ARM32 include to allow booting this device on ARM32 Karl Chan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).