summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32f746.dtsi
diff options
context:
space:
mode:
authorAmelie Delaunay <amelie.delaunay@st.com>2018-05-09 17:18:00 +0200
committerAlexandre Torgue <alexandre.torgue@st.com>2018-06-25 12:02:08 +0200
commit860f0d21a7ef6675f5566aeac3d754414f105894 (patch)
tree34b1cd8d82c315ba8287c82bcad31207244f2ebf /arch/arm/boot/dts/stm32f746.dtsi
parent3306657119ce673629be62dfa373f440eaf16cc9 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/stm32f746.dtsi')
-rw-r--r--arch/arm/boot/dts/stm32f746.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi
index 1479e3eb05fa..f48d06a80d1d 100644
--- a/arch/arm/boot/dts/stm32f746.dtsi
+++ b/arch/arm/boot/dts/stm32f746.dtsi
@@ -297,7 +297,7 @@
interrupt-parent = <&exti>;
interrupts = <17 1>;
interrupt-names = "alarm";
- st,syscfg = <&pwrcfg>;
+ st,syscfg = <&pwrcfg 0x00 0x100>;
status = "disabled";
};