diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-06-08 23:16:08 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-12 00:29:47 -0700 |
commit | d809f2cca354d88ccc19aad1ecbe54704448615e (patch) | |
tree | 33ea7adee7c78492a62a6a8ea5e139db1373e07e /arch/arm/boot/dts/omap4-droid4-xt894.dts | |
parent | 6f0b0c03fb97596ca313435df8e5d3fc52e8d00c (diff) | |
download | blackbird-obmc-linux-d809f2cca354d88ccc19aad1ecbe54704448615e.tar.gz blackbird-obmc-linux-d809f2cca354d88ccc19aad1ecbe54704448615e.zip |
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 <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-droid4-xt894.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-droid4-xt894.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-droid4-xt894.dts b/arch/arm/boot/dts/omap4-droid4-xt894.dts index 935af4e8b33c..10ca1c174995 100644 --- a/arch/arm/boot/dts/omap4-droid4-xt894.dts +++ b/arch/arm/boot/dts/omap4-droid4-xt894.dts @@ -301,7 +301,7 @@ #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 */ |