arm: dts: stm32: Add i2c-analog-filter property in I2C nodes for stm32h743
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 3 Aug 2021 10:05:11 +0000 (12:05 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 8 Oct 2021 06:42:40 +0000 (08:42 +0200)
Add i2c-analog-filter property in I2C nodes to enable analog
filter feature.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32h743.dtsi

index ed68575..dbfebf0 100644 (file)
                                     <32>;
                        resets = <&rcc STM32H7_APB1L_RESET(I2C1)>;
                        clocks = <&rcc I2C1_CK>;
+                       i2c-analog-filter;
                        status = "disabled";
                };
 
                                     <34>;
                        resets = <&rcc STM32H7_APB1L_RESET(I2C2)>;
                        clocks = <&rcc I2C2_CK>;
+                       i2c-analog-filter;
                        status = "disabled";
                };
 
                                     <73>;
                        resets = <&rcc STM32H7_APB1L_RESET(I2C3)>;
                        clocks = <&rcc I2C3_CK>;
+                       i2c-analog-filter;
                        status = "disabled";
                };
 
                                     <96>;
                        resets = <&rcc STM32H7_APB4_RESET(I2C4)>;
                        clocks = <&rcc I2C4_CK>;
+                       i2c-analog-filter;
                        status = "disabled";
                };