diff mbox series

arm: dts: ls1088a-rdb: replace 'xgmii' with '10gbase-r'

Message ID 20230222141740.65426-1-ioana.ciornei@nxp.com
State Accepted
Commit 73ba0371a144f3c33d7df6a4bcac7bb2b6e31eff
Delegated to: Peng Fan
Headers show
Series arm: dts: ls1088a-rdb: replace 'xgmii' with '10gbase-r' | expand

Commit Message

Ioana Ciornei Feb. 22, 2023, 2:17 p.m. UTC
When the first device tree description was added for the ethernet nodes,
the 2 10G ports on the LS1088ARDB were wrongly described as 'xgmii'.

Fix this by replacing the two last occurrences of 'xgmii' in the device
trees of the Layerscape DPAA2 devices.

Fixes: 68c7c008e84a ("arm: dts: ls1088ardb: add DPMAC and PHY nodes")
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
---
 arch/arm/dts/fsl-ls1088a-rdb.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peng Fan (OSS) Feb. 27, 2023, 12:22 a.m. UTC | #1
On 2/22/2023 10:17 PM, Ioana Ciornei wrote:
> When the first device tree description was added for the ethernet nodes,
> the 2 10G ports on the LS1088ARDB were wrongly described as 'xgmii'.
> 
> Fix this by replacing the two last occurrences of 'xgmii' in the device
> trees of the Layerscape DPAA2 devices.
> 
> Fixes: 68c7c008e84a ("arm: dts: ls1088ardb: add DPMAC and PHY nodes")
> Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>

Reviewed-by: Peng Fan <peng.fan@nxp.com>

> ---
>   arch/arm/dts/fsl-ls1088a-rdb.dts | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/dts/fsl-ls1088a-rdb.dts b/arch/arm/dts/fsl-ls1088a-rdb.dts
> index ad059437b534..01f8fcb61aef 100644
> --- a/arch/arm/dts/fsl-ls1088a-rdb.dts
> +++ b/arch/arm/dts/fsl-ls1088a-rdb.dts
> @@ -19,13 +19,13 @@
>   
>   &dpmac1 {
>   	status = "okay";
> -	phy-connection-type = "xgmii";
> +	phy-connection-type = "10gbase-r";
>   };
>   
>   &dpmac2 {
>   	status = "okay";
>   	phy-handle = <&mdio2_phy1>;
> -	phy-connection-type = "xgmii";
> +	phy-connection-type = "10gbase-r";
>   };
>   
>   &dpmac3 {
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls1088a-rdb.dts b/arch/arm/dts/fsl-ls1088a-rdb.dts
index ad059437b534..01f8fcb61aef 100644
--- a/arch/arm/dts/fsl-ls1088a-rdb.dts
+++ b/arch/arm/dts/fsl-ls1088a-rdb.dts
@@ -19,13 +19,13 @@ 
 
 &dpmac1 {
 	status = "okay";
-	phy-connection-type = "xgmii";
+	phy-connection-type = "10gbase-r";
 };
 
 &dpmac2 {
 	status = "okay";
 	phy-handle = <&mdio2_phy1>;
-	phy-connection-type = "xgmii";
+	phy-connection-type = "10gbase-r";
 };
 
 &dpmac3 {