]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mvebu: Fix the improper use of the compatible string armada38x using a wildcard
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 23 Jun 2014 14:16:51 +0000 (16:16 +0200)
committerJason Cooper <jason@lakedaemon.net>
Tue, 24 Jun 2014 11:33:24 +0000 (11:33 +0000)
commitb58d2b9eb8f56e00fdbcc7d76f30a346cbc39370
tree89c0fb09d02c7770058d7c7d05a019fe66df87e9
parent27ad6f09357e0e6056b8bc59c840ef4cc23c5112
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 <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1403533011-21339-1-git-send-email-gregory.clement@free-electrons.com
Acked-by: Andrew Lunn <andrew@lunn.ch>
Cc: <stable@vger.kernel.org> # v3.15+
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Documentation/devicetree/bindings/arm/armada-38x.txt
arch/arm/boot/dts/armada-380.dtsi
arch/arm/boot/dts/armada-385-db.dts
arch/arm/boot/dts/armada-385-rd.dts
arch/arm/boot/dts/armada-385.dtsi
arch/arm/boot/dts/armada-38x.dtsi