소스 검색

ARM: dts: armada-385-linksys: fix DSA compatible property

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>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Ralph Sennhauser 9 년 전
부모
커밋
04be87a83d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/arm/boot/dts/armada-385-linksys.dtsi

+ 1 - 1
arch/arm/boot/dts/armada-385-linksys.dtsi

@@ -107,7 +107,7 @@
 				status = "okay";
 
 				switch@0 {
-					compatible = "marvell,mv88e6095";
+					compatible = "marvell,mv88e6085";
 					#address-cells = <1>;
 					#size-cells = <0>;
 					reg = <0>;