Message ID | 20230125104520.89684-9-quic_kathirav@quicinc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add minimal boot support for IPQ5332 | expand |
On 25/01/2023 11:45, Kathiravan Thirumoorthy wrote: > From: Kathiravan T <quic_kathirav@quicinc.com> > > The IPQ5332 supports eMMC with an SDHCI controller. Add the appropriate > compatible to the documentation. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed, 25 Jan 2023 at 11:46, Kathiravan Thirumoorthy <quic_kathirav@quicinc.com> wrote: > > From: Kathiravan T <quic_kathirav@quicinc.com> > > The IPQ5332 supports eMMC with an SDHCI controller. Add the appropriate > compatible to the documentation. > > Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > index 6b89238f0565..ead91f95e877 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -34,6 +34,7 @@ properties: > - const: qcom,sdhci-msm-v4 # for sdcc versions less than 5.0 > - items: > - enum: > + - qcom,ipq5332-sdhci > - qcom,qcs404-sdhci > - qcom,sc7180-sdhci > - qcom,sc7280-sdhci > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index 6b89238f0565..ead91f95e877 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -34,6 +34,7 @@ properties: - const: qcom,sdhci-msm-v4 # for sdcc versions less than 5.0 - items: - enum: + - qcom,ipq5332-sdhci - qcom,qcs404-sdhci - qcom,sc7180-sdhci - qcom,sc7280-sdhci