After extensive testing it seems like the wireless chips used on the
TH1520 SoC - aic8800 and rtk connected to PCA9557 I/O expander are
connected so in an unstable way. There is a need to flip GPIO values
0->1 with some delay in order for the chips to start predictably.
Change-Id: Ib2d11139f51dbb37edc0b0aed3a61f459eed8c43
Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com>
label = "rfkill-sdio-wlan";
radio-type = "wlan";
shutdown-gpios = <&pcal6408ahk_c 4 GPIO_ACTIVE_HIGH>;
+ edge-triggered;
};
rfkill-sdio-bluetooth {
label = "rfkill-sdio-bluetooth";
radio-type = "bluetooth";
shutdown-gpios = <&pcal6408ahk_c 5 GPIO_ACTIVE_HIGH>;
+ edge-triggered;
};
};