Commit d04bb165 authored by Marek Vasut's avatar Marek Vasut Committed by Frank Li
Browse files

ARM: dts: imx6ull-dhcor: Handle both 1DX and 1YN WiFi on i.MX6ULL DHCOR



The muRata 1DX WiFi/BT chip is mounted on the DHCOM i.MX6ULL. This chip
has been discontinued and replaced by the muRata 1YN chip. The new chip
is a drop-in replacement of the old chip. To support both chips for the
i.MX6ULL DHCOR, drop the more specific compatible string and let the
driver auto-detect the chip type. Currently, there are no known quirks
that would apply only to one or the other chip.

Signed-off-by: default avatarMarek Vasut <marex@nabladev.com>
Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
parent 53b36dc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ &uart2 {
	 * the speed can be increased accordingly.
	 */
	bluetooth: bluetooth {
		compatible = "brcm,bcm43430a1-bt"; /* muRata 1DX */
		compatible = "brcm,bcm4329-bt"; /* muRata 1DX or 1YN */
		max-speed = <3000000>;
		vbat-supply = <&vcc_3v3>;
		vddio-supply = <&vcc_3v3>;
@@ -222,7 +222,7 @@ &usdhc1 {
	status = "okay";

	brcmf: wifi@1 {
		compatible = "brcm,bcm43430a1-fmac", "brcm,bcm4329-fmac"; /* muRata 1DX */
		compatible = "brcm,bcm4329-fmac"; /* muRata 1DX or 1YN */
		reg = <1>;
	};
};