All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property
@ 2017-02-09 15:27 ` Ralph Sennhauser
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

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

Thread overview: 9+ 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:27 ` Ralph Sennhauser
2017-02-09 15:27 ` Ralph Sennhauser
2017-02-09 15:51 ` Andrew Lunn
2017-02-09 15:51   ` Andrew Lunn
2017-02-09 15:51   ` Andrew Lunn
2017-02-15 14:56   ` Gregory CLEMENT
2017-02-15 14:56     ` Gregory CLEMENT
2017-02-15 14:56     ` Gregory CLEMENT

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.