Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value

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>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Geert Uytterhoeven and committed by
Tony Lindgren
7ebe6e99 6fde719b

+1 -1
+1 -1
arch/arm/boot/dts/motorola-mapphone-common.dtsi
··· 310 310 #address-cells = <1>; 311 311 #size-cells = <0>; 312 312 wlcore: wlcore@2 { 313 - compatible = "ti,wl1285", "ti,wl1283"; 313 + compatible = "ti,wl1285"; 314 314 reg = <2>; 315 315 /* gpio_100 with gpmc_wait2 pad as wakeirq */ 316 316 interrupts-extended = <&gpio4 4 IRQ_TYPE_LEVEL_HIGH>,