diff --git a/config/kernel/linux-rockchip-rk3588-edge.config b/config/kernel/linux-rockchip-rk3588-6.10.config similarity index 100% rename from config/kernel/linux-rockchip-rk3588-edge.config rename to config/kernel/linux-rockchip-rk3588-6.10.config diff --git a/config/sources/families/rockchip-rk3588.conf b/config/sources/families/rockchip-rk3588.conf index 7b05e7208712..25dbcf85e1bb 100644 --- a/config/sources/families/rockchip-rk3588.conf +++ b/config/sources/families/rockchip-rk3588.conf @@ -42,17 +42,17 @@ case $BRANCH in current) # Branch based on a stable kernel release (will stay on the next LTS kernel release once released, 6.12? LTS) LINUXFAMILY=rockchip-rk3588 - KERNEL_MAJOR_MINOR="6.8" # Major and minor versions of this kernel. - LINUXCONFIG="linux-rockchip-rk3588-${KERNEL_MAJOR_MINOR}" # Attention: not -${BRANCH} (edge/current/legacy), but -${KERNEL_MAJOR_MINOR} thus 6.8 / 6.10 etc - # No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-6.8' + KERNEL_MAJOR_MINOR="6.8" # Major and minor versions of this kernel. + LINUXCONFIG="linux-rockchip-rk3588-${KERNEL_MAJOR_MINOR}" # Attention: not -${BRANCH} (edge/current/legacy), but -${KERNEL_MAJOR_MINOR} thus 6.6 / 6.12 etc + # No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}' ;; edge) # Branch based on the latest kernel release including RC releases, to benefit from the latest RK3588 mainline advancements. Might be unstable! LINUXFAMILY=rockchip-rk3588 - LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH - KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel. - KERNELPATCHDIR='rockchip-rk3588-edge' + KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel. + LINUXCONFIG="linux-rockchip-rk3588-${KERNEL_MAJOR_MINOR}" # Attention: not -${BRANCH} (edge/current/legacy), but -${KERNEL_MAJOR_MINOR} thus 6.8 / 6.10 etc + # No need to set KERNELPATCHDIR, since default is: KERNELPATCHDIR='archive/rockchip-rk3588-${KERNEL_MAJOR_MINOR}' ;; collabora) @@ -60,10 +60,10 @@ case $BRANCH in LINUXFAMILY=rockchip-rk3588 LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH KERNEL_MAJOR_MINOR="6.9" # Major and minor versions of this kernel. - KERNELPATCHDIR='rockchip-rk3588-collabora' - KERNELSOURCE='https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux.git' - KERNELBRANCH='branch:rk3588-v6.9' # Rolling kernel branch, will be rebased - KERNEL_DRIVERS_SKIP+=(driver_rtw88) # This is a custom kernel, while the rtw88 driver patching expects pure mainline + KERNELPATCHDIR='rockchip-rk3588-collabora' # Try to keep this as empty as possible. We won't work on top of Collabora's branch, they rebase all the time. New DTs are ok. + KERNELSOURCE='https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux.git' # Directly from Collabora... + KERNELBRANCH='branch:rk3588-v6.9' # Rolling kernel branch, will be rebased + KERNEL_DRIVERS_SKIP+=(driver_rtw88) # This is a custom kernel, while the rtw88 driver patching expects pure mainline ;; esac diff --git a/patch/kernel/rockchip-rk3588-edge/0000.patching_config.yaml b/patch/kernel/archive/rockchip-rk3588-6.10/0000.patching_config.yaml similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0000.patching_config.yaml rename to patch/kernel/archive/rockchip-rk3588-6.10/0000.patching_config.yaml diff --git a/patch/kernel/rockchip-rk3588-edge/0001-general-add-overlay-support.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0001-general-add-overlay-support.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0001-general-add-overlay-support.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0001-general-add-overlay-support.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0010-fix-clk-divisions.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0010-fix-clk-divisions.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0010-fix-clk-divisions.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0010-fix-clk-divisions.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0011-irqchip-fix-its-timeout-issue.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0011-irqchip-fix-its-timeout-issue.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0011-irqchip-fix-its-timeout-issue.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0011-irqchip-fix-its-timeout-issue.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0012-fix-initial-PERST-GPIO-value.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0012-fix-initial-PERST-GPIO-value.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0012-fix-initial-PERST-GPIO-value.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0012-fix-initial-PERST-GPIO-value.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0022-RK3588-Add-Thermal-and-CpuFreq-Support.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0022-RK3588-Add-Thermal-and-CpuFreq-Support.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0022-RK3588-Add-Thermal-and-CpuFreq-Support.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0022-RK3588-Add-Thermal-and-CpuFreq-Support.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0024-RK3588-Add-Crypto-Support.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0024-RK3588-Add-Crypto-Support.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0024-RK3588-Add-Crypto-Support.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0024-RK3588-Add-Crypto-Support.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0025-RK3588-Add-HW-RNG-Support.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0025-RK3588-Add-HW-RNG-Support.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0025-RK3588-Add-HW-RNG-Support.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0025-RK3588-Add-HW-RNG-Support.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0138-arm64-dts-rockchip-Add-HDMI0-bridge-to-rk3588.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0138-arm64-dts-rockchip-Add-HDMI0-bridge-to-rk3588.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0138-arm64-dts-rockchip-Add-HDMI0-bridge-to-rk3588.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0138-arm64-dts-rockchip-Add-HDMI0-bridge-to-rk3588.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0139-arm64-dts-rockchip-Enable-HDMI0-PHY-clk-provider-on-.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0139-arm64-dts-rockchip-Enable-HDMI0-PHY-clk-provider-on-.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0139-arm64-dts-rockchip-Enable-HDMI0-PHY-clk-provider-on-.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0139-arm64-dts-rockchip-Enable-HDMI0-PHY-clk-provider-on-.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0144-phy-phy-rockchip-samsung-hdptx-Add-FRL-EARC-support.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0144-phy-phy-rockchip-samsung-hdptx-Add-FRL-EARC-support.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0144-phy-phy-rockchip-samsung-hdptx-Add-FRL-EARC-support.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0144-phy-phy-rockchip-samsung-hdptx-Add-FRL-EARC-support.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0145-phy-phy-rockchip-samsung-hdptx-Add-clock-provider.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0145-phy-phy-rockchip-samsung-hdptx-Add-clock-provider.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0145-phy-phy-rockchip-samsung-hdptx-Add-clock-provider.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0145-phy-phy-rockchip-samsung-hdptx-Add-clock-provider.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0146-drm-rockchip-vop2-Improve-display-modes-handling-on-.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0146-drm-rockchip-vop2-Improve-display-modes-handling-on-.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0146-drm-rockchip-vop2-Improve-display-modes-handling-on-.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0146-drm-rockchip-vop2-Improve-display-modes-handling-on-.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0147-arm64-dts-rockchip-rk3588-add-VDPU-and-RGA2-nodes.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0147-arm64-dts-rockchip-rk3588-add-VDPU-and-RGA2-nodes.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0147-arm64-dts-rockchip-rk3588-add-VDPU-and-RGA2-nodes.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0147-arm64-dts-rockchip-rk3588-add-VDPU-and-RGA2-nodes.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0161-drm-bridge-synopsys-Add-initial-support-for-DW-HDMI-Controller.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0161-drm-bridge-synopsys-Add-initial-support-for-DW-HDMI-Controller.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0161-drm-bridge-synopsys-Add-initial-support-for-DW-HDMI-Controller.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0161-drm-bridge-synopsys-Add-initial-support-for-DW-HDMI-Controller.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0162-drm-bridge-synopsys-Fix-HDMI-Controller.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0162-drm-bridge-synopsys-Fix-HDMI-Controller.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0162-drm-bridge-synopsys-Fix-HDMI-Controller.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0162-drm-bridge-synopsys-Fix-HDMI-Controller.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0801-wireless-add-bcm43752.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0801-wireless-add-bcm43752.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0801-wireless-add-bcm43752.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0801-wireless-add-bcm43752.patch diff --git a/patch/kernel/rockchip-rk3588-edge/0802-wireless-add-clk-property.patch b/patch/kernel/archive/rockchip-rk3588-6.10/0802-wireless-add-clk-property.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/0802-wireless-add-clk-property.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/0802-wireless-add-clk-property.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1010-arm64-dts-rock-5b-Slow-down-emmc-to-hs200-and-add-ts.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1010-arm64-dts-rock-5b-Slow-down-emmc-to-hs200-and-add-ts.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1010-arm64-dts-rock-5b-Slow-down-emmc-to-hs200-and-add-ts.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1010-arm64-dts-rock-5b-Slow-down-emmc-to-hs200-and-add-ts.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1011-board-rock-5b-arm64-dts-enable-spi-flash.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1011-board-rock-5b-arm64-dts-enable-spi-flash.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1011-board-rock-5b-arm64-dts-enable-spi-flash.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1011-board-rock-5b-arm64-dts-enable-spi-flash.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1012-arm64-dts-rockchip-Enable-HDMI0-on-rock-5b.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1012-arm64-dts-rockchip-Enable-HDMI0-on-rock-5b.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1012-arm64-dts-rockchip-Enable-HDMI0-on-rock-5b.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1012-arm64-dts-rockchip-Enable-HDMI0-on-rock-5b.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1014-arm64-dts-rockchip-Make-use-of-HDMI0-PHY-PLL-on-rock5b.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1014-arm64-dts-rockchip-Make-use-of-HDMI0-PHY-PLL-on-rock5b.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1014-arm64-dts-rockchip-Make-use-of-HDMI0-PHY-PLL-on-rock5b.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1014-arm64-dts-rockchip-Make-use-of-HDMI0-PHY-PLL-on-rock5b.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1015-board-rock5b-automatic-fan-control.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1015-board-rock5b-automatic-fan-control.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1015-board-rock5b-automatic-fan-control.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1015-board-rock5b-automatic-fan-control.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1020-Add-HDMI-and-VOP2-to-Rock-5A.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1020-Add-HDMI-and-VOP2-to-Rock-5A.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1020-Add-HDMI-and-VOP2-to-Rock-5A.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1020-Add-HDMI-and-VOP2-to-Rock-5A.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1021-arch-arm64-dts-enable-gpu-node-for-rock-5a.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1021-arch-arm64-dts-enable-gpu-node-for-rock-5a.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1021-arch-arm64-dts-enable-gpu-node-for-rock-5a.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1021-arch-arm64-dts-enable-gpu-node-for-rock-5a.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1021-arm64-dts-Add-missing-nodes-to-Orange-Pi-5-Plus.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1021-arm64-dts-Add-missing-nodes-to-Orange-Pi-5-Plus.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1021-arm64-dts-Add-missing-nodes-to-Orange-Pi-5-Plus.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1021-arm64-dts-Add-missing-nodes-to-Orange-Pi-5-Plus.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1022-arm64-dts-rockchip-support-poweroff-on-rock-5a.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1022-arm64-dts-rockchip-support-poweroff-on-rock-5a.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1022-arm64-dts-rockchip-support-poweroff-on-rock-5a.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1022-arm64-dts-rockchip-support-poweroff-on-rock-5a.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1023-arm64-dts-rockchip-add-PCIe-for-M.2-E-Key-to-rock-5a.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1023-arm64-dts-rockchip-add-PCIe-for-M.2-E-Key-to-rock-5a.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1023-arm64-dts-rockchip-add-PCIe-for-M.2-E-Key-to-rock-5a.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1023-arm64-dts-rockchip-add-PCIe-for-M.2-E-Key-to-rock-5a.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1031-arm64-dts-rockchip-Add-HDMI-support-to-ArmSoM-Sige7.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1031-arm64-dts-rockchip-Add-HDMI-support-to-ArmSoM-Sige7.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1031-arm64-dts-rockchip-Add-HDMI-support-to-ArmSoM-Sige7.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1031-arm64-dts-rockchip-Add-HDMI-support-to-ArmSoM-Sige7.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1032-arm64-dts-rockchip-Add-ap6275p-wireless-support-to-A.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1032-arm64-dts-rockchip-Add-ap6275p-wireless-support-to-A.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1032-arm64-dts-rockchip-Add-ap6275p-wireless-support-to-A.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1032-arm64-dts-rockchip-Add-ap6275p-wireless-support-to-A.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1041-board-khadas-edge2-mcu.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1041-board-khadas-edge2-mcu.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1041-board-khadas-edge2-mcu.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1041-board-khadas-edge2-mcu.patch diff --git a/patch/kernel/rockchip-rk3588-edge/1051-arm64-dts-rockchip-Add-NanoPC-T6-SPI-Flash.patch b/patch/kernel/archive/rockchip-rk3588-6.10/1051-arm64-dts-rockchip-Add-NanoPC-T6-SPI-Flash.patch similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/1051-arm64-dts-rockchip-Add-NanoPC-T6-SPI-Flash.patch rename to patch/kernel/archive/rockchip-rk3588-6.10/1051-arm64-dts-rockchip-Add-NanoPC-T6-SPI-Flash.patch diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588-bananapi-m7.dts b/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588-bananapi-m7.dts similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/dt/rk3588-bananapi-m7.dts rename to patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588-bananapi-m7.dts diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588-hinlink-h88k.dts b/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588-hinlink-h88k.dts similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/dt/rk3588-hinlink-h88k.dts rename to patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588-hinlink-h88k.dts diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588-mixtile-blade3.dts b/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588-mixtile-blade3.dts similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/dt/rk3588-mixtile-blade3.dts rename to patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588-mixtile-blade3.dts diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588-nanopc-cm3588-nas.dts b/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588-nanopc-cm3588-nas.dts similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/dt/rk3588-nanopc-cm3588-nas.dts rename to patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588-nanopc-cm3588-nas.dts diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-nanopi-r6c.dts b/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-nanopi-r6c.dts similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/dt/rk3588s-nanopi-r6c.dts rename to patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-nanopi-r6c.dts diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-nanopi-r6s.dts b/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-nanopi-r6s.dts similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/dt/rk3588s-nanopi-r6s.dts rename to patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-nanopi-r6s.dts diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-orangepi-5.dts b/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-orangepi-5.dts similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/dt/rk3588s-orangepi-5.dts rename to patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-orangepi-5.dts diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-orangepi-5b.dts b/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-orangepi-5b.dts similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/dt/rk3588s-orangepi-5b.dts rename to patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-orangepi-5b.dts diff --git a/patch/kernel/rockchip-rk3588-edge/dt/rk3588s-rock-5c.dts b/patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-rock-5c.dts similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/dt/rk3588s-rock-5c.dts rename to patch/kernel/archive/rockchip-rk3588-6.10/dt/rk3588s-rock-5c.dts diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/Makefile b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/Makefile similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/Makefile rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/Makefile diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm0-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm0-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm0-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm0-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm0-m1.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm0-m1.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm0-m1.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm0-m1.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm0-m2.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm0-m2.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm0-m2.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm0-m2.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm1-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm1-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm1-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm1-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm1-m1.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm1-m1.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm1-m1.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm1-m1.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm1-m2.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm1-m2.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm1-m2.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm1-m2.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm10-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm10-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm10-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm10-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm11-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm11-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm11-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm11-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm11-m1.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm11-m1.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm11-m1.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm11-m1.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm12-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm12-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm12-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm12-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm13-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm13-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm13-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm13-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm13-m2.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm13-m2.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm13-m2.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm13-m2.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm14-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm14-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm14-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm14-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm14-m1.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm14-m1.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm14-m1.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm14-m1.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm14-m2.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm14-m2.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm14-m2.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm14-m2.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm15-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm15-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm15-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm15-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm15-m1.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm15-m1.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm15-m1.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm15-m1.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm15-m2.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm15-m2.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm15-m2.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm15-m2.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm15-m3.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm15-m3.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm15-m3.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm15-m3.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm2-m1.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm2-m1.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm2-m1.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm2-m1.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm3-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm3-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm3-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm3-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm3-m1.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm3-m1.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm3-m1.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm3-m1.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm3-m2.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm3-m2.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm3-m2.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm3-m2.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm3-m3.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm3-m3.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm3-m3.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm3-m3.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm5-m2.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm5-m2.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm5-m2.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm5-m2.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm6-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm6-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm6-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm6-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm6-m2.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm6-m2.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm6-m2.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm6-m2.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm7-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm7-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm7-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm7-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm7-m3.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm7-m3.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm7-m3.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm7-m3.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm8-m0.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm8-m0.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-pwm8-m0.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-pwm8-m0.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-sata1.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-sata1.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-sata1.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-sata1.dtso diff --git a/patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-sata2.dtso b/patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-sata2.dtso similarity index 100% rename from patch/kernel/rockchip-rk3588-edge/overlay/rockchip-rk3588-sata2.dtso rename to patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-sata2.dtso