Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 648162ac authored by Shawn Guo's avatar Shawn Guo
Browse files

ARM: dts: imx6q-arm2: add vmmc-supply for usdhc



Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 4619fce2
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -36,11 +36,13 @@
			usdhc@02198000 { /* uSDHC3 */
			usdhc@02198000 { /* uSDHC3 */
				cd-gpios = <&gpio6 11 0>;
				cd-gpios = <&gpio6 11 0>;
				wp-gpios = <&gpio6 14 0>;
				wp-gpios = <&gpio6 14 0>;
				vmmc-supply = <&reg_3p3v>;
				status = "okay";
				status = "okay";
			};
			};


			usdhc@0219c000 { /* uSDHC4 */
			usdhc@0219c000 { /* uSDHC4 */
				fsl,card-wired;
				fsl,card-wired;
				vmmc-supply = <&reg_3p3v>;
				status = "okay";
				status = "okay";
			};
			};


@@ -50,6 +52,18 @@
		};
		};
	};
	};


	regulators {
		compatible = "simple-bus";

		reg_3p3v: 3p3v {
			compatible = "regulator-fixed";
			regulator-name = "3P3V";
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			regulator-always-on;
		};
	};

	leds {
	leds {
		compatible = "gpio-leds";
		compatible = "gpio-leds";