Freescale / meta-freescale

Layer containing NXP hardware support metadata
Other
164 stars 248 forks source link

linux-fslc-imx: 6.6: Update kernel to fix i.MX93 boot #1834

Closed fabioestevam closed 1 month ago

fabioestevam commented 1 month ago

Update the kernel version to fix i.MX93 boot by selecting CONFIG_GPIO_VF610.

Relevant changes:

fabioestevam commented 1 month ago

@otavio please apply it to scarthgap as well. Thanks

github-actions[bot] commented 1 month ago

Backport failed for scarthgap, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin scarthgap
git worktree add -d .worktree/backport-1834-to-scarthgap origin/scarthgap
cd .worktree/backport-1834-to-scarthgap
git checkout -b backport-1834-to-scarthgap
ancref=$(git merge-base 953d47565e1b2fa8735fbdc5b748e05b2d3fa7c7 32af01ffd751304495445705fb70949ab83f52d8)
git cherry-pick -x $ancref..32af01ffd751304495445705fb70949ab83f52d8
otavio commented 1 month ago

@fabioestevam please prepare a backport PR as it cannot be auto generated.

fabioestevam commented 1 month ago

@otavio Done: https://github.com/Freescale/meta-freescale/pull/1835