mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
325bd67f8626516b3264a7bee07a658a5a38e442
The new Tegra Prod APIs are to be used for NVIDIA Linux kernels v5.16+. Building the MTTCAN and QUAD SPI driver currently fail for upstream Linux v5.16 because the various version definitions are not correct. Some definitions have greater than v5.16.0 instead of greater than OR equal to v5.16.0. This means that the new APIs will only be used starting with v5.16.1+ and not v5.16.0 as inteaded. Other definitions have less than or equal to v5.16.0 instead of just less than v5.16.0. This means that we will still use the legacy APIs for v5.16.0. Fix this by correcting the definition that the drivers can be built for upstream Linux v5.16. Bug 4097475 Change-Id: I7d8dd04911a7d6426c67e82396c8a6f1b372875d Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3006521 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided