diff mbox

clk: renesas: Stop enabling legacy DT clock support by default

Message ID 1514906296-8099-1-git-send-email-geert+renesas@glider.be (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show

Commit Message

Geert Uytterhoeven Jan. 2, 2018, 3:18 p.m. UTC
Since v4.15-rc1, the DTS files for all R-Car Gen2 SoCs have been
converted to the new CPG/MSSR bindings.  Hence it is now safe to no
longer enable legacy DT clock support by default.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in clk-renesas-for-v4.16.

 drivers/clk/renesas/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Geert Uytterhoeven Jan. 4, 2018, 10:35 a.m. UTC | #1
On Tue, Jan 2, 2018 at 4:18 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> Since v4.15-rc1, the DTS files for all R-Car Gen2 SoCs have been
> converted to the new CPG/MSSR bindings.  Hence it is now safe to no
> longer enable legacy DT clock support by default.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> To be queued in clk-renesas-for-v4.16.

Applied and queued in clk-renesas-for-v4.16.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Geert Uytterhoeven Jan. 5, 2018, 10:12 a.m. UTC | #2
On Thu, Jan 4, 2018 at 11:35 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Tue, Jan 2, 2018 at 4:18 PM, Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
>> Since v4.15-rc1, the DTS files for all R-Car Gen2 SoCs have been
>> converted to the new CPG/MSSR bindings.  Hence it is now safe to no
>> longer enable legacy DT clock support by default.
>>
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> ---
>> To be queued in clk-renesas-for-v4.16.
>
> Applied and queued in clk-renesas-for-v4.16.

Upon second thought, I'll postpone this to v4.17.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
diff mbox

Patch

diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig
index 43b5a89c4b282db8..84b40b95ca0eff5f 100644
--- a/drivers/clk/renesas/Kconfig
+++ b/drivers/clk/renesas/Kconfig
@@ -24,12 +24,13 @@  if CLK_RENESAS
 config CLK_RENESAS_LEGACY
 	bool "Legacy DT clock support"
 	depends on CLK_R8A7790 || CLK_R8A7791 || CLK_R8A7792 || CLK_R8A7794
-	default y
 	help
 	  Enable backward compatibility with old device trees describing a
 	  hierarchical representation of the various CPG and MSTP clocks.
 
 	  Say Y if you want your kernel to work with old DTBs.
+	  It is safe to say N if you use the DTS that is supplied with the
+	  current kernel source tree.
 
 # SoC
 config CLK_EMEV2