lkml.org 
[lkml]   [2022]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH net-next 28/28] arm64: dts: ls1046a: Specify which MACs support RGMII
Date
For more precise link mode support, we can add a property specifying
which MACs support RGMII. This silences the warning

missing 'rgmii' property; assuming supported

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
---

arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi
index d6caaea57d90..4bb314388a72 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi
@@ -23,26 +23,34 @@ &soc {
&fman0 {
/* these aliases provide the FMan ports mapping */
enet0: ethernet@e0000 {
+ rgmii = <0>;
};

enet1: ethernet@e2000 {
+ rgmii = <0>;
};

enet2: ethernet@e4000 {
+ rgmii = <1>;
};

enet3: ethernet@e6000 {
+ rgmii = <1>;
};

enet4: ethernet@e8000 {
+ rgmii = <0>;
};

enet5: ethernet@ea000 {
+ rgmii = <0>;
};

enet6: ethernet@f0000 {
+ rgmii = <0>;
};

enet7: ethernet@f2000 {
+ rgmii = <0>;
};
};
--
2.35.1.1320.gc452695387.dirty
\
 
 \ /
  Last update: 2022-06-17 22:39    [W:2.143 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site