]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: stm32: remove i2c dma properties in stm32mp157c-ev1
authorOlivier Moysan <olivier.moysan@foss.st.com>
Tue, 24 Feb 2026 15:48:06 +0000 (16:48 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 25 Mar 2026 16:37:45 +0000 (17:37 +0100)
Since DMA resources are limited, remove the DMA related properties
of i2c2 and i2c5 in stm32mp157c-ev1.dts.

Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Link: https://lore.kernel.org/r/20260224-stm32-i2c-dt-updates-v1-3-347cf6fca7d1@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp157c-ev1.dts

index 9d58ed19a5111c290c1865053d8f99e8a63086e1..0e65a1862eb533ac22719dd610659181cd7b0a8f 100644 (file)
        pinctrl-1 = <&i2c2_sleep_pins_a>;
        i2c-scl-rising-time-ns = <185>;
        i2c-scl-falling-time-ns = <20>;
+       /delete-property/dmas;
+       /delete-property/dma-names;
        status = "okay";
 
        ov5640: camera@3c {
        pinctrl-1 = <&i2c5_sleep_pins_a>;
        i2c-scl-rising-time-ns = <185>;
        i2c-scl-falling-time-ns = <20>;
+       /delete-property/dmas;
+       /delete-property/dma-names;
        status = "okay";
 };