]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx6qdl-phytec: add missing pmic MFD subdevices
authorAndrej Picej <andrej.picej@norik.com>
Fri, 28 Jan 2022 07:27:37 +0000 (08:27 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Feb 2022 04:42:48 +0000 (12:42 +0800)
phyFLEX PMIC DA9063 has also RTC and watchdog support. Add both
MFD subdevices so they can be used.

Signed-off-by: Andrej Picej <andrej.picej@norik.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi

index f3236204cb5a9f669f7f393c3e0f52bf947d4b0e..c6ec71f6f03432a71281a4e02169a59a71ea5d36 100644 (file)
                                regulator-always-on;
                        };
                };
+
+               da9063_rtc: rtc {
+                       compatible = "dlg,da9063-rtc";
+               };
+
+               da9063_wdog: watchdog {
+                       compatible = "dlg,da9063-watchdog";
+               };
        };
 };