]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: st: disable DMA usage for i2c on stm32mp257f-ev1
authorAlain Volmat <alain.volmat@foss.st.com>
Tue, 24 Feb 2026 15:48:10 +0000 (16:48 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 25 Mar 2026 16:37:46 +0000 (17:37 +0100)
Keep DMA resources available by avoiding usage of DMA for i2c transfers
on stm32mp257f-ev1 board.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Link: https://lore.kernel.org/r/20260224-stm32-i2c-dt-updates-v1-7-347cf6fca7d1@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm64/boot/dts/st/stm32mp257f-ev1.dts

index 852a73b0c516eb360db7274cc1893dfad951736f..14e033f365e398eaf2e96bc1365f5ef9535e41f4 100644 (file)
        i2c-scl-falling-time-ns = <13>;
        clock-frequency = <400000>;
        status = "okay";
+       /* spare dmas for other usage */
+       /delete-property/dmas;
+       /delete-property/dma-names;
 
        imx335: camera@1a {
                compatible = "sony,imx335";
        i2c-scl-falling-time-ns = <7>;
        clock-frequency = <400000>;
        status = "disabled";
+       /* spare dmas for other usage */
+       /delete-property/dmas;
+       /delete-property/dma-names;
 };
 
 &ommanager {