31 lines
994 B
Diff
31 lines
994 B
Diff
From dbd3e3f39e77bf63e6712e8f21ff6b47a710a117 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Sun, 21 Feb 2021 06:05:25 +0000
|
|
Subject: [PATCH 70/88] arm64: dts: meson: remove extra tab from ODROID N2/N2+
|
|
ext_mdio node
|
|
|
|
Remove an extra tab from the ext_mdio node in the ODROID N2/N2+ common
|
|
dtsi file.
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
|
|
index 6b9f216d760c..4489715fc4f3 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi
|
|
@@ -410,7 +410,7 @@
|
|
|
|
&ext_mdio {
|
|
external_phy: ethernet-phy@0 {
|
|
- /* Realtek RTL8211F (0x001cc916) */
|
|
+ /* Realtek RTL8211F (0x001cc916) */
|
|
reg = <0>;
|
|
max-speed = <1000>;
|
|
|
|
--
|
|
2.17.1
|
|
|