mbox series

[0/2] Add initial support for RDP417 of IPQ9574 family

Message ID 20230713115544.953998-1-quic_sridsn@quicinc.com
Headers show
Series Add initial support for RDP417 of IPQ9574 family | expand

Message

Sridharan S N July 13, 2023, 11:55 a.m. UTC
Add the initial device tree support for the Reference Design
Platform(RDP) 454 based on IPQ9574 family of SoCs.

This series depends on below patchset:
https://lore.kernel.org/lkml/20230713105909.14209-2-quic_anusha@quicinc.com/

This series depends on below patchset for CHECK_DTBS issue
https://lore.kernel.org/linux-arm-msm/20230526161129.1454-4-quic_anusha@quicinc.com/
Sridharan S N (2):
  dt-bindings: arm: qcom: document AL01-C1 board based on IPQ9574 family
  arm64: dts: qcom: ipq9574: add support for the RDP417 variant

 Documentation/devicetree/bindings/arm/qcom.yaml |  2 ++
 arch/arm64/boot/dts/qcom/Makefile               |  1 +
 arch/arm64/boot/dts/qcom/ipq9574-rdp417.dts     | 16 ++++++++++++++++
 3 files changed, 19 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/ipq9574-rdp417.dts

Comments

Krzysztof Kozlowski July 13, 2023, 11:58 a.m. UTC | #1
On 13/07/2023 13:55, Sridharan S N wrote:
> Add the initial device tree support for the Reference Design
> Platform(RDP) 417 based on IPQ9574 family of SoC.
> 
> This patch depends on below patchset:
> https://lore.kernel.org/lkml/20230713105909.14209-2-quic_anusha@quicinc.com/

This does not make sense in commit log. Why would you store it in commit
in the first place? Please put dependencies with changelog, so after ---
separator.

Best regards,
Krzysztof