Skip to content
Snippets Groups Projects
Commit fcc6c10c authored by Yann Gautier's avatar Yann Gautier Committed by Sebastien Pasdeloup
Browse files

stm32mp1: rename st,csi_cal-input to st,csi-cal-input


Avoid mixing dash and underscore.

Change-Id: I7f8b6c5397d789c3cb2fdbae50205610c5595af7
Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
parent 921d42ab
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ int stm32_timer_init(void) ...@@ -287,7 +287,7 @@ int stm32_timer_init(void)
} }
} }
cuint = fdt_getprop(fdt, node, "st,csi_cal-input", cuint = fdt_getprop(fdt, node, "st,csi-cal-input",
NULL); NULL);
if (cuint != NULL) { if (cuint != NULL) {
timer = &stm32_timer[CSI_CAL]; timer = &stm32_timer[CSI_CAL];
......
...@@ -373,7 +373,7 @@ ...@@ -373,7 +373,7 @@
&timers15 { &timers15 {
secure-status = "okay"; secure-status = "okay";
st,hsi-cal-input = <7>; st,hsi-cal-input = <7>;
st,csi_cal-input = <8>; st,csi-cal-input = <8>;
}; };
/* Low-power states of regulators */ /* Low-power states of regulators */
......
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
&timers15 { &timers15 {
secure-status = "okay"; secure-status = "okay";
st,hsi-cal-input = <7>; st,hsi-cal-input = <7>;
st,csi_cal-input = <8>; st,csi-cal-input = <8>;
}; };
&uart4 { &uart4 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment