mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
arm64: dts: lx2162a-clearfog: cleanup superfluous status properties
The SoC dtsi has always enabled serdes block 1, enabled dpmac and disabled pcie nodes. Drop the superfluous status properties on these nodes. Further drop crypto alias as SoM dtsi already set it. Signed-off-by: Josua Mayer <josua@solid-run.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
13a37b30e4
commit
c1cd1923fe
|
|
@ -14,7 +14,6 @@ / {
|
|||
compatible = "solidrun,lx2162a-clearfog", "solidrun,lx2162a-som", "fsl,lx2160a";
|
||||
|
||||
aliases {
|
||||
crypto = &crypto;
|
||||
i2c0 = &i2c0;
|
||||
i2c1 = &i2c2;
|
||||
i2c2 = &i2c4;
|
||||
|
|
@ -124,42 +123,36 @@ &dpmac11 {
|
|||
phys = <&serdes_2 0>;
|
||||
phy-handle = <ðernet_phy3>;
|
||||
phy-connection-type = "sgmii";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dpmac12 {
|
||||
phys = <&serdes_2 1>;
|
||||
phy-handle = <ðernet_phy1>;
|
||||
phy-connection-type = "sgmii";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dpmac13 {
|
||||
phys = <&serdes_2 6>;
|
||||
phy-handle = <ðernet_phy6>;
|
||||
phy-connection-type = "sgmii";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dpmac14 {
|
||||
phys = <&serdes_2 7>;
|
||||
phy-handle = <ðernet_phy8>;
|
||||
phy-connection-type = "sgmii";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dpmac15 {
|
||||
phys = <&serdes_2 4>;
|
||||
phy-handle = <ðernet_phy4>;
|
||||
phy-connection-type = "sgmii";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dpmac16 {
|
||||
phys = <&serdes_2 5>;
|
||||
phy-handle = <ðernet_phy2>;
|
||||
phy-connection-type = "sgmii";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dpmac17 {
|
||||
|
|
@ -170,14 +163,12 @@ &dpmac17 {
|
|||
phys = <&serdes_2 2>;
|
||||
phy-handle = <ðernet_phy5>;
|
||||
phy-connection-type = "sgmii";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dpmac18 {
|
||||
phys = <&serdes_2 3>;
|
||||
phy-handle = <ðernet_phy7>;
|
||||
phy-connection-type = "sgmii";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&emdio1 {
|
||||
|
|
@ -314,14 +305,6 @@ pcieclk_i2c: i2c@2 {
|
|||
};
|
||||
};
|
||||
|
||||
&pcie3 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pcie4 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pcs_mdio3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -370,10 +353,6 @@ &pcs_mdio18 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&serdes_1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&serdes_2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user