diff options
author | John Crispin <john@phrozen.org> | 2017-01-25 08:23:38 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-25 08:44:53 +0100 |
commit | a68f6942bc539c3e27afbb40fdc726fe1affea5b (patch) | |
tree | 966ed8ff65994ce9b46554159468363defb484b4 /target/linux/mediatek/files/arch | |
parent | b52932e773914ee22e848e619d11b4aaf9845feb (diff) | |
download | mtk-20170518-a68f6942bc539c3e27afbb40fdc726fe1affea5b.zip mtk-20170518-a68f6942bc539c3e27afbb40fdc726fe1affea5b.tar.gz mtk-20170518-a68f6942bc539c3e27afbb40fdc726fe1affea5b.tar.bz2 |
mediatek: update the ethernet compat string
mt2701 is an earlier version of the ip core, so use that compat string as
baseline.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/mediatek/files/arch')
-rw-r--r-- | target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi b/target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi index 4afcc75..87be1b8 100644 --- a/target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi +++ b/target/linux/mediatek/files/arch/arm/boot/dts/_mt7623.dtsi @@ -535,7 +535,7 @@ }; eth: ethernet@1b100000 { - compatible = "mediatek,mt7623-eth"; + compatible = "mediatek,mt2701-eth"; reg = <0 0x1b100000 0 0x20000>; clocks = <&topckgen CLK_TOP_ETHIF_SEL>, |