Skip to content
Snippets Groups Projects
Verified Commit cc18d548 authored by Caleb Connolly's avatar Caleb Connolly
Browse files

sandbox: dts: fix qcom pmic gpio


Adjust the DT to match upstream bindings.

Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: default avatarSumit Garg <sumit.garg@linaro.org>
Signed-off-by: default avatarCaleb Connolly <caleb.connolly@linaro.org>
parent eb2393d7
No related branches found
No related tags found
No related merge requests found
......@@ -419,17 +419,16 @@
#size-cells = <0x1>;
pm8916@0 {
compatible = "qcom,spmi-pmic";
reg = <0x0 0x1>;
reg = <0x0 0x0>;
#address-cells = <0x1>;
#size-cells = <0x1>;
#size-cells = <0x0>;
spmi_gpios: gpios@c000 {
compatible = "qcom,pm8916-gpio";
reg = <0xc000 0x400>;
reg = <0xc000>;
gpio-controller;
gpio-count = <4>;
gpio-ranges = <&spmi_gpios 0 0 4>;
#gpio-cells = <2>;
gpio-bank-name="spmi";
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment