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.

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: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/1dafdce285f7d14bec9e2033ac87fb30135895db.1655818230.git.geert+renesas@glider.be

+8 -8
+1 -1
arch/arm/boot/dts/r8a7790-lager.dts
··· 442 442 compatible = "dlg,da9063-rtc"; 443 443 }; 444 444 445 - wdt { 445 + watchdog { 446 446 compatible = "dlg,da9063-watchdog"; 447 447 }; 448 448 };
+1 -1
arch/arm/boot/dts/r8a7790-stout.dts
··· 341 341 compatible = "dlg,da9063-rtc"; 342 342 }; 343 343 344 - wdt { 344 + watchdog { 345 345 compatible = "dlg,da9063-watchdog"; 346 346 }; 347 347 };
+1 -1
arch/arm/boot/dts/r8a7791-koelsch.dts
··· 805 805 compatible = "dlg,da9063-rtc"; 806 806 }; 807 807 808 - wdt { 808 + watchdog { 809 809 compatible = "dlg,da9063-watchdog"; 810 810 }; 811 811 };
+1 -1
arch/arm/boot/dts/r8a7791-porter.dts
··· 390 390 interrupts = <2 IRQ_TYPE_LEVEL_LOW>; 391 391 interrupt-controller; 392 392 393 - wdt { 393 + watchdog { 394 394 compatible = "dlg,da9063-watchdog"; 395 395 }; 396 396 };
+1 -1
arch/arm/boot/dts/r8a7792-blanche.dts
··· 335 335 compatible = "dlg,da9063-rtc"; 336 336 }; 337 337 338 - wdt { 338 + watchdog { 339 339 compatible = "dlg,da9063-watchdog"; 340 340 }; 341 341 };
+1 -1
arch/arm/boot/dts/r8a7793-gose.dts
··· 740 740 compatible = "dlg,da9063-rtc"; 741 741 }; 742 742 743 - wdt { 743 + watchdog { 744 744 compatible = "dlg,da9063-watchdog"; 745 745 }; 746 746 };
+1 -1
arch/arm/boot/dts/r8a7794-alt.dts
··· 463 463 compatible = "dlg,da9063-rtc"; 464 464 }; 465 465 466 - wdt { 466 + watchdog { 467 467 compatible = "dlg,da9063-watchdog"; 468 468 }; 469 469 };
+1 -1
arch/arm/boot/dts/r8a7794-silk.dts
··· 433 433 compatible = "dlg,da9063-rtc"; 434 434 }; 435 435 436 - wdt { 436 + watchdog { 437 437 compatible = "dlg,da9063-watchdog"; 438 438 }; 439 439 };