linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property
@ 2017-02-09 15:27 Ralph Sennhauser
  2017-02-09 15:51 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Ralph Sennhauser @ 2017-02-09 15:27 UTC (permalink / raw)
  To: linux-arm-kernel

The switch to the new DSA binding used "marvell,mv88e6095" for the
compatible property which doesn't exist, use "marvell,mv88e6085"
instead.

Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding")
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
---
 arch/arm/boot/dts/armada-385-linksys.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi
index 20d5e8b..df47bf1 100644
--- a/arch/arm/boot/dts/armada-385-linksys.dtsi
+++ b/arch/arm/boot/dts/armada-385-linksys.dtsi
@@ -107,7 +107,7 @@
 				status = "okay";
 
 				switch at 0 {
-					compatible = "marvell,mv88e6095";
+					compatible = "marvell,mv88e6085";
 					#address-cells = <1>;
 					#size-cells = <0>;
 					reg = <0>;
-- 
2.10.2

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

end of thread, other threads:[~2017-02-15 14:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09 15:27 [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property Ralph Sennhauser
2017-02-09 15:51 ` Andrew Lunn
2017-02-15 14:56   ` Gregory CLEMENT

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).