Learning-NVDLA-Notes icon indicating copy to clipboard operation
Learning-NVDLA-Notes copied to clipboard

where can find the compatible device info in kernel

Open Lemiron24 opened this issue 6 years ago • 0 comments

I see below code in umd driver: static const struct of_device_id nvdla_of_match[] = { { .compatible = "nvidia,nvdla_os_initial", .data = &nvdla_config_os_initial, }, { .compatible = "nvidia,nvdla_2", .data = &nvdla_config_small, }, { }, };

could you tell me which dts file for this?

thanks

Lemiron24 avatar May 09 '19 13:05 Lemiron24