rockchip: default switch kernel to 5.15

This commit is contained in:
lean 2022-03-06 23:26:30 +08:00
parent bb42d6d224
commit a9bc7fad5b
2 changed files with 7 additions and 14 deletions

View File

@ -7,8 +7,8 @@ BOARDNAME:=Rockchip
FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs
SUBTARGETS:=armv8 SUBTARGETS:=armv8
KERNEL_PATCHVER=5.10 KERNEL_PATCHVER=5.15
KERNEL_TESTING_PATCHVER=5.15 KERNEL_TESTING_PATCHVER=5.10
define Target/Description define Target/Description
Build firmware image for Rockchip SoC devices. Build firmware image for Rockchip SoC devices.

View File

@ -24,19 +24,12 @@ Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
--- a/drivers/mmc/core/core.c --- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c
@@ -1684,6 +1684,14 @@ void mmc_power_off(struct mmc_host *host) @@ -1354,6 +1354,8 @@ void mmc_power_off(struct mmc_host *host
if (host->ios.power_mode == MMC_POWER_OFF)
return; mmc_pwrseq_power_off(host);
+ mmc_set_initial_signal_voltage(host); + mmc_set_initial_signal_voltage(host);
+ +
+ /*
+ * This delay should be sufficient to allow the power supply
+ * to reach the minimum voltage.
+ */
+ mmc_delay(host->ios.power_delay_ms);
+
mmc_pwrseq_power_off(host);
host->ios.clock = 0; host->ios.clock = 0;
host->ios.vdd = 0;