mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
arm64: dts: qcom: pmk8350: 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-9-git-send-email-skakit@codeaurora.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
b2de431360
commit
d0927c2134
|
|
@ -62,9 +62,10 @@ pmk8350_rtc: rtc@6100 {
|
|||
};
|
||||
|
||||
pmk8350_gpios: gpio@b000 {
|
||||
compatible = "qcom,pmk8350-gpio";
|
||||
compatible = "qcom,pmk8350-gpio", "qcom,spmi-gpio";
|
||||
reg = <0xb000>;
|
||||
gpio-controller;
|
||||
gpio-ranges = <&pmk8350_gpios 0 0 4>;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user