arm64: dts: qcom: pmi8994: add missing MPP compatible fallback
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 8 Sep 2022 08:10:46 +0000 (10:10 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 15 Sep 2022 02:24:24 +0000 (21:24 -0500)
Bindings require usage of generic MPP fallback in compatible:

  qcom/apq8094-sony-xperia-kitakami-karin_windy.dtb: pmic@2: mpps@a000:compatible: ['qcom,pmi8994-mpp'] is too short

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220908081050.29751-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/pmi8994.dtsi

index 2e8b58f..542c215 100644 (file)
@@ -21,7 +21,7 @@
                };
 
                pmi8994_mpps: mpps@a000 {
-                       compatible = "qcom,pmi8994-mpp";
+                       compatible = "qcom,pmi8994-mpp", "qcom,spmi-mpp";
                        reg = <0xa000>;
                        gpio-controller;
                        gpio-ranges = <&pmi8994_mpps 0 0 4>;