]> git.baikalelectronics.ru Git - kernel.git/commit
clk: ti: clkctrl: replace dashes from clkdm name with underscore
authorTero Kristo <t-kristo@ti.com>
Thu, 30 Aug 2018 06:58:31 +0000 (09:58 +0300)
committerTero Kristo <t-kristo@ti.com>
Wed, 3 Oct 2018 12:02:26 +0000 (15:02 +0300)
commit7471ceb90c7b110283c3effd2c88cc24fc1948fd
treefcf86c2df05adfd6753b29c7fa13311c15a1783f
parent2de0f11809c15ef366bf2799dbf7d15dbb40629c
clk: ti: clkctrl: replace dashes from clkdm name with underscore

The change in the DTS data node naming prevents using underscore
within the node names and force usage of dash instead. On the other
hand, clockdomains use underscore instead of dash, so this must be
replaced within the driver code so that the mapping between the two
can be done properly.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Tony Lindgren <tony@atomide.com>
drivers/clk/ti/clkctrl.c