.. | .. |
---|
33 | 33 | "sprd,sc9860-eic-latch", |
---|
34 | 34 | "sprd,sc9860-eic-async", |
---|
35 | 35 | "sprd,sc9860-eic-sync", |
---|
36 | | - "sprd,sc27xx-eic". |
---|
| 36 | + "sprd,sc2731-eic". |
---|
37 | 37 | - reg: Define the base and range of the I/O address space containing |
---|
38 | 38 | the GPIO controller registers. |
---|
39 | 39 | - gpio-controller: Marks the device node as a GPIO controller. |
---|
.. | .. |
---|
86 | 86 | }; |
---|
87 | 87 | |
---|
88 | 88 | pmic_eic: gpio@300 { |
---|
89 | | - compatible = "sprd,sc27xx-eic"; |
---|
| 89 | + compatible = "sprd,sc2731-eic"; |
---|
90 | 90 | reg = <0x300>; |
---|
91 | 91 | interrupt-parent = <&sc2731_pmic>; |
---|
92 | 92 | interrupts = <5 IRQ_TYPE_LEVEL_HIGH>; |
---|