ramips: add Sanlinking Technologies D240 pinmux quirk
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / D240.dts
index 613a20f99530add0d5d8c9ac46ec1001ea19427c..576f3caf30fcd3124ad73ec70ed48cc8e9b1c679 100644 (file)
        model = "Sanlinking Technologies D240";
 
        aliases {
-               led-status = &led_power;
+               led-boot = &led_power;
+               led-failsafe = &led_power;
+               led-running = &led_power;
+               led-upgrade = &led_power;
        };
 
        chosen {
@@ -78,6 +81,8 @@
                usb {
                        label = "d240:blue:usb";
                        gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
+                       trigger-sources = <&ohci_port1>, <&ehci_port1>;
+                       linux,default-trigger = "usbport";
                };
 
                air {
 
 &sdhci {
        status = "okay";
+       /* the pins function is already set during pinmux driver load */
+       /delete-property/ pinctrl-0;
 };
 
 &ehci {
                        ralink,group = "i2c", "uartf", "wled", "spi refclk", "pa";
                        ralink,function = "gpio";
                };
+
+               /*
+                * The sd function of the nd_sd group configures two of the
+                * groups pins as gpios. The pins are used as PCIe reset/power.
+                * Due to the driver load order, the pins are configured way to
+                * late if triggered by the sd-card driver.
+                * To not introduce another kind of driver load order
+                * dependency and configure the pins as early as possible,
+                * means during pinmux driver load.
+                */
+               gpio_sd {
+                       ralink,group = "nd_sd";
+                       ralink,function = "sd";
+               };
        };
 };