Skip to content

Commit f822899

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sa8775p: correct PMIC GPIO label in gpio-ranges
There are several PMICs with GPIO nodes and one of the nodes referenced other's in gpio-ranges which could result in deferred-probes like: qcom-spmi-gpio c440000.spmi:pmic@2:gpio@8800: can't add gpio chip Reported-by: Brian Masney <[email protected]> Closes: https://lore.kernel.org/all/ZN5KIlI+RDu92jsi@brian-x1/ Fixes: e5a893a ("arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes") Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Brian Masney <[email protected]> Reviewed-by: Bartosz Golaszewski <[email protected]> Tested-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 0bb80ec commit f822899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
compatible = "qcom,pmm8654au-gpio", "qcom,spmi-gpio";
174174
reg = <0x8800>;
175175
gpio-controller;
176-
gpio-ranges = <&pmm8654au_2_gpios 0 0 12>;
176+
gpio-ranges = <&pmm8654au_1_gpios 0 0 12>;
177177
#gpio-cells = <2>;
178178
interrupt-controller;
179179
#interrupt-cells = <2>;

0 commit comments

Comments
 (0)