Skip to content

Commit

Permalink
dt-bindings: remoteproc: Fix error and warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
arnopo authored and fourmone committed May 24, 2022
1 parent da2ce7f commit 0ea7234
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ properties:
items:
- const: mcu_rst
- const: hold_boot
maxItems: 2

interrupts:
description: Should contain the WWDG1 watchdog reset interrupt
Expand Down Expand Up @@ -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>;
Expand Down

0 comments on commit 0ea7234

Please sign in to comment.