commit | 88ea8dfea3b56663b1e15f1db2a9a24e96192a2e | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Sat May 02 17:58:33 2020 +0200 |
committer | Lukasz Majewski <lukma@denx.de> | Mon Aug 24 11:03:26 2020 +0200 |
tree | 0f018aa7aeab02bc8a9936a0d0a718b1a28dcb10 | |
parent | 5217bb115ba25ac92ac1b3e0b8d7ff768e4fefd4 [diff] |
clk: ccf: mux: fix access to the sandbox register The tests developed for the mux clock are run on the sandbox. They don't call the clk_mux_set_parent routine and therefore they do not detect this error. Signed-off-by: Dario Binacchi <dariobin@libero.it>