Set the pins to the required mode via the pinmux driver. It allows to get rid of the pinmux related code in the sd card driver. Signed-off-by: Mathias Kresin <[email protected]>
@@ -60,9 +60,6 @@
&sdhci {
status = "okay";
-
- pinctrl-names = "default";
- pinctrl-0 = <&sdhci_pins>;
};
&spi0 {
@@ -70,9 +70,6 @@
@@ -75,9 +75,6 @@
@@ -106,8 +106,6 @@
@@ -56,9 +56,6 @@
@@ -96,8 +96,6 @@
&pcie {
@@ -417,6 +417,13 @@
ralink,function = "pa";
+
+ sdhci_pins: sdhci {
+ sdhci {
+ ralink,group = "nd_sd";
+ ralink,function = "sd";
+ };
rstctrl: rstctrl {
@@ -496,6 +503,9 @@
interrupt-parent = <&intc>;
interrupts = <14>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&sdhci_pins>;
status = "disabled";
@@ -341,6 +341,9 @@
interrupt-parent = <&gic>;
interrupts = <GIC_SHARED 20 IRQ_TYPE_LEVEL_HIGH>;
xhci: xhci@1E1C0000 {