Commit 55c06aa1 authored by Josua Mayer's avatar Josua Mayer

fix syntax error in s1-21 s2-13 dpc

Signed-off-by: default avatarJosua Mayer <josua@solid-run.com>
parent 1c4e3938
From 0bf5479ff7f2ce62472e2c56f66b4e43057defb4 Mon Sep 17 00:00:00 2001 From 15e796f793d9bf1882b6021e46d567624b86a304 Mon Sep 17 00:00:00 2001
From: Josua Mayer <josua@solid-run.com> From: Josua Mayer <josua@solid-run.com>
Date: Thu, 8 Sep 2022 10:34:35 +0300 Date: Thu, 8 Sep 2022 10:34:35 +0300
Subject: [PATCH] lx2160acex7: s1-21 s2-13: add dpmac17 Subject: [PATCH] lx2160acex7: s1-21 s2-13: add dpmac17
...@@ -14,7 +14,7 @@ Signed-off-by: Josua Mayer <josua@solid-run.com> ...@@ -14,7 +14,7 @@ Signed-off-by: Josua Mayer <josua@solid-run.com>
2 files changed, 29 insertions(+), 2 deletions(-) 2 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/config/lx2160a/CEX7/dpc-S1_21-S2_13-6x_25gbe-2x_sgmii.dts b/config/lx2160a/CEX7/dpc-S1_21-S2_13-6x_25gbe-2x_sgmii.dts diff --git a/config/lx2160a/CEX7/dpc-S1_21-S2_13-6x_25gbe-2x_sgmii.dts b/config/lx2160a/CEX7/dpc-S1_21-S2_13-6x_25gbe-2x_sgmii.dts
index 2134252..16e1d1a 100644 index 2134252..49945b7 100644
--- a/config/lx2160a/CEX7/dpc-S1_21-S2_13-6x_25gbe-2x_sgmii.dts --- a/config/lx2160a/CEX7/dpc-S1_21-S2_13-6x_25gbe-2x_sgmii.dts
+++ b/config/lx2160a/CEX7/dpc-S1_21-S2_13-6x_25gbe-2x_sgmii.dts +++ b/config/lx2160a/CEX7/dpc-S1_21-S2_13-6x_25gbe-2x_sgmii.dts
@@ -71,6 +71,7 @@ @@ -71,6 +71,7 @@
...@@ -40,13 +40,13 @@ index 2134252..16e1d1a 100644 ...@@ -40,13 +40,13 @@ index 2134252..16e1d1a 100644
+ +
+ /* EC1 */ + /* EC1 */
+ mac@17 { + mac@17 {
+ /* dpmac17 can be used for sgmii/rgmii, independent from (some) serdes configuration(s) */ + // dpmac17 can be used for sgmii/rgmii, independent from (some) serdes configuration(s)
+ link_type = "MAC_LINK_TYPE_PHY"; + link_type = "MAC_LINK_TYPE_PHY";
+ }; + };
+ +
+ /* EC2 */ + /* EC2 */
+ /* mac@18 { + /* mac@18 {
+ /* dpmac18 can be used for sgmii/rgmii, independent from (some) serdes configuration(s) */ + // dpmac18 can be used for sgmii/rgmii, independent from (some) serdes configuration(s)
+ link_type = "MAC_LINK_TYPE_PHY"; + link_type = "MAC_LINK_TYPE_PHY";
+ };*/ + };*/
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment