[PATCH v3 0/2] arm64: add minimal boot support for TP-Link Archer AX55 v1

From: Gabor Juhos
Date: Wed Mar 13 2024 - 15:09:13 EST


The purpose of this series to add minimal boot support for the
TP-Link Archer AX55 v1 dual-band wireless router.

There are two patches:
- the first one adds the compatible for the board into the dt-bindings
documentation,
- the second patch introduces a minimal device tree source which can be
used for booting initramfs images

---
Changes in v3:
- change pin configuration to use "gpio20" and "gpio21" for UART pins
in patch 2/2
- rebase on top of v6.8
- Link to v2: https://lore.kernel.org/r/20240226-archer-ax55-v1-v2-0-3776eb61f432@xxxxxxxxx

Changes in v2:
- reorder pin configuration properties in patch 2/2
- add 'Acked-by' tag to patch 1/2
- Link to v1: https://lore.kernel.org/r/20240223-archer-ax55-v1-v1-0-99f8fa2c3858@xxxxxxxxx

---
Gabor Juhos (2):
dt-bindings: arm: qcom: add TP-Link Archer AX55 v1
arm64: dts: qcom: add TP-Link Archer AX55 v1

Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
.../dts/qcom/ipq5018-tplink-archer-ax55-v1.dts | 132 +++++++++++++++++++++
3 files changed, 134 insertions(+)
---
base-commit: 0becfaedccee979a5f270647e573b52668669a4a
change-id: 20240221-archer-ax55-v1-73ed91a97c6e

Best regards,
--
Gabor Juhos <j4g8y7@xxxxxxxxx>