diff mbox series

dt-bindings: mmc: sdhci-msm: Allow 1 icc path

Message ID 20230213205529.2104120-1-konrad.dybcio@linaro.org
State New
Headers show
Series dt-bindings: mmc: sdhci-msm: Allow 1 icc path | expand

Commit Message

Konrad Dybcio Feb. 13, 2023, 8:55 p.m. UTC
Some SoCs (like msm8998) only have a SDHC<->DDR path. Allow this case.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Ulf Hansson Feb. 14, 2023, 12:18 p.m. UTC | #1
On Mon, 13 Feb 2023 at 21:55, Konrad Dybcio <konrad.dybcio@linaro.org> wrote:
>
> Some SoCs (like msm8998) only have a SDHC<->DDR path. Allow this case.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> index 01f77a77987c..64df6919abaf 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> @@ -127,11 +127,13 @@ properties:
>        phandle to apps_smmu node with sid mask.
>
>    interconnects:
> +    minItems: 1
>      items:
>        - description: data path, sdhc to ddr
>        - description: config path, cpu to sdhc
>
>    interconnect-names:
> +    minItems: 1
>      items:
>        - const: sdhc-ddr
>        - const: cpu-sdhc
> --
> 2.39.1
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
index 01f77a77987c..64df6919abaf 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
+++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
@@ -127,11 +127,13 @@  properties:
       phandle to apps_smmu node with sid mask.
 
   interconnects:
+    minItems: 1
     items:
       - description: data path, sdhc to ddr
       - description: config path, cpu to sdhc
 
   interconnect-names:
+    minItems: 1
     items:
       - const: sdhc-ddr
       - const: cpu-sdhc