ARM: dts: stm32: use st,stm32mp15-i2c compatible for stm32mp151
authorAlain Volmat <alain.volmat@st.com>
Thu, 23 Jan 2020 16:12:49 +0000 (17:12 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Tue, 28 Apr 2020 16:23:59 +0000 (18:23 +0200)
Replace previous st,stm32f7-i2c compatible with st,stm32mp15-i2c
for the platform stm32mp151.

Signed-off-by: Alain Volmat <alain.volmat@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp151.dtsi

index 3a709f333a7fdb1ef04e3eb57cf842b767f79bec..baff797c17fbc2de7e3f0a7716d20ce5bd0f0f41 100644 (file)
                };
 
                i2c1: i2c@40012000 {
-                       compatible = "st,stm32f7-i2c";
+                       compatible = "st,stm32mp15-i2c";
                        reg = <0x40012000 0x400>;
                        interrupt-names = "event", "error";
                        interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,
                };
 
                i2c2: i2c@40013000 {
-                       compatible = "st,stm32f7-i2c";
+                       compatible = "st,stm32mp15-i2c";
                        reg = <0x40013000 0x400>;
                        interrupt-names = "event", "error";
                        interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
                };
 
                i2c3: i2c@40014000 {
-                       compatible = "st,stm32f7-i2c";
+                       compatible = "st,stm32mp15-i2c";
                        reg = <0x40014000 0x400>;
                        interrupt-names = "event", "error";
                        interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
                };
 
                i2c5: i2c@40015000 {
-                       compatible = "st,stm32f7-i2c";
+                       compatible = "st,stm32mp15-i2c";
                        reg = <0x40015000 0x400>;
                        interrupt-names = "event", "error";
                        interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
                };
 
                i2c4: i2c@5c002000 {
-                       compatible = "st,stm32f7-i2c";
+                       compatible = "st,stm32mp15-i2c";
                        reg = <0x5c002000 0x400>;
                        interrupt-names = "event", "error";
                        interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>,
                };
 
                i2c6: i2c@5c009000 {
-                       compatible = "st,stm32f7-i2c";
+                       compatible = "st,stm32mp15-i2c";
                        reg = <0x5c009000 0x400>;
                        interrupt-names = "event", "error";
                        interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,