Skip to content

Commit 0ea7234

Browse files
arnopofourmone
authored andcommitted
dt-bindings: remoteproc: Fix error and warning
Fix error and warning reported by dt_binding_check. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Change-Id: Ib888badf63d3d219b5fa5cf537daa4ea1e3ef8ce Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/253639 Reviewed-by: CITOOLS <MDG-smet-aci-reviews@list.st.com> Reviewed-by: Eric FOURMONT <eric.fourmont-ext@st.com> Tested-by: Eric FOURMONT <eric.fourmont-ext@st.com>
1 parent da2ce7f commit 0ea7234

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ properties:
3131
items:
3232
- const: mcu_rst
3333
- const: hold_boot
34-
maxItems: 2
3534

3635
interrupts:
3736
description: Should contain the WWDG1 watchdog reset interrupt
@@ -122,8 +121,8 @@ examples:
122121
reg = <0x10000000 0x40000>,
123122
<0x30000000 0x40000>,
124123
<0x38000000 0x10000>;
125-
resets = <&scmi_reset RST_SCMI0_MCU>,
126-
<&scmi_reset RST_SCMI0_MCU_HOLD_BOOT>;
124+
resets = <&scmi_reset RST_SCMI_MCU>,
125+
<&scmi_reset RST_SCMI_MCU_HOLD_BOOT>;
127126
reset-names = "mcu_rst", "hold_boot";
128127
st,syscfg-holdboot = <&rcc 0x10C 0x1>;
129128
st,syscfg-rsc-tbl = <&tamp 0x144 0xFFFFFFFF>;

0 commit comments

Comments
 (0)