commit | 96404c2dd8be7b35549db9f742fc4c323b6d1979 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 22 19:30:26 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:40 2021 -0700 |
tree | 8a4207534e0155a21c06de4ea5bc04fbcd8b0c9a | |
parent | 37ad5f32e595b55e149451c171e80cd35fffa6f9 [diff] |
dm: core: Add function to access uclass priv Add functions so this information is not accessed directly. This will be needed for of-platdata which stores it in a different place. Signed-off-by: Simon Glass <sjg@chromium.org>