2023-03-23 04:51:22

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: [PATCH 0/2] Add initial support for RDP468 of IPQ5332 family

Add the initial device tree support for the RDP(Reference Design
Platform)468 based on IPQ5332 family of SoCs. This patch carries the
support for Console UART, SPI NOR, eMMC.

This series depends on the below which adds support the SPI NOR
https://lore.kernel.org/linux-arm-msm/[email protected]/

Kathiravan T (2):
arm: qcom: document MI01.6 board based on IPQ5332 family
arm64: dts: qcom: ipq5332: add support for the RDP468 variant

.../devicetree/bindings/arm/qcom.yaml | 2 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/ipq5332-rdp468.dts | 103 ++++++++++++++++++
3 files changed, 106 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/ipq5332-rdp468.dts

--
2.17.1


2023-03-23 04:51:52

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: [PATCH 1/2] arm: qcom: document MI01.6 board based on IPQ5332 family

Document the MI01.6 (Reference Design Platform 468) board based on IPQ5332
family of SoCs.

Signed-off-by: Kathiravan T <[email protected]>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 05badce5fedc..a2dacce49197 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -84,6 +84,7 @@ description: |
adp
ap-al02-c7
ap-mi01.2
+ ap-mi01.6
cdp
cp01-c1
dragonboard
@@ -327,6 +328,7 @@ properties:
- items:
- enum:
- qcom,ipq5332-ap-mi01.2
+ - qcom,ipq5332-ap-mi01.6
- const: qcom,ipq5332

- items:
--
2.17.1

2023-03-23 06:46:20

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm: qcom: document MI01.6 board based on IPQ5332 family

On 23/03/2023 05:49, Kathiravan T wrote:
> Document the MI01.6 (Reference Design Platform 468) board based on IPQ5332
> family of SoCs.
>
> Signed-off-by: Kathiravan T <[email protected]>

Use subject prefixes matching the subsystem (which you can get for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching).

> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 2 ++
> 1 file changed, 2 insertions(+)



Best regards,
Krzysztof