From: Marek Vasut Date: Sat, 11 Aug 2018 11:02:57 +0000 (+0200) Subject: ARM: dts: silk: Add DA9063 RTC and OnKey node X-Git-Tag: v5.4-rc1~2318^2~28^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d688a83aa6e33654d14d1d79e59a340ed4d08332;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index 6ea60e1..60e91eb 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -416,6 +416,14 @@ interrupts = <31 IRQ_TYPE_LEVEL_LOW>; interrupt-controller; + onkey { + compatible = "dlg,da9063-onkey"; + }; + + rtc { + compatible = "dlg,da9063-rtc"; + }; + wdt { compatible = "dlg,da9063-watchdog"; };