OSDN Git Service

ARM: dts: i.MX51: Add dummy clock to AUDMUX
authorAlexander Shiyan <shc_work@mail.ru>
Thu, 7 Nov 2013 08:45:06 +0000 (12:45 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 9 Feb 2014 13:32:36 +0000 (21:32 +0800)
This patch adds dummy clock for AUDMUX. This change avoids useless
debug message "cannot get clock" during driver initialization.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx51.dtsi

index e074b2a..5f5c1a8 100644 (file)
                        audmux: audmux@83fd0000 {
                                compatible = "fsl,imx51-audmux", "fsl,imx31-audmux";
                                reg = <0x83fd0000 0x4000>;
+                               clocks = <&clks 0>;
+                               clock-names = "audmux";
                                status = "disabled";
                        };