Message ID | 32910df46c8723097830e002a13580904ac74a65.1583005548.git.hns@goldelico.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | MIPS: Fixes and improvements for CI20 board (JZ4780) | expand |
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 73f2b940474d ("MIPS: CI20: DTS: Add I2C nodes"). The bot has tested the following trees: v5.5.7. v5.5.7: Failed to apply! Possible dependencies: 5314215430e5 ("MIPS: DTS: CI20: fix PMU definitions for ACT8600") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch?
diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts index ae391e0cd38a..0251ca154ccb 100644 --- a/arch/mips/boot/dts/ingenic/ci20.dts +++ b/arch/mips/boot/dts/ingenic/ci20.dts @@ -4,6 +4,7 @@ #include "jz4780.dtsi" #include <dt-bindings/clock/ingenic,tcu.h> #include <dt-bindings/gpio/gpio.h> +#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/regulator/active-semi,8865-regulator.h> / { @@ -283,7 +284,9 @@ Optional input supply properties: rtc@51 { compatible = "nxp,pcf8563"; reg = <0x51>; - interrupts = <110>; + + interrupt-parent = <&gpf>; + interrupts = <30 IRQ_TYPE_LEVEL_LOW>; }; };