2024-03-26 14:59:36

by Gabor Juhos

[permalink] [raw]
Subject: [PATCH v4 0/2] arm64: add minimal boot support for TP-Link Archer AX55 v1

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 v4:
- change patch 2/2 to use new LED_FUNCTION_* definitions introduced
in v6.9-rc1
- rebase on top of v6.9-rc1
- Link to v3: https://lore.kernel.org/r/[email protected]

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/[email protected]

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/[email protected]

---
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 | 128 +++++++++++++++++++++
3 files changed, 130 insertions(+)
---
base-commit: b55a22fa35e9d4e07d3ee6ab2557a41c2711433b
change-id: 20240221-archer-ax55-v1-73ed91a97c6e

Best regards,
--
Gabor Juhos <[email protected]>



2024-03-26 15:04:44

by Gabor Juhos

[permalink] [raw]
Subject: [PATCH v4 1/2] dt-bindings: arm: qcom: add TP-Link Archer AX55 v1

Document the TP-Link Archer AX55 v1 which is a dual-band
WiFi router based on the IPQ5018 SoC.

Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Conor Dooley <[email protected]>
---
Changes in v3:
- rebase on top of v6.8
- Link to v2: https://lore.kernel.org/r/[email protected]
Changes in v2:
- add 'Acked-by' tag from Conor
- Link to v1: https://lore.kernel.org/all/[email protected]
---
Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 66beaac60e1dc..c05b4183b7781 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -315,6 +315,7 @@ properties:
- items:
- enum:
- qcom,ipq5018-rdp432-c2
+ - tplink,archer-ax55-v1
- const: qcom,ipq5018

- items:

--
2.44.0


2024-03-26 19:15:06

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v4 0/2] arm64: add minimal boot support for TP-Link Archer AX55 v1


On Tue, 26 Mar 2024 15:52:26 +0100, Gabor Juhos wrote:
> 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 v4:
> - change patch 2/2 to use new LED_FUNCTION_* definitions introduced
> in v6.9-rc1
> - rebase on top of v6.9-rc1
> - Link to v3: https://lore.kernel.org/r/[email protected]
>
> 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/[email protected]
>
> 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/[email protected]
>
> ---
> 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 | 128 +++++++++++++++++++++
> 3 files changed, 130 insertions(+)
> ---
> base-commit: b55a22fa35e9d4e07d3ee6ab2557a41c2711433b
> change-id: 20240221-archer-ax55-v1-73ed91a97c6e
>
> Best regards,
> --
> Gabor Juhos <[email protected]>
>
>
>


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

pip3 install dtschema --upgrade


New warnings running 'make CHECK_DTBS=y qcom/ipq5018-tplink-archer-ax55-v1.dtb' for [email protected]:

arch/arm64/boot/dts/qcom/ipq5018-tplink-archer-ax55-v1.dtb: usb@8af8800: interrupts: [[0, 62, 4]] is too short
from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
arch/arm64/boot/dts/qcom/ipq5018-tplink-archer-ax55-v1.dtb: usb@8af8800: interrupt-names: ['hs_phy_irq'] is too short
from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
arch/arm64/boot/dts/qcom/ipq5018-tplink-archer-ax55-v1.dtb: usb@8af8800: interrupts: [[0, 62, 4]] is too short
from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
arch/arm64/boot/dts/qcom/ipq5018-tplink-archer-ax55-v1.dtb: usb@8af8800: interrupt-names:0: 'pwr_event' was expected
from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
arch/arm64/boot/dts/qcom/ipq5018-tplink-archer-ax55-v1.dtb: usb@8af8800: interrupt-names: ['hs_phy_irq'] is too short
from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#