arm64: dts: imx93: drop the 4th interrupt for ADC
authorPeng Fan <peng.fan@nxp.com>
Mon, 26 Feb 2024 13:08:26 +0000 (21:08 +0800)
committerShawn Guo <shawnguo@kernel.org>
Thu, 28 Mar 2024 12:47:42 +0000 (20:47 +0800)
Per i.MX93 Reference Mannual Rev.4, 12/2023, there is no interrupt 268,
drop it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93.dtsi

index 601c94e1fac8ea222e1f59a48a1b1b6318eecfa4..b8ef9b93885641f7702d77b173fe42d31549ffb4 100644 (file)
                                reg = <0x44530000 0x10000>;
                                interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
                                             <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,
-                                            <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>,
-                                            <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
+                                            <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX93_CLK_ADC1_GATE>;
                                clock-names = "ipg";
                                #io-channel-cells = <1>;