commit | ffbf9cf3f9460e320c3f1a90a51145da86c16781 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Fri Sep 11 16:43:49 2020 +0900 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Thu Sep 17 15:30:08 2020 +0200 |
tree | cd0ae285c9c903344007da03842c14b0025ff4db | |
parent | a69f802ea1e542bfbb7e3a5958e939138e967210 [diff] |
clk: renesas: cpg-mssr: Use enum clk_reg_layout instead of a boolean flag Geert suggested defining multiple register layout variants using an enum [1] to support further devices like R-Car V3U. So, use enum clk_reg_layout instead of a boolean .stbyctrl flag. No behavioral change. [1] https://lore.kernel.org/linux-renesas-soc/CAMuHMdVAgN69p9FFnQdO4iHk2CHkeNaVui2Q-FOY6_BFVjQ-Nw@mail.gmail.com/ Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Link: https://lore.kernel.org/r/1599810232-29035-2-git-send-email-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>