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 {
|
||||
compatible = "qcom,pmd802x-gpio";
|
||||
reg = <0x8800>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
|
@@ -34,6 +34,7 @@
|
||||
|
||||
pmih010x_gpios: pinctrl@8800 {
|
||||
compatible = "qcom,pmih010x-gpio";
|
||||
reg = <0x8800>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
|
Reference in New Issue
Block a user