[PATCH v2 2/7] drm: ci: Force db410c to host mode
Vignesh Raman
vignesh.raman at collabora.com
Tue Sep 5 22:11:31 PDT 2023
Hi Maxime,
On 05/09/23 19:10, Maxime Ripard wrote:
>> With,
>> &usb {
>> dr_mode = "host";
>> };
>>
>> The target is <0xffffffff> and fdtoverlay fails to apply the dtbo.
>
> You do have /plugin/ and have compiled the base device tree with overlay
> support, right?
After compiling base dtbs with overlay support (make DTC_FLAGS=-@ dtbs)
it works.
>
>> With,
>> &{/soc at 0/usb} {
>> dr_mode = "host";
>> };
>>
>> The target-path is "/soc at 0/usb" (usb: usb at 78d9000)
>
> Right, and that's not the path you want to modify. The path you want to
> modify is /soc at 0/usb at 78d9000. usb is the label, it's absolute, and you
> can't mix and match a path ("/soc at 0/") and a label ("usb")
Thanks for the clarification.
Regards,
Vignesh
More information about the Linux-mediatek
mailing list