ARM: dts: omap4-droid4: Fix WLAN compatible
authorSebastian Reichel <sebastian.reichel@collabora.co.uk>
Thu, 8 Jun 2017 21:16:08 +0000 (23:16 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 12 Jun 2017 07:29:47 +0000 (00:29 -0700)
Motorola Droid 4 uses a WL1285C, so use proper compatible value.
To avoid regressions while support for the new compatible value
is added to the Linux kernel, the old compatible value is preserved
as fallback.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4-droid4-xt894.dts

index 935af4e..10ca1c1 100644 (file)
        #address-cells = <1>;
        #size-cells = <0>;
        wlcore: wlcore@2 {
-               compatible = "ti,wl1283";
+               compatible = "ti,wl1285", "ti,wl1283";
                reg = <2>;
                interrupt-parent = <&gpio4>;
                interrupts = <4 IRQ_TYPE_LEVEL_HIGH>; /* gpio100 */