]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6ull-dhcor: Handle both 1DX and 1YN WiFi on i.MX6ULL DHCOR
authorMarek Vasut <marex@nabladev.com>
Mon, 9 Feb 2026 17:07:04 +0000 (18:07 +0100)
committerFrank Li <Frank.Li@nxp.com>
Mon, 6 Apr 2026 01:35:07 +0000 (21:35 -0400)
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: Marek Vasut <marex@nabladev.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi

index 75486e1b0c15f53ff10449603f15f128c775a8b6..a0adcd3fe1229f8e8af9057b2188f47eb1dc0000 100644 (file)
         * 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>;
        status = "okay";
 
        brcmf: wifi@1 {
-               compatible = "brcm,bcm43430a1-fmac", "brcm,bcm4329-fmac"; /* muRata 1DX */
+               compatible = "brcm,bcm4329-fmac"; /* muRata 1DX or 1YN */
                reg = <1>;
        };
 };