projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3306657
)
ARM: dts: stm32: update rtc st,syscfg property on stm32f746
author
Amelie Delaunay
<amelie.delaunay@st.com>
Wed, 9 May 2018 15:18:00 +0000
(17:18 +0200)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Mon, 25 Jun 2018 10:02:08 +0000
(12:02 +0200)
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>
arch/arm/boot/dts/stm32f746.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32f746.dtsi
b/arch/arm/boot/dts/stm32f746.dtsi
index 1479e3eb05fa455d88dbbbc2c25dc6cc1961ea10..f48d06a80d1d67e09cb2e0ba2a9873583df28947 100644
(file)
--- 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";
};