[PATCH 5/9] arm64: dts: st: update i2c nodes interrupt/wakeup-source in stm32mp231
Alain Volmat
alain.volmat at foss.st.com
Tue Feb 24 07:48:08 PST 2026
Update all i2c nodes with the following properties:
- replace interrupts with interrupts-extended and rely on exti
- add the wakeup-source property
Signed-off-by: Alain Volmat <alain.volmat at foss.st.com>
---
arch/arm64/boot/dts/st/stm32mp231.dtsi | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/st/stm32mp231.dtsi b/arch/arm64/boot/dts/st/stm32mp231.dtsi
index b5d81d1ee153..1121dca7880f 100644
--- a/arch/arm64/boot/dts/st/stm32mp231.dtsi
+++ b/arch/arm64/boot/dts/st/stm32mp231.dtsi
@@ -354,7 +354,7 @@ i2c1: i2c at 40120000 {
#address-cells = <1>;
#size-cells = <0>;
interrupt-names = "event";
- interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts-extended = <&exti1 21 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc CK_KER_I2C1>;
resets = <&rcc I2C1_R>;
dmas = <&hpdma 27 0x20 0x3012>,
@@ -363,6 +363,7 @@ i2c1: i2c at 40120000 {
access-controllers = <&rifsc 41>;
power-domains = <&cluster_pd>;
i2c-analog-filter;
+ wakeup-source;
status = "disabled";
};
@@ -372,7 +373,7 @@ i2c2: i2c at 40130000 {
#address-cells = <1>;
#size-cells = <0>;
interrupt-names = "event";
- interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts-extended = <&exti1 22 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc CK_KER_I2C2>;
resets = <&rcc I2C2_R>;
dmas = <&hpdma 30 0x20 0x3012>,
@@ -381,6 +382,7 @@ i2c2: i2c at 40130000 {
access-controllers = <&rifsc 42>;
power-domains = <&cluster_pd>;
i2c-analog-filter;
+ wakeup-source;
status = "disabled";
};
@@ -390,7 +392,7 @@ i2c7: i2c at 40180000 {
#address-cells = <1>;
#size-cells = <0>;
interrupt-names = "event";
- interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts-extended = <&exti1 50 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc CK_KER_I2C7>;
resets = <&rcc I2C7_R>;
dmas = <&hpdma 45 0x20 0x3012>,
@@ -399,6 +401,7 @@ i2c7: i2c at 40180000 {
access-controllers = <&rifsc 47>;
power-domains = <&cluster_pd>;
i2c-analog-filter;
+ wakeup-source;
status = "disabled";
};
@@ -668,7 +671,7 @@ i2c8: i2c at 46040000 {
#address-cells = <1>;
#size-cells = <0>;
interrupt-names = "event";
- interrupts = <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts-extended = <&exti2 25 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc CK_KER_I2C8>;
resets = <&rcc I2C8_R>;
dmas = <&hpdma 168 0x20 0x3012>,
@@ -677,6 +680,7 @@ i2c8: i2c at 46040000 {
access-controllers = <&rifsc 48>;
power-domains = <&cluster_pd>;
i2c-analog-filter;
+ wakeup-source;
status = "disabled";
};
--
2.34.1
More information about the linux-arm-kernel
mailing list