Skip to content

Commit d809f2c

Browse files
sretmlind
authored andcommitted
ARM: dts: omap4-droid4: Fix WLAN compatible
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 <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 6f0b0c0 commit d809f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/omap4-droid4-xt894.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
#address-cells = <1>;
302302
#size-cells = <0>;
303303
wlcore: wlcore@2 {
304-
compatible = "ti,wl1283";
304+
compatible = "ti,wl1285", "ti,wl1283";
305305
reg = <2>;
306306
interrupt-parent = <&gpio4>;
307307
interrupts = <4 IRQ_TYPE_LEVEL_HIGH>; /* gpio100 */

0 commit comments

Comments
 (0)