Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where can find the compatible device info in kernel #22

Open
Lemiron24 opened this issue May 9, 2019 · 0 comments
Open

where can find the compatible device info in kernel #22

Lemiron24 opened this issue May 9, 2019 · 0 comments

Comments

@Lemiron24
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant