ARM: dts: qcom: Add GPIO reg property for PMD802x and PMIH010x
Add missing reg property for PMD802x and PMIH010x GPIO device. Change-Id: Id81dea42f8aeb247fee1bbd6acde0b12e2ccf270 Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
pmd802x_gpios: pinctrl@8800 {
|
pmd802x_gpios: pinctrl@8800 {
|
||||||
compatible = "qcom,pmd802x-gpio";
|
compatible = "qcom,pmd802x-gpio";
|
||||||
|
reg = <0x8800>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
|
@@ -34,6 +34,7 @@
|
|||||||
|
|
||||||
pmih010x_gpios: pinctrl@8800 {
|
pmih010x_gpios: pinctrl@8800 {
|
||||||
compatible = "qcom,pmih010x-gpio";
|
compatible = "qcom,pmih010x-gpio";
|
||||||
|
reg = <0x8800>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
|
Reference in New Issue
Block a user