mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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>
This commit is contained in:
parent
a81fcfd448
commit
5e69779331
|
|
@ -362,6 +362,7 @@ i2c1: i2c@40120000 {
|
|||
dma-names = "rx", "tx";
|
||||
access-controllers = <&rifsc 41>;
|
||||
power-domains = <&cluster_pd>;
|
||||
i2c-analog-filter;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -379,6 +380,7 @@ i2c2: i2c@40130000 {
|
|||
dma-names = "rx", "tx";
|
||||
access-controllers = <&rifsc 42>;
|
||||
power-domains = <&cluster_pd>;
|
||||
i2c-analog-filter;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -396,6 +398,7 @@ i2c7: i2c@40180000 {
|
|||
dma-names = "rx", "tx";
|
||||
access-controllers = <&rifsc 47>;
|
||||
power-domains = <&cluster_pd>;
|
||||
i2c-analog-filter;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -673,6 +676,7 @@ i2c8: i2c@46040000 {
|
|||
dma-names = "rx", "tx";
|
||||
access-controllers = <&rifsc 48>;
|
||||
power-domains = <&cluster_pd>;
|
||||
i2c-analog-filter;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user