arm64: dts: qcom: pm8350c: Correct the GPIO node
Add gpio ranges and correct the compatible to add "qcom,spmi-gpio" as this pmic is on spmi bus. Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: satya priya <skakit@codeaurora.org> Link: https://lore.kernel.org/r/1621937466-1502-5-git-send-email-skakit@codeaurora.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Родитель
3795fe7d49
Коммит
6327abef80
|
@ -21,9 +21,10 @@
|
|||
};
|
||||
|
||||
pm8350c_gpios: gpio@8800 {
|
||||
compatible = "qcom,pm8350c-gpio";
|
||||
compatible = "qcom,pm8350c-gpio", "qcom,spmi-gpio";
|
||||
reg = <0x8800>;
|
||||
gpio-controller;
|
||||
gpio-ranges = <&pm8350c_gpios 0 0 9>;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
|
|
Загрузка…
Ссылка в новой задаче