commit | fe5eb091d8955f4a288c5018f9982d8e7a2285f9 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 05 09:23:15 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | 1b3fe5c4ae3f1a606f255cbc3c3c675c73c4121b | |
parent | b1dd47c023e2faf48ce003ad44c6b7e7bbec1cbc [diff] |
dm: timer: Skip device that does not have a valid ofnode in pre_probe() It is possible that a timer device has a null ofnode, hence there is no need to further parse DT for the clock rate. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>