commit | 70c3a0e75ad340ab6c971273c4762bacfc96a91b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 11 10:46:18 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 22 10:16:45 2014 +0100 |
tree | 5f02f7a902dd73e2c7bd0fafe9fa643d0f69c361 | |
parent | 2a302397c8931f42e45252634043c8d15598a1f9 [diff] |
dm: core: Allow access to the device's driver_id data When the device is created from a device tree node, it matches a compatible string. Allow access to that string and the associated data. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com> Acked-by: Heiko Schocher <hs@denx.de>