Commit c2df98c0 authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller Committed by Tony Lindgren

ARM: dts: omap3-gat04: Fix wifi handling

Without that change wifi card isn't probed because pwrseq is necessary for
libertas chip.
Signed-off-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e14927e2
...@@ -155,6 +155,11 @@ opa_out: endpoint@0 { ...@@ -155,6 +155,11 @@ opa_out: endpoint@0 {
}; };
}; };
}; };
wifi_pwrseq: wifi_pwrseq {
compatible = "mmc-pwrseq-simple";
reset-gpios = <&tca6507 0 GPIO_ACTIVE_LOW>; /* W2CBW003 reset through tca6507 */
};
}; };
&omap3_pmx_core { &omap3_pmx_core {
...@@ -354,8 +359,8 @@ itg3200@68 { ...@@ -354,8 +359,8 @@ itg3200@68 {
interrupts = <24 IRQ_TYPE_EDGE_FALLING>; /* GPIO_56 */ interrupts = <24 IRQ_TYPE_EDGE_FALLING>; /* GPIO_56 */
}; };
/* leds */ /* leds + gpios */
tca6507@45 { tca6507: tca6507@45 {
compatible = "ti,tca6507"; compatible = "ti,tca6507";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -446,6 +451,7 @@ &mmc2 { ...@@ -446,6 +451,7 @@ &mmc2 {
bus-width = <4>; bus-width = <4>;
ti,non-removable; ti,non-removable;
cap-power-off-card; cap-power-off-card;
mmc-pwrseq = <&wifi_pwrseq>;
}; };
&mmc3 { &mmc3 {
......
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