mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
disable unusable "end1" network device
There are no physical ethernet ports on that board.
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
assigned-clock-rate = <50000000>;
|
||||
assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
|
||||
phy-supply = <&vcc_phy>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&dfi {
|
||||
|
||||
@@ -200,7 +200,7 @@ diff --git a/arch/arm/dts/rk3328-mksklipad50.dts b/arch/arm/dts/rk3328-mksklipad
|
||||
+ assigned-clock-rate = <50000000>;
|
||||
+ assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
|
||||
+ phy-supply = <&vcc_phy>;
|
||||
+ status = "okay";
|
||||
+ status = "disabled";
|
||||
+};
|
||||
+
|
||||
+&cpu0 {
|
||||
|
||||
Reference in New Issue
Block a user