Message ID | 20231211085830.25380-1-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/3] dt-bindings: mmc: sdhci-msm: document dedicated IPQ4019 and IPQ8074 | expand |
On Mon, 11 Dec 2023 09:58:28 +0100, Krzysztof Kozlowski wrote: > Add dedicated compatibles for the Qualcomm IPQ4019 and IPQ8074 SoCs, > because usage of generic qcom,sdhci-msm-v4 compatible alone is > deprecated. > > Applied, thanks! [2/3] ARM: dts: qcom: ipq4019: add dedicated SDHCI compatible commit: 7514b28f7a016845a6b912783c4c7f4caf37788a Best regards,
On Mon, 11 Dec 2023 at 09:58, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > Add dedicated compatibles for the Qualcomm IPQ4019 and IPQ8074 SoCs, > because usage of generic qcom,sdhci-msm-v4 compatible alone is > deprecated. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@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 86fae733d9a0..c24c537f62b1 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -22,6 +22,8 @@ properties: > - items: > - enum: > - qcom,apq8084-sdhci > + - qcom,ipq4019-sdhci > + - qcom,ipq8074-sdhci > - qcom,msm8226-sdhci > - qcom,msm8953-sdhci > - qcom,msm8974-sdhci > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index 86fae733d9a0..c24c537f62b1 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -22,6 +22,8 @@ properties: - items: - enum: - qcom,apq8084-sdhci + - qcom,ipq4019-sdhci + - qcom,ipq8074-sdhci - qcom,msm8226-sdhci - qcom,msm8953-sdhci - qcom,msm8974-sdhci
Add dedicated compatibles for the Qualcomm IPQ4019 and IPQ8074 SoCs, because usage of generic qcom,sdhci-msm-v4 compatible alone is deprecated. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 2 ++ 1 file changed, 2 insertions(+)