On Sun, Jan 25, 2015 at 10:22:58PM +0100, Pavel Machek wrote: > > Another regression for DT setup (which does not occur for board code): > > > > omap_hsmmc driver does not export slot_name sysfs entry because > > it not supported by DT yet. Entry slot_name is used by userspace > > application to determinate if mmc block device is internal eMMC > > memory or external uSD card. So support for this property also in > > DT is needed. > > > > Here is simple patch which fix this problem: > > Thanks! > > Does it need line into Documentation/devicetree/ somewhere? Documentation/devicetree/bindings/mmc/mmc.txt (generic) Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt (omap specific) -- Sebastian