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

Commit b5bc9ce3 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: a83t: Move mmc1 pinctrl setting to dtsi file



mmc1 only has 1 possible pinmux setting.

Move any settings to the dtsi file and set it by default.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent f9573c09
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -115,8 +115,6 @@
&mmc1 {
&mmc1 {
	mmc-pwrseq = <&wifi_pwrseq>;
	mmc-pwrseq = <&wifi_pwrseq>;
	bus-width = <4>;
	bus-width = <4>;
	pinctrl-names = "default";
	pinctrl-0 = <&mmc1_pins>;
	vmmc-supply = <&reg_vcc3v3>;
	vmmc-supply = <&reg_vcc3v3>;
	vqmmc-supply = <&reg_vcc3v3>;
	vqmmc-supply = <&reg_vcc3v3>;
	non-removable;
	non-removable;
+2 −0
Original line number Original line Diff line number Diff line
@@ -212,6 +212,8 @@
			resets = <&ccu RST_BUS_MMC1>;
			resets = <&ccu RST_BUS_MMC1>;
			reset-names = "ahb";
			reset-names = "ahb";
			interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
			pinctrl-names = "default";
			pinctrl-0 = <&mmc1_pins>;
			status = "disabled";
			status = "disabled";
			#address-cells = <1>;
			#address-cells = <1>;
			#size-cells = <0>;
			#size-cells = <0>;