forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
....@@ -124,9 +124,12 @@
124124 /delete-property/ mrvl,i2c-fast-mode;
125125 status = "okay";
126126
127
+ /* MCP7940MT-I/MNY RTC */
127128 rtc@6f {
128129 compatible = "microchip,mcp7940x";
129130 reg = <0x6f>;
131
+ interrupt-parent = <&gpiosb>;
132
+ interrupts = <5 0>; /* GPIO2_5 */
130133 };
131134 };
132135