From: Andrej Picej Date: Fri, 28 Jan 2022 07:27:37 +0000 (+0100) Subject: ARM: dts: imx6qdl-phytec: add missing pmic MFD subdevices X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=daad593a0c9a2064ec61e0c28b6ddba0cee92455;p=linux.git ARM: dts: imx6qdl-phytec: add missing pmic MFD subdevices phyFLEX PMIC DA9063 has also RTC and watchdog support. Add both MFD subdevices so they can be used. Signed-off-by: Andrej Picej Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index f3236204cb5a..c6ec71f6f034 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -205,6 +205,14 @@ regulator-always-on; }; }; + + da9063_rtc: rtc { + compatible = "dlg,da9063-rtc"; + }; + + da9063_wdog: watchdog { + compatible = "dlg,da9063-watchdog"; + }; }; };