Skip to content

Commit 3306657

Browse files
ADESTMatorgue
authored andcommitted
ARM: dts: stm32: update rtc st,syscfg property on stm32f429
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>
1 parent ce397d2 commit 3306657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/stm32f429.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
interrupt-parent = <&exti>;
303303
interrupts = <17 1>;
304304
interrupt-names = "alarm";
305-
st,syscfg = <&pwrcfg>;
305+
st,syscfg = <&pwrcfg 0x00 0x100>;
306306
status = "disabled";
307307
};
308308

0 commit comments

Comments
 (0)