From: Siddharth Vadapalli Date: Thu, 17 Apr 2025 12:32:46 +0000 (+0530) Subject: arm64: dts: ti: k3-j722s-evm: Drop redundant status within serdes0/serdes1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2a36e8656836f5897508e61d46d22fe344af6426;p=users%2Fwilly%2Fxarray.git arm64: dts: ti: k3-j722s-evm: Drop redundant status within serdes0/serdes1 Since serdes0 and serdes1 are now enabled by default within the SoC file, it is no longer necessary to enable them in the board file. Hence, remove the redundant 'status = "okay"' within the serdes0 and serdes1 device-tree nodes. Signed-off-by: Siddharth Vadapalli Reviewed-by: Udit Kumar Link: https://lore.kernel.org/r/20250417123246.2733923-5-s-vadapalli@ti.com Signed-off-by: Nishanth Menon --- diff --git a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts index 0bf2e1821662..34b9d190800e 100644 --- a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts +++ b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts @@ -848,7 +848,6 @@ }; &serdes0 { - status = "okay"; serdes0_usb_link: phy@0 { reg = <0>; cdns,num-lanes = <1>; @@ -863,7 +862,6 @@ }; &serdes1 { - status = "okay"; serdes1_pcie_link: phy@0 { reg = <0>; cdns,num-lanes = <1>;