Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1661698
| From | Sebastian Reichel <sebastian.reichel@collabora.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: dts: omap4-droid4: Fix WLAN compatible |
| Date | 2017-06-08 23:20 +0200 |
| Message-ID | <tQd0u-11f-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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>
---
Hi,
The patch adding ti,wl1285 support to wlcore has been send separately.
Due to the fallback compatible value there is no dependency between
the patches.
-- Sebastian
---
arch/arm/boot/dts/omap4-droid4-xt894.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/omap4-droid4-xt894.dts b/arch/arm/boot/dts/omap4-droid4-xt894.dts
index 13f8d8640208..caf320ea5b4f 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 */
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: omap4-droid4: Fix WLAN compatible Sebastian Reichel <sebastian.reichel@collabora.co.uk> - 2017-06-08 23:20 +0200 Re: [PATCH] ARM: dts: omap4-droid4: Fix WLAN compatible Tony Lindgren <tony@atomide.com> - 2017-06-12 09:40 +0200
csiph-web