ARM: dts: stm32: add wakeup-source in all I2C nodes of stm32mp157c

Add the wakeup-source property in all i2c nodes of
the SoC stm32mp157c so that those I2C controllers can become
wakeup-source.

Signed-off-by: Alain Volmat <alain.volmat@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Alain Volmat
2020-01-06 14:28:34 +01:00
committed by Alexandre Torgue
parent 1c1cf5996c
commit b65b6fc569

View File

@@ -483,6 +483,7 @@ i2c1: i2c@40012000 {
resets = <&rcc I2C1_R>;
#address-cells = <1>;
#size-cells = <0>;
wakeup-source;
status = "disabled";
};
@@ -496,6 +497,7 @@ i2c2: i2c@40013000 {
resets = <&rcc I2C2_R>;
#address-cells = <1>;
#size-cells = <0>;
wakeup-source;
status = "disabled";
};
@@ -509,6 +511,7 @@ i2c3: i2c@40014000 {
resets = <&rcc I2C3_R>;
#address-cells = <1>;
#size-cells = <0>;
wakeup-source;
status = "disabled";
};
@@ -522,6 +525,7 @@ i2c5: i2c@40015000 {
resets = <&rcc I2C5_R>;
#address-cells = <1>;
#size-cells = <0>;
wakeup-source;
status = "disabled";
};
@@ -1480,6 +1484,7 @@ i2c4: i2c@5c002000 {
resets = <&rcc I2C4_R>;
#address-cells = <1>;
#size-cells = <0>;
wakeup-source;
status = "disabled";
};
@@ -1515,6 +1520,7 @@ i2c6: i2c@5c009000 {
resets = <&rcc I2C6_R>;
#address-cells = <1>;
#size-cells = <0>;
wakeup-source;
status = "disabled";
};