From: Stefan Roese Date: Wed, 28 Nov 2018 07:40:48 +0000 (+0100) Subject: mips: mt7628: Change compatible property of the ethernet DT node X-Git-Tag: v2019.01-rc1~17^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7461e01b92c52e1305531d479c51d955405e42e;p=platform%2Fkernel%2Fu-boot.git mips: mt7628: Change compatible property of the ethernet DT node As the driver has been changed to be more specific, the DT compatible property also needs to be adapted. Signed-off-by: Stefan Roese Cc: Daniel Schwierzeck --- diff --git a/arch/mips/dts/mt7628a.dtsi b/arch/mips/dts/mt7628a.dtsi index 70e34cf..1e7d0a6 100644 --- a/arch/mips/dts/mt7628a.dtsi +++ b/arch/mips/dts/mt7628a.dtsi @@ -164,7 +164,7 @@ }; eth@10110000 { - compatible = "mediatek,mt7622-eth"; + compatible = "mediatek,mt7628-eth"; reg = <0x10100000 0x10000 0x10110000 0x8000>;