mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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 <s-vadapalli@ti.com> Reviewed-by: Udit Kumar <u-kumar1@ti.com> Link: https://lore.kernel.org/r/20250417123246.2733923-5-s-vadapalli@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
3f7523bf8c
commit
2a36e86568
|
|
@ -848,7 +848,6 @@ &serdes_wiz0 {
|
|||
};
|
||||
|
||||
&serdes0 {
|
||||
status = "okay";
|
||||
serdes0_usb_link: phy@0 {
|
||||
reg = <0>;
|
||||
cdns,num-lanes = <1>;
|
||||
|
|
@ -863,7 +862,6 @@ &serdes_wiz1 {
|
|||
};
|
||||
|
||||
&serdes1 {
|
||||
status = "okay";
|
||||
serdes1_pcie_link: phy@0 {
|
||||
reg = <0>;
|
||||
cdns,num-lanes = <1>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user