X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fdm%2Fdevice.h;h=9ce95a834e75ee54d6d7edefb21ee0f848f97e0f;hp=56862d32efc465de11113bdd7c4768128535eeef;hb=547cea19b875ce83cc7c14ae750eca4973dab555;hpb=accd4b19b39bde7398aa8d1a8eeb66f3a14dde5b diff --git a/include/dm/device.h b/include/dm/device.h index 56862d32ef..9ce95a834e 100644 --- a/include/dm/device.h +++ b/include/dm/device.h @@ -57,7 +57,8 @@ struct driver_info; * @sibling_node: Next device in list of all devices * @flags: Flags for this device DM_FLAG_... * @req_seq: Requested sequence number for this device (-1 = any) - * @seq: Allocated sequence number for this device (-1 = none) + * @seq: Allocated sequence number for this device (-1 = none). This is set up + * when the device is probed and will be unique within the device's uclass. */ struct udevice { struct driver *driver;