Commit fff34210 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Arnd Bergmann
Browse files

ARM: dts: mmp3: Fix the CCIC interrupts



A copy & paste oversight from MMP2; camera interrupts are handled
via a multiplexer on MMP3.

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20210121034130.1381872-13-lkundrak@v3.sk

'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 0561cba7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -293,7 +293,8 @@ mmc5: mmc@d4217000 {
			camera0: camera@d420a000 {
				compatible = "marvell,mmp2-ccic";
				reg = <0xd420a000 0x800>;
				interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
				interrupts = <1>;
				interrupt-parent = <&ci_mux>;
				clocks = <&soc_clocks MMP2_CLK_CCIC0>;
				clock-names = "axi";
				power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;
@@ -305,7 +306,8 @@ camera0: camera@d420a000 {
			camera1: camera@d420a800 {
				compatible = "marvell,mmp2-ccic";
				reg = <0xd420a800 0x800>;
				interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
				interrupts = <2>;
				interrupt-parent = <&ci_mux>;
				clocks = <&soc_clocks MMP2_CLK_CCIC1>;
				clock-names = "axi";
				power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;