Skip to content

Commit 0cfbf57

Browse files
committed
conf/evalsoc: disable xec ethernet in dts. when qemu support xec ethernet, revert this commit.
Signed-off-by: guibing <guibing@nucleisys.com>
1 parent 5f6921a commit 0cfbf57

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

conf/evalsoc/nuclei_rv32imac.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
phy-handle = <&rtl8211f>;
324324
phy-mode = "rgmii";
325325
desc_mem = <&noncachable_memory>;
326-
status = "okay";
326+
status = "disabled";
327327
mdio {
328328
compatible = "snps,dwmac-mdio";
329329
#address-cells = <1>;

conf/evalsoc/nuclei_rv32imafdc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
phy-handle = <&rtl8211f>;
324324
phy-mode = "rgmii";
325325
desc_mem = <&noncachable_memory>;
326-
status = "okay";
326+
status = "disabled";
327327
mdio {
328328
compatible = "snps,dwmac-mdio";
329329
#address-cells = <1>;

conf/evalsoc/nuclei_rv64imac.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
phy-handle = <&rtl8211f>;
400400
phy-mode = "rgmii";
401401

402-
status = "okay";
402+
status = "disabled";
403403
mdio {
404404
compatible = "snps,dwmac-mdio";
405405
#address-cells = <1>;

conf/evalsoc/nuclei_rv64imafdc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
phy-handle = <&rtl8211f>;
400400
phy-mode = "rgmii";
401401

402-
status = "okay";
402+
status = "disabled";
403403
mdio {
404404
compatible = "snps,dwmac-mdio";
405405
#address-cells = <1>;

0 commit comments

Comments
 (0)