]> git.baikalelectronics.ru Git - uboot.git/commit
clk: ccf: mux: fix access to the sandbox register
authorDario Binacchi <dariobin@libero.it>
Sat, 2 May 2020 15:58:33 +0000 (17:58 +0200)
committerLukasz Majewski <lukma@denx.de>
Mon, 24 Aug 2020 09:03:26 +0000 (11:03 +0200)
commit72da6c6c228e9d2c861c3d6f59ce4d09ee84256c
tree0f018aa7aeab02bc8a9936a0d0a718b1a28dcb10
parent5610b5c92776824632b96976c5703ce8fa29fb77
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>
drivers/clk/clk-mux.c