Browse Source

ARM: dts: stm32: update rtc st,syscfg property on stm32h743

To fit with latest rtc driver updates, rtc st,syscfg property must contain
the control register offset of pwrcfg and the mask corresponding to the
DBP (Disable Backup Protection) bit.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Amelie Delaunay 7 năm trước cách đây
mục cha
commit
af345df14d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      arch/arm/boot/dts/stm32h743.dtsi

+ 1 - 1
arch/arm/boot/dts/stm32h743.dtsi

@@ -472,7 +472,7 @@
 			interrupt-parent = <&exti>;
 			interrupt-parent = <&exti>;
 			interrupts = <17 IRQ_TYPE_EDGE_RISING>;
 			interrupts = <17 IRQ_TYPE_EDGE_RISING>;
 			interrupt-names = "alarm";
 			interrupt-names = "alarm";
-			st,syscfg = <&pwrcfg>;
+			st,syscfg = <&pwrcfg 0x00 0x100>;
 			status = "disabled";
 			status = "disabled";
 		};
 		};