projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb7df6
)
ARM: dts: imx6qdl-phytec: add missing pmic MFD subdevices
author
Andrej Picej
<andrej.picej@norik.com>
Fri, 28 Jan 2022 07:27:37 +0000
(08:27 +0100)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
index f3236204cb5a9f669f7f393c3e0f52bf947d4b0e..c6ec71f6f03432a71281a4e02169a59a71ea5d36 100644
(file)
--- 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";
+ };
};
};