commit | 2ef249b4420818d7ea31a031f48825e5f38ed3ac | [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 | c1a6f371ae65f1a3709e872e08bed51321e292fc [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>