mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
The compatible string for CVNAS devices has been updated from "nvidia,tegra-cvnas" to "nvidia,tegra194-cvnas" to conform with the upstream policy of stating the actual device it is supported on. The 'nvidia,tegra-cvnas-hv' has been left as-is because this is a special case for virtualisation. The CVNAS driver is only support for Tegra194 devices and so it is not necessary to check the actual device variant, just the device SKU. Finally, instead of populating platform data in the device-tree table we can simply use the compatible string itself to detect if the device support virtualisation. Bug 3459526 Change-Id: I9755e8277892445b3e6772b8fa0b1960a34d90f4 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2657909 Reviewed-by: Puneet Saxena <puneets@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com>