]> git.karo-electronics.de Git - linux-beck.git/commit
clk: renesas: mstp: Support 8-bit registers for r7s72100
authorChris Brandt <chris.brandt@renesas.com>
Thu, 15 Dec 2016 17:00:27 +0000 (12:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2017 10:39:28 +0000 (11:39 +0100)
commit54eed7ab1367f3d802ba516a60967e8547224a55
treeac2ff4efd375f1867381ec3c2aa9344fdf6fe6a0
parent5dd700e897e4d1f74fde0826ed2ed7db08c47327
clk: renesas: mstp: Support 8-bit registers for r7s72100

commit e2a33c34ddff22ee208d80abdd12b88a98d6cb60 upstream.

The RZ/A1 is different than the other Renesas SOCs because the MSTP
registers are 8-bit instead of 32-bit and if you try writing values as
32-bit nothing happens...meaning this driver never worked for r7s72100.

Fixes: b6face404f38 ("ARM: shmobile: r7s72100: add essential clock nodes to dtsi")
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/renesas/clk-mstp.c