diff options
| author | Alain Volmat <alain.volmat@foss.st.com> | 2025-12-15 15:19:44 +0300 |
|---|---|---|
| committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2026-01-20 11:54:15 +0300 |
| commit | 5e697793315433094196362000deb8a0c7f552b8 (patch) | |
| tree | 759b3e8f542f5363ade9d788fb87c4cb6dd508e1 | |
| parent | a81fcfd4487ba35de66e814933fe5df1c4a6b3e7 (diff) | |
| download | linux-5e697793315433094196362000deb8a0c7f552b8.tar.xz | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/st/stm32mp231.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/st/stm32mp231.dtsi b/arch/arm64/boot/dts/st/stm32mp231.dtsi index 9e1d841e8818..32f322eb7fa7 100644 --- a/arch/arm64/boot/dts/st/stm32mp231.dtsi +++ b/arch/arm64/boot/dts/st/stm32mp231.dtsi @@ -362,6 +362,7 @@ dma-names = "rx", "tx"; access-controllers = <&rifsc 41>; power-domains = <&cluster_pd>; + i2c-analog-filter; status = "disabled"; }; @@ -379,6 +380,7 @@ dma-names = "rx", "tx"; access-controllers = <&rifsc 42>; power-domains = <&cluster_pd>; + i2c-analog-filter; status = "disabled"; }; @@ -396,6 +398,7 @@ dma-names = "rx", "tx"; access-controllers = <&rifsc 47>; power-domains = <&cluster_pd>; + i2c-analog-filter; status = "disabled"; }; @@ -673,6 +676,7 @@ dma-names = "rx", "tx"; access-controllers = <&rifsc 48>; power-domains = <&cluster_pd>; + i2c-analog-filter; status = "disabled"; }; |
