commit | 08fd82cf3e55c0ab7b1038d82a7c744d3193c269 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 04 11:58:28 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 14 20:40:24 2016 -0600 |
tree | c1d1642adb8949ea0e91ff002faad6c14afc532a | |
parent | bfeb443e3d583a5e7bbd98a67175f3a082a5e3d2 [diff] |
rockchip: clk: Move all DT decoding to ofdata_to_platdata() It is more correct to avoid touching the device tree in the probe() method. Update the driver to work this way. Also add an error check on grf since if that fails then we should not use it. Signed-off-by: Simon Glass <sjg@chromium.org>