]> 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)
commit3e484db15a5bf37191c03f143e42d74b7404332f
treefcf86c2df05adfd6753b29c7fa13311c15a1783f
parentdb971f50ca7369d9be99dd465d39bb2999158ca3
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