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)
commite3b5d74c778a8782f763412679ca4c3cb2d496c3
tree0f018aa7aeab02bc8a9936a0d0a718b1a28dcb10
parent40559d277481a47abc8e42f287fd67a19e9592d9
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