diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-05-07 21:49:13 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-06-27 16:40:47 -0500 |
commit | 255889f4baf51e887c83333d82ac8470a11246e4 (patch) | |
tree | d2c7d53164901509b40eab91a75bdd1c63dd34c3 | |
parent | dc590cdc31f636ea15658f1206c3e380a53fb78e (diff) |
ARM: dts: qcom: pmx65: add fallback compatible to PMIC GPIO
The bindings require all PMIC GPIO nodes to have two compatibles -
specific followed by SPMI or SSBI fallback.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-pmx65.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-pmx65.dtsi b/arch/arm/boot/dts/qcom-pmx65.dtsi index 5411b833d26e..8701396fe1f2 100644 --- a/arch/arm/boot/dts/qcom-pmx65.dtsi +++ b/arch/arm/boot/dts/qcom-pmx65.dtsi @@ -21,7 +21,7 @@ }; pmx65_gpios: pinctrl@8800 { - compatible = "qcom,pmx65-gpio"; + compatible = "qcom,pmx65-gpio", "qcom,spmi-gpio"; reg = <0x8800>; gpio-controller; #gpio-cells = <2>; |