Commit 82678395 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

ARM: dts: renesas: Fix DA9063 watchdog subnode names



make dtbs_check:

    arch/arm/boot/dts/r8a7791-koelsch-single-memory-node.dtb: pmic@58: 'wdt' does not match any of the regexes: 'pinctrl-[0-9]+'
	    From schema: Documentation/devicetree/bindings/mfd/dlg,da9063.yaml
    ...

Change the watchdog child node names to match the DA9063 DT bindings and
the Generic Names Recommendation in the Devicetree Specification.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/1dafdce285f7d14bec9e2033ac87fb30135895db.1655818230.git.geert+renesas@glider.be
parent f48cb21a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ rtc {
				compatible = "dlg,da9063-rtc";
			};

			wdt {
			watchdog {
				compatible = "dlg,da9063-watchdog";
			};
		};
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ rtc {
			compatible = "dlg,da9063-rtc";
		};

		wdt {
		watchdog {
			compatible = "dlg,da9063-watchdog";
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -805,7 +805,7 @@ rtc {
			compatible = "dlg,da9063-rtc";
		};

		wdt {
		watchdog {
			compatible = "dlg,da9063-watchdog";
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ pmic@5a {
		interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
		interrupt-controller;

		wdt {
		watchdog {
			compatible = "dlg,da9063-watchdog";
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ rtc {
			compatible = "dlg,da9063-rtc";
		};

		wdt {
		watchdog {
			compatible = "dlg,da9063-watchdog";
		};
	};
Loading