1
0
Fork 0

Adjust devicetree slightly according to Cypress driver

ap6256_fix_clean_1.6.0.6_adjusted_devicetree
Steinar Bakkemo 2019-01-17 16:05:33 +01:00
parent 7f82abb869
commit 92cfab50b2
1 changed files with 6 additions and 5 deletions

View File

@ -26,8 +26,8 @@
compatible = "mmc-pwrseq-simple";
reset-gpios = <&gpio3 30 GPIO_ACTIVE_LOW>,
<&gpio4 0 GPIO_ACTIVE_LOW>;
clocks = <&clks IMX6SL_CLK_OSC>;
clock-names = "ext_clock";
/*clocks = <&clks IMX6SL_CLK_OSC>;
clock-names = "ext_clock";*/
};
@ -766,14 +766,15 @@
no-1-8-v;
wifi-host;
keep-power-in-suspend;
pm-ignore-notify;
status = "okay";
brcmf: bcrmf@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
interrupt-parent = <&gpio4>;
interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "host-wake";
/*interrupt-parent = <&gpio4>;*/
/*interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;*/
/*interrupt-names = "host-wake";*/
/*resets = <&wifi_reset>;*/
};
};