Commit daad593a authored by Andrej Picej's avatar Andrej Picej Committed by Shawn Guo
Browse files

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: default avatarAndrej Picej <andrej.picej@norik.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4cb7df64
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -205,6 +205,14 @@ vdd_mx6_high_reg: ldo11 {
				regulator-always-on;
			};
		};

		da9063_rtc: rtc {
			compatible = "dlg,da9063-rtc";
		};

		da9063_wdog: watchdog {
			compatible = "dlg,da9063-watchdog";
		};
	};
};