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

ARM: dts: silk: Add DA9063 RTC and OnKey node

Add DA9063 RTC and OnKey subnode to DA9063 PMIC node on Silk.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Marek Vasut and committed by
Simon Horman
d688a83a 938fbd1a

+8
+8
arch/arm/boot/dts/r8a7794-silk.dts
··· 416 416 interrupts = <31 IRQ_TYPE_LEVEL_LOW>; 417 417 interrupt-controller; 418 418 419 + onkey { 420 + compatible = "dlg,da9063-onkey"; 421 + }; 422 + 423 + rtc { 424 + compatible = "dlg,da9063-rtc"; 425 + }; 426 + 419 427 wdt { 420 428 compatible = "dlg,da9063-watchdog"; 421 429 };