I am just debuging a broadcom wifi-bt module, ref your link, my usdhc node is:
&usdhc1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc1_1>;
bus-width = <4>;
non-removable;
vmmc-supply = <&wlreg_on>;
vqmmc-1-8-v;
keep-power-in-suspend;
status = "okay";
};
when linux bootup, I see:
mmc0: no vqmmc regulator found
when I load the module driver, I see following twice:
sdhci-esdhc-imx 2190000.usdhc: could not set regulator OCR (-22)