Commit ca1e2b91 authored by Peng Fan's avatar Peng Fan Committed by Jonathan Cameron

dt-bindings: iio: adc: imx93: drop the 4th interrupt

Per i.MX93 Reference Mannual Rev.4, 12/2013, there is no interrupt 268,
so drop it.
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240226130826.3824251-1-peng.fan@oss.nxp.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 051db7ee
...@@ -31,7 +31,6 @@ properties: ...@@ -31,7 +31,6 @@ properties:
- description: normal conversion, include EOC (End of Conversion), - description: normal conversion, include EOC (End of Conversion),
ECH (End of Chain), JEOC (End of Injected Conversion) and ECH (End of Chain), JEOC (End of Injected Conversion) and
JECH (End of injected Chain). JECH (End of injected Chain).
- description: Self-testing Interrupts.
clocks: clocks:
maxItems: 1 maxItems: 1
...@@ -70,8 +69,7 @@ examples: ...@@ -70,8 +69,7 @@ examples:
reg = <0x44530000 0x10000>; reg = <0x44530000 0x10000>;
interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
<GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX93_CLK_ADC1_GATE>; clocks = <&clk IMX93_CLK_ADC1_GATE>;
clock-names = "ipg"; clock-names = "ipg";
vref-supply = <&reg_vref_1v8>; vref-supply = <&reg_vref_1v8>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment