On 8/19/26 11:37 AM, Mehmet Fide wrote: [...]
+ misc_off = fdtdec_lookup_phandle(blob, offset, "fsl,usbmisc");
Please avoid fdtdec_*() functions if at all possible.Either use dev_read_addr() or a variant thereof, or , a variant of of_get_address() .
+ if (misc_off < 0) + return -EINVAL;
[...]
