Skip to content

Commit 5e69779

Browse files
Alain VolmatAlexandre Torgue
authored andcommitted
arm64: dts: st: enable i2c analog-filter in stm32mp231.dtsi
By default enable the analog filter on all i2c instances on the stm32mp23x series. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Link: https://lore.kernel.org/r/20251215-stm32-i2c-mp2x-dt-updates-v1-5-2738a05a7af8@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent a81fcfd commit 5e69779

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/st/stm32mp231.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
dma-names = "rx", "tx";
363363
access-controllers = <&rifsc 41>;
364364
power-domains = <&cluster_pd>;
365+
i2c-analog-filter;
365366
status = "disabled";
366367
};
367368

@@ -379,6 +380,7 @@
379380
dma-names = "rx", "tx";
380381
access-controllers = <&rifsc 42>;
381382
power-domains = <&cluster_pd>;
383+
i2c-analog-filter;
382384
status = "disabled";
383385
};
384386

@@ -396,6 +398,7 @@
396398
dma-names = "rx", "tx";
397399
access-controllers = <&rifsc 47>;
398400
power-domains = <&cluster_pd>;
401+
i2c-analog-filter;
399402
status = "disabled";
400403
};
401404

@@ -673,6 +676,7 @@
673676
dma-names = "rx", "tx";
674677
access-controllers = <&rifsc 48>;
675678
power-domains = <&cluster_pd>;
679+
i2c-analog-filter;
676680
status = "disabled";
677681
};
678682

0 commit comments

Comments
 (0)