Re: [U-Boot] [PATCH 4/8] dm: blk: Improve block device claiming

2017-05-18 Thread sjg
The intention with block devices is that the device number (devnum field in its descriptor) matches the alias of its parent device. For example, with: aliases { mmc0 = "/sdhci@700b0600"; mmc1 = "/sdhci@700b0400"; } we expect that the block devices f

[U-Boot] [PATCH 4/8] dm: blk: Improve block device claiming

2017-04-23 Thread Simon Glass
The intention with block devices is that the device number (devnum field in its descriptor) matches the alias of its parent device. For example, with: aliases { mmc0 = "/sdhci@700b0600"; mmc1 = "/sdhci@700b0400"; } we expect that the block devices f