summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Picej <andrej.picej@norik.com>2022-01-28 08:27:37 +0100
committerShawn Guo <shawnguo@kernel.org>2022-02-11 05:42:48 +0100
commitdaad593a0c9a2064ec61e0c28b6ddba0cee92455 (patch)
tree6cce2b366f0fa55517c24e41398f68fc353153f6
parentARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk (diff)
downloadlinux-daad593a0c9a2064ec61e0c28b6ddba0cee92455.tar.xz
linux-daad593a0c9a2064ec61e0c28b6ddba0cee92455.zip
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 <andrej.picej@norik.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi8
1 files changed, 8 insertions, 0 deletions
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";
+ };
};
};