projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
938fbd1
)
ARM: dts: silk: Add DA9063 RTC and OnKey node
author
Marek Vasut
<marek.vasut@gmail.com>
Sat, 11 Aug 2018 11:02:57 +0000
(13:02 +0200)
committer
Simon Horman
<horms+renesas@verge.net.au>
Mon, 27 Aug 2018 13:02:13 +0000
(15:02 +0200)
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>
arch/arm/boot/dts/r8a7794-silk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7794-silk.dts
b/arch/arm/boot/dts/r8a7794-silk.dts
index
6ea60e1
..
60e91eb
100644
(file)
--- 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";
};