Fix broken patch due to upstream changes, drop edge kernel as its not used
This commit is contained in:
parent
287931ac6e
commit
d7a4c1b3ab
@ -3,7 +3,7 @@ declare -g BOARD_NAME="Ayn Odin2"
|
||||
declare -g BOARD_VENDOR="ayntec"
|
||||
declare -g BOARD_MAINTAINER="FantasyGmm"
|
||||
declare -g BOARDFAMILY="sm8550"
|
||||
declare -g KERNEL_TARGET="current,edge"
|
||||
declare -g KERNEL_TARGET="current"
|
||||
declare -g KERNEL_TEST_TARGET="edge"
|
||||
declare -g EXTRAWIFI="no"
|
||||
declare -g BOOTCONFIG="none"
|
||||
|
||||
@ -21,10 +21,6 @@ case $BRANCH in
|
||||
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
family_tweaks_bsp() {
|
||||
|
||||
@ -41,7 +41,7 @@ index a6c9e9b60812..9473039ccb13 100644
|
||||
mult = msm_get_clock_mult_for_bus_mode(host);
|
||||
desired_rate = clock * mult;
|
||||
+
|
||||
+ if (curr_ios.timing == MMC_TIMING_SD_HS && desired_rate == 50000000
|
||||
+ if (timing == MMC_TIMING_SD_HS && desired_rate == 50000000
|
||||
+ && msm_host->uses_level_shifter)
|
||||
+ desired_rate = LEVEL_SHIFTER_HIGH_SPEED_FREQ;
|
||||
+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user