|
@@ -517,7 +517,8 @@
|
|
mcp_rtc: rtc@6f {
|
|
mcp_rtc: rtc@6f {
|
|
compatible = "microchip,mcp7941x";
|
|
compatible = "microchip,mcp7941x";
|
|
reg = <0x6f>;
|
|
reg = <0x6f>;
|
|
- interrupts = <GIC_SPI 2 IRQ_TYPE_EDGE_RISING>; /* IRQ_SYS_1N */
|
|
|
|
|
|
+ interrupts-extended = <&crossbar_mpu GIC_SPI 2 IRQ_TYPE_EDGE_RISING>,
|
|
|
|
+ <&dra7_pmx_core 0x424>;
|
|
|
|
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&mcp79410_pins_default>;
|
|
pinctrl-0 = <&mcp79410_pins_default>;
|