Merge "ARM: dts: qcom: Add GPIO reg property for PMD802x and PMIH010x"

This commit is contained in:
qctecmdr
2023-11-20 11:14:25 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
pmd802x_gpios: pinctrl@8800 {
compatible = "qcom,pmd802x-gpio";
reg = <0x8800>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;

View File

@@ -34,6 +34,7 @@
pmih010x_gpios: pinctrl@8800 {
compatible = "qcom,pmih010x-gpio";
reg = <0x8800>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;