diff options
author | Peng Fan <[email protected]> | 2024-02-26 21:08:26 +0800 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2024-03-28 20:47:42 +0800 |
commit | 4202fa93328d2d73218130cc4a4ccf9faa0efad3 (patch) | |
tree | 631a383a9ce37aad2b389ed277dd9c7db4979033 | |
parent | 6e5f3ac6f779047524b9a398820289a90b905309 (diff) |
arm64: dts: imx93: drop the 4th interrupt for ADC
Per i.MX93 Reference Mannual Rev.4, 12/2023, there is no interrupt 268,
drop it.
Signed-off-by: Peng Fan <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx93.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi index 601c94e1fac8..b8ef9b938856 100644 --- a/arch/arm64/boot/dts/freescale/imx93.dtsi +++ b/arch/arm64/boot/dts/freescale/imx93.dtsi @@ -509,8 +509,7 @@ 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>; |