From 12ce53a434156d0951ea64dda340cdd2b2c7010d Mon Sep 17 00:00:00 2001 From: Thorsten Maerz Date: Fri, 31 Jan 2025 17:21:12 +0100 Subject: [PATCH] disable unusable "end1" network device There are no physical ethernet ports on that board. --- patch/kernel/archive/rockchip64-6.12/dt/rk3328-mksklipad50.dts | 2 +- .../board_mksklipad50/02-rk3328-mksklipad50-add-uboot-dts.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patch/kernel/archive/rockchip64-6.12/dt/rk3328-mksklipad50.dts b/patch/kernel/archive/rockchip64-6.12/dt/rk3328-mksklipad50.dts index 8f4aad0f66..32a6182b06 100644 --- a/patch/kernel/archive/rockchip64-6.12/dt/rk3328-mksklipad50.dts +++ b/patch/kernel/archive/rockchip64-6.12/dt/rk3328-mksklipad50.dts @@ -218,7 +218,7 @@ assigned-clock-rate = <50000000>; assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>; phy-supply = <&vcc_phy>; - status = "okay"; + status = "disabled"; }; &dfi { diff --git a/patch/u-boot/u-boot-rockchip64/board_mksklipad50/02-rk3328-mksklipad50-add-uboot-dts.patch b/patch/u-boot/u-boot-rockchip64/board_mksklipad50/02-rk3328-mksklipad50-add-uboot-dts.patch index 506ea06a16..6e66c2565c 100644 --- a/patch/u-boot/u-boot-rockchip64/board_mksklipad50/02-rk3328-mksklipad50-add-uboot-dts.patch +++ b/patch/u-boot/u-boot-rockchip64/board_mksklipad50/02-rk3328-mksklipad50-add-uboot-dts.patch @@ -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 {