arm64: dts: qcom: pmr735a: 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-7-git-send-email-skakit@codeaurora.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Родитель
7a3544e5d4
Коммит
f878e1baa4
|
@ -21,9 +21,10 @@
|
|||
};
|
||||
|
||||
pmr735a_gpios: gpio@8800 {
|
||||
compatible = "qcom,pmr735a-gpio";
|
||||
compatible = "qcom,pmr735a-gpio", "qcom,spmi-gpio";
|
||||
reg = <0x8800>;
|
||||
gpio-controller;
|
||||
gpio-ranges = <&pmr735a_gpios 0 0 4>;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
|
|
Загрузка…
Ссылка в новой задаче