All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value
@ 2021-12-03 14:10 Geert Uytterhoeven
  2021-12-09  7:44 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-12-03 14:10 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren, Rob Herring
  Cc: linux-omap, devicetree, linux-kernel, Geert Uytterhoeven,
	Sebastian Reichel

The TI wlcore DT bindings specify using a single compatible value for
each variant, and the Linux kernel driver matches against the first
compatible value since commit 078b30da3f074f2e ("wlcore: add wl1285
compatible") in v4.13.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
v2:
  - Add Reviewed-by.
---
 arch/arm/boot/dts/motorola-mapphone-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/motorola-mapphone-common.dtsi b/arch/arm/boot/dts/motorola-mapphone-common.dtsi
index a4423ff0df39264b..c7a1f3ffc48ca58e 100644
--- a/arch/arm/boot/dts/motorola-mapphone-common.dtsi
+++ b/arch/arm/boot/dts/motorola-mapphone-common.dtsi
@@ -310,7 +310,7 @@ &mmc3 {
 	#address-cells = <1>;
 	#size-cells = <0>;
 	wlcore: wlcore@2 {
-		compatible = "ti,wl1285", "ti,wl1283";
+		compatible = "ti,wl1285";
 		reg = <2>;
 		/* gpio_100 with gpmc_wait2 pad as wakeirq */
 		interrupts-extended = <&gpio4 4 IRQ_TYPE_LEVEL_HIGH>,
-- 
2.25.1


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

* Re: [PATCH v2] ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value
  2021-12-03 14:10 [PATCH v2] ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value Geert Uytterhoeven
@ 2021-12-09  7:44 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2021-12-09  7:44 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Benoît Cousson, Rob Herring, linux-omap, devicetree,
	linux-kernel, Sebastian Reichel

* Geert Uytterhoeven <geert+renesas@glider.be> [211203 16:11]:
> The TI wlcore DT bindings specify using a single compatible value for
> each variant, and the Linux kernel driver matches against the first
> compatible value since commit 078b30da3f074f2e ("wlcore: add wl1285
> compatible") in v4.13.

Thanks applying into omap-for-v5.17/dt.

Tony

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

end of thread, other threads:[~2021-12-09  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 14:10 [PATCH v2] ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value Geert Uytterhoeven
2021-12-09  7:44 ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.