summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2018-12-23 09:03:40 +0300
committerShawn Guo <shawnguo@kernel.org>2019-01-12 11:05:30 +0800
commit1fded78a67cb4fb371be02195369f1552a51c6ea (patch)
treeeb84ecc7fdcf31f4bcad4d75205fae02d142c9aa /arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts
parente0b22fa041a6d5aad20650fe284e4b96cd32d05c (diff)
ARM: dts: i.MX51: digi-connectcore: Move RTC from SOM to JSK
In fact, the RTC battery can only be connected outside the module, so this patch moves the PMIC RTC property and its power from SOM dts to JSK. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts')
-rw-r--r--arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts b/arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts
index 2967a748d859..a5010e9e343b 100644
--- a/arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts
+++ b/arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts
@@ -27,6 +27,18 @@
status = "okay";
};
+&pmic {
+ fsl,mc13xxx-uses-rtc;
+
+ regulators {
+ vcoincell_reg: vcoincell {
+ regulator-min-microvolt = <3000000>;
+ regulator-max-microvolt = <3000000>;
+ regulator-always-on;
+ };
+ };
+};
+
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;