mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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 <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220507194913.261121-12-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
dc590cdc31
commit
255889f4ba
|
|
@ -21,7 +21,7 @@ pmx65_temp: temp-alarm@a00 {
|
|||
};
|
||||
|
||||
pmx65_gpios: pinctrl@8800 {
|
||||
compatible = "qcom,pmx65-gpio";
|
||||
compatible = "qcom,pmx65-gpio", "qcom,spmi-gpio";
|
||||
reg = <0x8800>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user