]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'imx-soc-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Thu, 28 May 2026 21:59:09 +0000 (23:59 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 28 May 2026 21:59:10 +0000 (23:59 +0200)
commit04e12996daf13eaa8e16c6312c02c7d71d96800a
treeb22410894265d239de501e1c84b56cd615d72db7
parent66ac2df408ede627aaae588d4ce7e611dd25b4f9
parent2c6821657ce3b3c85f92719ea81ec9f9ff27df11
Merge tag 'imx-soc-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux into arm/fixes

i.MX SoC fixes for v7.1

Fix CAAM driver probe failures caused by missing SoC information by
retrieving the match data directly through of_machine_get_match_data(),
which provides the correct SoC-specific data.

* tag 'imx-soc-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux:
  soc: imx8m: Fix match data lookup for soc device

Signed-off-by: Arnd Bergmann <arnd@arndb.de>