From 0ea7234e7642a404115908c4688a050cb6cc2503 Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Tue, 3 May 2022 18:20:36 +0200 Subject: [PATCH] dt-bindings: remoteproc: Fix error and warning Fix error and warning reported by dt_binding_check. Signed-off-by: Arnaud Pouliquen Change-Id: Ib888badf63d3d219b5fa5cf537daa4ea1e3ef8ce Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/253639 Reviewed-by: CITOOLS Reviewed-by: Eric FOURMONT Tested-by: Eric FOURMONT --- .../devicetree/bindings/remoteproc/st,stm32-rproc.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml index 9c45b7e682efb0..93c27e3ecd852a 100644 --- a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml +++ b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml @@ -31,7 +31,6 @@ properties: items: - const: mcu_rst - const: hold_boot - maxItems: 2 interrupts: description: Should contain the WWDG1 watchdog reset interrupt @@ -122,8 +121,8 @@ examples: reg = <0x10000000 0x40000>, <0x30000000 0x40000>, <0x38000000 0x10000>; - resets = <&scmi_reset RST_SCMI0_MCU>, - <&scmi_reset RST_SCMI0_MCU_HOLD_BOOT>; + resets = <&scmi_reset RST_SCMI_MCU>, + <&scmi_reset RST_SCMI_MCU_HOLD_BOOT>; reset-names = "mcu_rst", "hold_boot"; st,syscfg-holdboot = <&rcc 0x10C 0x1>; st,syscfg-rsc-tbl = <&tamp 0x144 0xFFFFFFFF>;