Skip to content

Commit 860f0d2

Browse files
ADESTMatorgue
authored andcommitted
ARM: dts: stm32: update rtc st,syscfg property on stm32f746
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 3306657 commit 860f0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/stm32f746.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
interrupt-parent = <&exti>;
298298
interrupts = <17 1>;
299299
interrupt-names = "alarm";
300-
st,syscfg = <&pwrcfg>;
300+
st,syscfg = <&pwrcfg 0x00 0x100>;
301301
status = "disabled";
302302
};
303303

0 commit comments

Comments
 (0)