Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mfd: dlg,da9063: Update watchdog child node

Update watchdog child node by referring to dlg,da9062-watchdog binding
file and drop its definition from this file.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240131102656.3379-3-biju.das.jz@bp.renesas.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Biju Das and committed by
Lee Jones
19c993f2 12f0a4cc

+3 -15
+3 -15
Documentation/devicetree/bindings/mfd/dlg,da9063.yaml
··· 35 35 "#interrupt-cells": 36 36 const: 2 37 37 38 - dlg,use-sw-pm: 39 - type: boolean 40 - description: 41 - Disable the watchdog during suspend. 42 - Only use this option if you can't use the watchdog automatic suspend 43 - function during a suspend (see register CONTROL_B). 44 - 45 - watchdog: 46 - type: object 47 - $ref: /schemas/watchdog/watchdog.yaml# 48 - unevaluatedProperties: false 49 - properties: 50 - compatible: 51 - const: dlg,da9063-watchdog 52 - 53 38 rtc: 54 39 type: object 55 40 $ref: /schemas/rtc/rtc.yaml# ··· 66 81 "^(ldo([1-9]|1[01])|bcore([1-2]|s-merged)|b(pro|mem|io|peri)|bmem-bio-merged)$": 67 82 $ref: /schemas/regulator/regulator.yaml 68 83 unevaluatedProperties: false 84 + 85 + watchdog: 86 + $ref: /schemas/watchdog/dlg,da9062-watchdog.yaml 69 87 70 88 required: 71 89 - compatible