diff options
| author | Alexander Shiyan <[email protected]> | 2013-11-07 12:45:06 +0400 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2014-02-09 21:32:36 +0800 |
| commit | e030df9ddd2359a520dc6e9c99f49f942694226f (patch) | |
| tree | 52fcb83d3699dd76e303b021493656b994d07377 | |
| parent | 6acde887126dfb1f7fb1ddd5e7523ccaaeca1149 (diff) | |
ARM: dts: i.MX51: Add dummy clock to AUDMUX
This patch adds dummy clock for AUDMUX. This change avoids useless
debug message "cannot get clock" during driver initialization.
Signed-off-by: Alexander Shiyan <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index e074b2a02ca1..5f5c1a80ce53 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -455,6 +455,8 @@ audmux: audmux@83fd0000 { compatible = "fsl,imx51-audmux", "fsl,imx31-audmux"; reg = <0x83fd0000 0x4000>; + clocks = <&clks 0>; + clock-names = "audmux"; status = "disabled"; }; |