diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2014-08-26 01:15:34 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-08-26 01:15:34 +0200 |
commit | 9a02ae4ed4ee139053d554ca1ab7d0e16609a0f5 (patch) | |
tree | 25c7f40cce671d379d32237e107cd78da46fec52 /arch/arm/boot/dts/twl6030.dtsi | |
parent | ARM: OMAP: fix %d confusingly prefixed with 0x in format string (diff) | |
download | linux-9a02ae4ed4ee139053d554ca1ab7d0e16609a0f5.tar.xz linux-9a02ae4ed4ee139053d554ca1ab7d0e16609a0f5.zip |
ARM: OMAP2+: omap_device: remove warning that clk alias already exists
When an alias for a clock already exists the warning is printed. For
every module with a main_clk defined, a clk alias for fck is added.
There are some components that have the same main_clk defined, so this
is a really normal situation.
For example the am33xx edma device has 4 components using the same main
clock. So there are three warnings in the boot log for this already
existing clock alias:
platform 49000000.edma: alias fck already exists
platform 49000000.edma: alias fck already exists
platform 49000000.edma: alias fck already exists
As this is only interesting for developers, this patch changes the
message to a debug message.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/twl6030.dtsi')
0 files changed, 0 insertions, 0 deletions