2023-06-01 04:38:51

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: [PATCH RESEND 0/4] Add initial support for RDP474 of IPQ5332 family

Add the initial device tree support for the Reference Design
Platform(RDP) 474 based on IPQ5332 family of SoC. This patch carries
the support for Console UART, eMMC, I2C and GPIO based buttons.

Most of the features of RDP474 is similar to RDP441, except that the
QDSP will not be used in RDP474, whereas it will be used in the RDP441.

RDP474 comes with the SoC IPQ5300, so add the SoC info support for the
same.

Corrected the RDP number in the subject, so resending it.

Kathiravan T (4):
dt-bindings: arm: qcom,ids: add SoC ID for IPQ5300
soc: qcom: socinfo: Add Soc ID for IPQ5300
dt-bindings: arm: qcom: document MI01.9 board based on IPQ5332 family
arm64: dts: qcom: ipq5332: add support for the RDP474 variant

.../devicetree/bindings/arm/qcom.yaml | 2 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/ipq5332-rdp474.dts | 112 ++++++++++++++++++
drivers/soc/qcom/socinfo.c | 1 +
include/dt-bindings/arm/qcom,ids.h | 1 +
5 files changed, 117 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/ipq5332-rdp474.dts

--
2.17.1



2023-06-01 04:42:13

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: [PATCH RESEND 2/4] soc: qcom: socinfo: Add Soc ID for IPQ5300

Add the SoC ID for IPQ5300, which belong to the family of IPQ5332 SoC.

Signed-off-by: Kathiravan T <[email protected]>
---
drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index dfd4330daef5..c60c9ab321fe 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -411,6 +411,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(IPQ5322) },
{ qcom_board_id(IPQ5312) },
{ qcom_board_id(IPQ5302) },
+ { qcom_board_id(IPQ5300) },
};

static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.17.1


2023-06-02 07:14:28

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH RESEND 2/4] soc: qcom: socinfo: Add Soc ID for IPQ5300

On 01/06/2023 06:20, Kathiravan T wrote:
> Add the SoC ID for IPQ5300, which belong to the family of IPQ5332 SoC.
>
> Signed-off-by: Kathiravan T <[email protected]>
> ---
> drivers/soc/qcom/socinfo.c | 1 +


Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof