mbox series

[0/2] Add devicetree support for SDX55 Modem and MTP

Message ID 20201124140011.134751-1-manivannan.sadhasivam@linaro.org
Headers show
Series Add devicetree support for SDX55 Modem and MTP | expand

Message

Manivannan Sadhasivam Nov. 24, 2020, 2 p.m. UTC
Hello,

This series adds devicetree support for Qualcomm SDX55 Modem and MTP
board. This series functionally depends on Clock support series [1]
which is under review.

With the current devicetree support, the MTP can boot into initramfs
shell.

Thanks,
Mani

[1] https://lore.kernel.org/linux-arm-msm/20201119072714.14460-1-manivannan.sadhasivam@linaro.org/

Manivannan Sadhasivam (1):
  ARM: dts: qcom: Add SDX55 Modem and MTP board support

Vinod Koul (1):
  dt-bindings: arm: qcom: Document SDX55 Modem and boards

 .../devicetree/bindings/arm/qcom.yaml         |   6 +
 arch/arm/boot/dts/Makefile                    |   3 +-
 arch/arm/boot/dts/qcom-sdx55-mtp.dts          |  27 +++
 arch/arm/boot/dts/qcom-sdx55.dtsi             | 205 ++++++++++++++++++
 4 files changed, 240 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/qcom-sdx55-mtp.dts
 create mode 100644 arch/arm/boot/dts/qcom-sdx55.dtsi

-- 
2.25.1

Comments

Bjorn Andersson Nov. 24, 2020, 2:57 p.m. UTC | #1
On Tue 24 Nov 08:00 CST 2020, Manivannan Sadhasivam wrote:

> From: Vinod Koul <vkoul@kernel.org>

> 

> Document the SDX55 Modem binding and also the boards using it.


It's not really the "SDX55 Modem", it's the "SDX55 platform". That way
things become less confusing when we actually add the modem on SDX55
later.

> 

> Signed-off-by: Vinod Koul <vkoul@kernel.org>

> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

> ---

>  Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++

>  1 file changed, 6 insertions(+)

> 

> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml

> index ad25deba4d86..4362e8f0d495 100644

> --- a/Documentation/devicetree/bindings/arm/qcom.yaml

> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml

> @@ -39,6 +39,7 @@ description: |

>          sc7180

>          sdm630

>          sdm660

> +        sdx55


'x' > 'm', so this should go one line down.

Regards,
Bjorn

>          sdm845

>          sm8250

>  

> @@ -178,4 +179,9 @@ properties:

>                - qcom,sm8250-mtp

>            - const: qcom,sm8250

>  

> +      - items:

> +          - enum:

> +              - qcom,sdx55-mtp

> +          - const: qcom,sdx55

> +

>  ...

> -- 

> 2.25.1

>