mbox series

[0/2] Add few device nodes for IPQ9574 SoC

Message ID 20230329053726.14860-1-quic_kathirav@quicinc.com
Headers show
Series Add few device nodes for IPQ9574 SoC | expand

Message

Kathiravan Thirumoorthy March 29, 2023, 5:37 a.m. UTC
This series adds the support for QUP peripherals, PRNG, WDT for IPQ9574
SoC.

This series depends on the below one
https://lore.kernel.org/linux-arm-msm/20230328102013.21361-2-quic_poovendh@quicinc.com/

Kathiravan T (2):
  dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-ipq9574 compatible
  arm64: dts: qcom: ipq9574: add few device nodes

 .../bindings/watchdog/qcom-wdt.yaml           |   1 +
 arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts   |  21 ++
 arch/arm64/boot/dts/qcom/ipq9574.dtsi         | 202 ++++++++++++++++++
 3 files changed, 224 insertions(+)

Comments

Krzysztof Kozlowski March 30, 2023, 2:25 p.m. UTC | #1
On 29/03/2023 07:37, Kathiravan T wrote:
> Add a compatible for the IPQ9574 platform's APSS watchdog.
> 
> Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
> ---
>  Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
>  1 file changed, 1 insertion(+)


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Guenter Roeck March 30, 2023, 5:04 p.m. UTC | #2
On Wed, Mar 29, 2023 at 11:07:25AM +0530, Kathiravan T wrote:
> Add a compatible for the IPQ9574 platform's APSS watchdog.
> 
> Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> index 6448b633c970..6910533aee50 100644
> --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> @@ -18,6 +18,7 @@ properties:
>        - items:
>            - enum:
>                - qcom,kpss-wdt-ipq4019
> +              - qcom,apss-wdt-ipq9574
>                - qcom,apss-wdt-msm8994
>                - qcom,apss-wdt-qcs404
>                - qcom,apss-wdt-sa8775p
> -- 
> 2.17.1
>
Bjorn Andersson May 26, 2023, 7:38 p.m. UTC | #3
On Wed, 29 Mar 2023 11:07:24 +0530, Kathiravan T wrote:
> This series adds the support for QUP peripherals, PRNG, WDT for IPQ9574
> SoC.
> 
> This series depends on the below one
> https://lore.kernel.org/linux-arm-msm/20230328102013.21361-2-quic_poovendh@quicinc.com/
> 
> Kathiravan T (2):
>   dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-ipq9574 compatible
>   arm64: dts: qcom: ipq9574: add few device nodes
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: ipq9574: add few device nodes
      commit: 9ef42640504e09ecc79530b6e532ebf48305516b

Best regards,