-
Notifications
You must be signed in to change notification settings - Fork 6
Enable ACPI firmware node path in MediaCtlConfig #28
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
base: main
Are you sure you want to change the base?
Conversation
The v4l2 entity name includes i2c adaptor number that is
dynamically allocated so it's hard to configured statically
in json file
Use ACPI firmware_node path ,i.e. \\_SB_.PC00.DES0 as configured
in json file as below
{
- "name": "max96724 1-0027", "sinkPad": 0, "sinkStream": 0, "srcPad": 4,
+ "acpiName": "\\_SB_.PC00.DES0", "sinkPad": 0, "sinkStream": 0, "srcPad": 4,
"srcStream": 0, "flag": 1
},
Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com>
Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com>
Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com>
123456987789
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you just need to add acpiName to entity and transfer acpi name to entity name.
Sensor name is just a configuration name, not related with entity.
Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com>
Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com>
Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com>
Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com>
|
Hi @qingwuzh, @123456987789 has approved this PR and would like your review on this PR too. Thanks |
|
Hi @daxingli, need your approval for this PR. Thanks |
No description provided.