hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts
....@@ -1,12 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru>
3
- *
4
- * The code contained herein is licensed under the GNU General Public
5
- * License. You may obtain a copy of the GNU General Public License
6
- * Version 2 or later at the following locations:
7
- *
8
- * http://www.opensource.org/licenses/gpl-license.html
9
- * http://www.gnu.org/copyleft/gpl.html
104 */
115
126 #include "imx51-digi-connectcore-som.dtsi"
....@@ -21,12 +15,28 @@
2115 };
2216 };
2317
18
+&esdhc1 {
19
+ status = "okay";
20
+};
21
+
2422 &owire {
2523 pinctrl-names = "default";
2624 pinctrl-0 = <&pinctrl_owire>;
2725 status = "okay";
2826 };
2927
28
+&pmic {
29
+ fsl,mc13xxx-uses-rtc;
30
+
31
+ regulators {
32
+ vcoincell_reg: vcoincell {
33
+ regulator-min-microvolt = <3000000>;
34
+ regulator-max-microvolt = <3000000>;
35
+ regulator-always-on;
36
+ };
37
+ };
38
+};
39
+
3040 &uart1 {
3141 pinctrl-names = "default";
3242 pinctrl-0 = <&pinctrl_uart1>;