Skip to content

Commit

Permalink
ARM: dts: omap3-gat04: Fix wifi handling
Browse files Browse the repository at this point in the history
Without that change wifi card isn't probed because pwrseq is necessary for
libertas chip.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
H. Nikolaus Schaller authored and Tony Lindgren committed Jun 10, 2016
1 parent e14927e commit c2df98c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions arch/arm/boot/dts/omap3-gta04.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@
};
};
};

wifi_pwrseq: wifi_pwrseq {
compatible = "mmc-pwrseq-simple";
reset-gpios = <&tca6507 0 GPIO_ACTIVE_LOW>; /* W2CBW003 reset through tca6507 */
};
};

&omap3_pmx_core {
Expand Down Expand Up @@ -354,8 +359,8 @@
interrupts = <24 IRQ_TYPE_EDGE_FALLING>; /* GPIO_56 */
};

/* leds */
tca6507@45 {
/* leds + gpios */
tca6507: tca6507@45 {
compatible = "ti,tca6507";
#address-cells = <1>;
#size-cells = <0>;
Expand Down Expand Up @@ -446,6 +451,7 @@
bus-width = <4>;
ti,non-removable;
cap-power-off-card;
mmc-pwrseq = <&wifi_pwrseq>;
};

&mmc3 {
Expand Down

0 comments on commit c2df98c

Please sign in to comment.