Commit 93870e41 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun8i: v3s: Provide default muxing for relevant controllers

The MMC0 controllers have only one muxing option in the SoC. In such a
case, we can just move the muxing into the DTSI, and remove it from
the DTS.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 438a44ce
...@@ -78,8 +78,6 @@ red_led { ...@@ -78,8 +78,6 @@ red_led {
}; };
&mmc0 { &mmc0 {
pinctrl-0 = <&mmc0_pins>;
pinctrl-names = "default";
broken-cd; broken-cd;
bus-width = <4>; bus-width = <4>;
vmmc-supply = <&reg_vcc3v3>; vmmc-supply = <&reg_vcc3v3>;
......
...@@ -192,6 +192,8 @@ mmc0: mmc@1c0f000 { ...@@ -192,6 +192,8 @@ mmc0: mmc@1c0f000 {
resets = <&ccu RST_BUS_MMC0>; resets = <&ccu RST_BUS_MMC0>;
reset-names = "ahb"; reset-names = "ahb";
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins>;
status = "disabled"; status = "disabled";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment