summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2018-11-28 08:40:48 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-11-30 17:21:44 +0100
commitb7461e01b92c52e1305531d479c51d955405e42e (patch)
tree2cc9068fa24aeacc1c6e1902e2ce2ed9474e8ad9 /arch
parent6d4a3ff2649faa2cf2739e332557f256cc34831e (diff)
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 <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/dts/mt7628a.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dts/mt7628a.dtsi b/arch/mips/dts/mt7628a.dtsi
index 70e34cfdbc..1e7d0a6ec5 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>;