Commit 14c9e233 authored by Alain Volmat's avatar Alain Volmat Committed by Alexandre Torgue

ARM: dts: stm32: enable the analog filter for all I2C nodes in stm32mp151

Enable the analog filter for all I2C nodes of the stm32mp151.
Signed-off-by: default avatarAlain Volmat <alain.volmat@foss.st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent adc04961
......@@ -493,6 +493,7 @@ i2c1: i2c@40012000 {
#size-cells = <0>;
st,syscfg-fmp = <&syscfg 0x4 0x1>;
wakeup-source;
i2c-analog-filter;
status = "disabled";
};
......@@ -508,6 +509,7 @@ i2c2: i2c@40013000 {
#size-cells = <0>;
st,syscfg-fmp = <&syscfg 0x4 0x2>;
wakeup-source;
i2c-analog-filter;
status = "disabled";
};
......@@ -523,6 +525,7 @@ i2c3: i2c@40014000 {
#size-cells = <0>;
st,syscfg-fmp = <&syscfg 0x4 0x4>;
wakeup-source;
i2c-analog-filter;
status = "disabled";
};
......@@ -538,6 +541,7 @@ i2c5: i2c@40015000 {
#size-cells = <0>;
st,syscfg-fmp = <&syscfg 0x4 0x10>;
wakeup-source;
i2c-analog-filter;
status = "disabled";
};
......@@ -1536,6 +1540,7 @@ i2c4: i2c@5c002000 {
#size-cells = <0>;
st,syscfg-fmp = <&syscfg 0x4 0x8>;
wakeup-source;
i2c-analog-filter;
status = "disabled";
};
......@@ -1573,6 +1578,7 @@ i2c6: i2c@5c009000 {
#size-cells = <0>;
st,syscfg-fmp = <&syscfg 0x4 0x20>;
wakeup-source;
i2c-analog-filter;
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment