mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Currently we maintain auxdata structure for Tegra210 and Tegra186. This is nothing but a lookup table used for device names and platform data. It is used to override device names when creating devices from DT. Since we have moved all DAI links to DT and no more we rely on device names, automatically generated device names should be good enough. Hence this patch removes auxdata table and dev_set_name() calls from XBAR, AMX drivers. Some of the embedded platforms are using older machine utility code, which are using these names. Hence the utility code is also updated to use automatically generated device names. Bug 200503387 Change-Id: I80c4fb3a5927001f58a54ca90437ec67ed14bf54 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2258385 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Dara Ramesh <dramesh@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Sharad Gupta <sharadg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>