diff mbox series

[v1,3/7] arm: dts: stm32: Add i2c-analog-filter property in I2C nodes for stm32h743

Message ID 20210803100515.29383-4-patrice.chotard@foss.st.com
State Accepted
Commit 2aaac1787a6a13e087bb75254d6430a4e1c947bf
Delegated to: Patrick Delaunay
Headers show
Series i2c: stm32f7: driver update | expand

Commit Message

Patrice CHOTARD Aug. 3, 2021, 10:05 a.m. UTC
Add i2c-analog-filter property in I2C nodes to enable analog
filter feature.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
---

 arch/arm/dts/stm32h743.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Patrice CHOTARD Aug. 19, 2021, 11:47 a.m. UTC | #1
Hi Patrick

On 8/3/21 12:05 PM, Patrice Chotard wrote:
> Add i2c-analog-filter property in I2C nodes to enable analog
> filter feature.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
> 
>  arch/arm/dts/stm32h743.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/dts/stm32h743.dtsi b/arch/arm/dts/stm32h743.dtsi
> index ed6857512f..dbfebf07f2 100644
> --- a/arch/arm/dts/stm32h743.dtsi
> +++ b/arch/arm/dts/stm32h743.dtsi
> @@ -124,6 +124,7 @@
>  				     <32>;
>  			resets = <&rcc STM32H7_APB1L_RESET(I2C1)>;
>  			clocks = <&rcc I2C1_CK>;
> +			i2c-analog-filter;
>  			status = "disabled";
>  		};
>  
> @@ -136,6 +137,7 @@
>  				     <34>;
>  			resets = <&rcc STM32H7_APB1L_RESET(I2C2)>;
>  			clocks = <&rcc I2C2_CK>;
> +			i2c-analog-filter;
>  			status = "disabled";
>  		};
>  
> @@ -148,6 +150,7 @@
>  				     <73>;
>  			resets = <&rcc STM32H7_APB1L_RESET(I2C3)>;
>  			clocks = <&rcc I2C3_CK>;
> +			i2c-analog-filter;
>  			status = "disabled";
>  		};
>  
> @@ -395,6 +398,7 @@
>  				     <96>;
>  			resets = <&rcc STM32H7_APB4_RESET(I2C4)>;
>  			clocks = <&rcc I2C4_CK>;
> +			i2c-analog-filter;
>  			status = "disabled";
>  		};
>  
> 
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice
Patrice CHOTARD Oct. 8, 2021, 6:43 a.m. UTC | #2
Hi

On 8/3/21 12:05 PM, Patrice Chotard wrote:
> Add i2c-analog-filter property in I2C nodes to enable analog
> filter feature.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
> 
>  arch/arm/dts/stm32h743.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/dts/stm32h743.dtsi b/arch/arm/dts/stm32h743.dtsi
> index ed6857512f..dbfebf07f2 100644
> --- a/arch/arm/dts/stm32h743.dtsi
> +++ b/arch/arm/dts/stm32h743.dtsi
> @@ -124,6 +124,7 @@
>  				     <32>;
>  			resets = <&rcc STM32H7_APB1L_RESET(I2C1)>;
>  			clocks = <&rcc I2C1_CK>;
> +			i2c-analog-filter;
>  			status = "disabled";
>  		};
>  
> @@ -136,6 +137,7 @@
>  				     <34>;
>  			resets = <&rcc STM32H7_APB1L_RESET(I2C2)>;
>  			clocks = <&rcc I2C2_CK>;
> +			i2c-analog-filter;
>  			status = "disabled";
>  		};
>  
> @@ -148,6 +150,7 @@
>  				     <73>;
>  			resets = <&rcc STM32H7_APB1L_RESET(I2C3)>;
>  			clocks = <&rcc I2C3_CK>;
> +			i2c-analog-filter;
>  			status = "disabled";
>  		};
>  
> @@ -395,6 +398,7 @@
>  				     <96>;
>  			resets = <&rcc STM32H7_APB4_RESET(I2C4)>;
>  			clocks = <&rcc I2C4_CK>;
> +			i2c-analog-filter;
>  			status = "disabled";
>  		};
>  
> 
Applied on u-boot-stm32 for next
Thanks
Patrice
diff mbox series

Patch

diff --git a/arch/arm/dts/stm32h743.dtsi b/arch/arm/dts/stm32h743.dtsi
index ed6857512f..dbfebf07f2 100644
--- a/arch/arm/dts/stm32h743.dtsi
+++ b/arch/arm/dts/stm32h743.dtsi
@@ -124,6 +124,7 @@ 
 				     <32>;
 			resets = <&rcc STM32H7_APB1L_RESET(I2C1)>;
 			clocks = <&rcc I2C1_CK>;
+			i2c-analog-filter;
 			status = "disabled";
 		};
 
@@ -136,6 +137,7 @@ 
 				     <34>;
 			resets = <&rcc STM32H7_APB1L_RESET(I2C2)>;
 			clocks = <&rcc I2C2_CK>;
+			i2c-analog-filter;
 			status = "disabled";
 		};
 
@@ -148,6 +150,7 @@ 
 				     <73>;
 			resets = <&rcc STM32H7_APB1L_RESET(I2C3)>;
 			clocks = <&rcc I2C3_CK>;
+			i2c-analog-filter;
 			status = "disabled";
 		};
 
@@ -395,6 +398,7 @@ 
 				     <96>;
 			resets = <&rcc STM32H7_APB4_RESET(I2C4)>;
 			clocks = <&rcc I2C4_CK>;
+			i2c-analog-filter;
 			status = "disabled";
 		};