]> asedeno.scripts.mit.edu Git - linux.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)
commit1dc88f78da594042b549f1ea70de2fb721990e3c
treefcf86c2df05adfd6753b29c7fa13311c15a1783f
parent47b00dcf141172c4c1c583701ec91923672cec39
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