diff mbox series

[1/2] ARM: dts: imx6: phyFLEX: add missing pmic mfd subdevices

Message ID 20211123121833.2439901-1-andrej.picej@norik.com (mailing list archive)
State New, archived
Headers show
Series [1/2] ARM: dts: imx6: phyFLEX: add missing pmic mfd subdevices | expand

Commit Message

Andrej Picej Nov. 23, 2021, 12:18 p.m. UTC
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>
---
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
index f3236204cb5a..2ec154756bbc 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
@@ -205,6 +205,14 @@  vdd_mx6_high_reg: ldo11 {
 				regulator-always-on;
 			};
 		};
+
+		pmic_rtc: rtc {
+			compatible = "dlg,da9063-rtc";
+		};
+
+		da9063_wdog: wdt {
+			compatible = "dlg,da9063-watchdog";
+		};
 	};
 };