diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2018-08-11 07:02:57 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-08-27 09:02:13 -0400 |
commit | d688a83aa6e33654d14d1d79e59a340ed4d08332 (patch) | |
tree | 5c6dfc0e010ee95acaec5bc83eeaa11fd1522921 | |
parent | 938fbd1ae2aca6e0547411687f0cc32d18427eae (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/r8a7794-silk.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index 6ea60e1faf75..60e91ebfa65d 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts | |||
@@ -416,6 +416,14 @@ | |||
416 | interrupts = <31 IRQ_TYPE_LEVEL_LOW>; | 416 | interrupts = <31 IRQ_TYPE_LEVEL_LOW>; |
417 | interrupt-controller; | 417 | interrupt-controller; |
418 | 418 | ||
419 | onkey { | ||
420 | compatible = "dlg,da9063-onkey"; | ||
421 | }; | ||
422 | |||
423 | rtc { | ||
424 | compatible = "dlg,da9063-rtc"; | ||
425 | }; | ||
426 | |||
419 | wdt { | 427 | wdt { |
420 | compatible = "dlg,da9063-watchdog"; | 428 | compatible = "dlg,da9063-watchdog"; |
421 | }; | 429 | }; |