From: Gregory CLEMENT Date: Mon, 23 Jun 2014 14:16:51 +0000 (+0200) Subject: ARM: mvebu: Fix the improper use of the compatible string armada38x using a wildcard X-Git-Tag: omap-for-v3.16/fixes-rc4~55^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dbdb8e704db34085f5978c335c10256b0fb9629;p=pandora-kernel.git ARM: mvebu: Fix the improper use of the compatible string armada38x using a wildcard Wildcards in compatible strings should be avoid. "marvell,armada38x" was recently introduced but was not yet used. The armada 385 SoC is a superset of the armada 380 SoC (with more CPUs and more PCIe slots). So this patch replaces the use of "marvell,armada38x" by the "marvell,armada380" string. Signed-off-by: Gregory CLEMENT Link: https://lkml.kernel.org/r/1403533011-21339-1-git-send-email-gregory.clement@free-electrons.com Acked-by: Andrew Lunn Cc: # v3.15+ Signed-off-by: Jason Cooper --- Reading git-diff-tree failed