arm: phyCORE AM335x SOM has PMIC IRQ at GPIO_3_4, not GPIO_0_27

not sure where the 0_27 came from, but the schematics indicate it is
connected at 3_4.
master
Harald Welte 8 years ago
parent 107e1e6198
commit a9b7c2caec

@ -144,8 +144,8 @@
tps: tps@2d {
reg = <0x2d>;
interrupt-parent = <&gpio0>;
interrupts = <27 1>;
interrupt-parent = <&gpio3>;
interrupts = <4 1>;
};
};

Loading…
Cancel
Save