linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap4-droid4: Fix WLAN compatible
@ 2017-06-08 21:16 Sebastian Reichel
  2017-06-12  7:30 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Reichel @ 2017-06-08 21:16 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, linux-omap, linux-kernel; +Cc: Sebastian Reichel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: omap4-droid4: Fix WLAN compatible
  2017-06-08 21:16 [PATCH] ARM: dts: omap4-droid4: Fix WLAN compatible Sebastian Reichel
@ 2017-06-12  7:30 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2017-06-12  7:30 UTC (permalink / raw)
  To: Sebastian Reichel; +Cc: Rob Herring, linux-omap, linux-kernel

* Sebastian Reichel <sebastian.reichel@collabora.co.uk> [170608 14:19]:
> 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.

OK great, applying into omap-for-v4.13/dt thanks.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-12  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-08 21:16 [PATCH] ARM: dts: omap4-droid4: Fix WLAN compatible Sebastian Reichel
2017-06-12  7:30 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).