OSDN Git Service

ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 3 Dec 2021 14:10:43 +0000 (15:10 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 9 Dec 2021 08:06:42 +0000 (10:06 +0200)
The TI wlcore DT bindings specify using a single compatible value for
each variant, and the Linux kernel driver matches against the first
compatible value since commit 078b30da3f074f2e ("wlcore: add wl1285
compatible") in v4.13.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/motorola-mapphone-common.dtsi

index a4423ff..c7a1f3f 100644 (file)
        #address-cells = <1>;
        #size-cells = <0>;
        wlcore: wlcore@2 {
-               compatible = "ti,wl1285", "ti,wl1283";
+               compatible = "ti,wl1285";
                reg = <2>;
                /* gpio_100 with gpmc_wait2 pad as wakeirq */
                interrupts-extended = <&gpio4 4 IRQ_TYPE_LEVEL_HIGH>,