31 lines
1004 B
Diff
31 lines
1004 B
Diff
From ce5a0bce63f1974bf0d8ff6bf5d3c58cb0392379 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Sun, 21 Feb 2021 06:05:25 +0000
|
|
Subject: [PATCH 44/58] 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 f71d012e5460..eeceab18a497 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 @@ &cpu103 {
|
|
|
|
&ext_mdio {
|
|
external_phy: ethernet-phy@0 {
|
|
- /* Realtek RTL8211F (0x001cc916) */
|
|
+ /* Realtek RTL8211F (0x001cc916) */
|
|
reg = <0>;
|
|
max-speed = <1000>;
|
|
|
|
--
|
|
2.25.1
|
|
|