diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2018-08-11 07:25:10 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-08-27 09:02:13 -0400 |
commit | 180814bb9cd217e7cefc76f817c6f316dcd1e195 (patch) | |
tree | 78184c152d0d37baca0e5e69cc3e6cd756a0f2fb | |
parent | d688a83aa6e33654d14d1d79e59a340ed4d08332 (diff) |
ARM: dts: stout: Add DA9063 OnKey node
Add DA9063 OnKey subnode to DA9063 PMIC node on Stout.
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/r8a7790-stout.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-stout.dts b/arch/arm/boot/dts/r8a7790-stout.dts index a13a92c26645..629da4cee1b9 100644 --- a/arch/arm/boot/dts/r8a7790-stout.dts +++ b/arch/arm/boot/dts/r8a7790-stout.dts | |||
@@ -318,6 +318,10 @@ | |||
318 | interrupts = <2 IRQ_TYPE_LEVEL_LOW>; | 318 | interrupts = <2 IRQ_TYPE_LEVEL_LOW>; |
319 | interrupt-controller; | 319 | interrupt-controller; |
320 | 320 | ||
321 | onkey { | ||
322 | compatible = "dlg,da9063-onkey"; | ||
323 | }; | ||
324 | |||
321 | rtc { | 325 | rtc { |
322 | compatible = "dlg,da9063-rtc"; | 326 | compatible = "dlg,da9063-rtc"; |
323 | }; | 327 | }; |