Skip to content

Commit 83f0e22

Browse files
Raffael Rostagnofabiobaltieri
authored andcommitted
dts: spi: esp32: Remove unused property
Remove unused DMA clock property from device tree. Clock will be managed by DMA driver for devices with GDMA peripheral. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 1d84c8b commit 83f0e22

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

dts/riscv/espressif/esp32c2/esp32c2_common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@
199199
interrupts = <SPI2_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
200200
interrupt-parent = <&intc>;
201201
clocks = <&clock ESP32_SPI2_MODULE>;
202-
dma-clk = <ESP32_GDMA_MODULE>;
203202
dma-host = <0>;
204203
status = "disabled";
205204
};

dts/riscv/espressif/esp32c3/esp32c3_common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@
280280
interrupts = <SPI2_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
281281
interrupt-parent = <&intc>;
282282
clocks = <&clock ESP32_SPI2_MODULE>;
283-
dma-clk = <ESP32_GDMA_MODULE>;
284283
dma-host = <0>;
285284
status = "disabled";
286285
};

dts/riscv/espressif/esp32c6/esp32c6_common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@
200200
interrupts = <GSPI2_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
201201
interrupt-parent = <&intc>;
202202
clocks = <&clock ESP32_SPI2_MODULE>;
203-
dma-clk = <ESP32_GDMA_MODULE>;
204203
dma-host = <0>;
205204
status = "disabled";
206205
};

dts/xtensa/espressif/esp32s3/esp32s3_common.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@
335335
interrupts = <SPI2_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
336336
interrupt-parent = <&intc>;
337337
clocks = <&clock ESP32_SPI2_MODULE>;
338-
dma-clk = <ESP32_GDMA_MODULE>;
339338
dma-host = <0>;
340339
status = "disabled";
341340
};
@@ -346,7 +345,6 @@
346345
interrupts = <SPI3_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
347346
interrupt-parent = <&intc>;
348347
clocks = <&clock ESP32_SPI3_MODULE>;
349-
dma-clk = <ESP32_GDMA_MODULE>;
350348
dma-host = <1>;
351349
status = "disabled";
352350
};

0 commit comments

Comments
 (0)