linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: dts: i.MX51: Add dummy clock to AUDMUX
Date: Thu,  7 Nov 2013 12:45:06 +0400	[thread overview]
Message-ID: <1383813908-26571-3-git-send-email-shc_work@mail.ru> (raw)
In-Reply-To: <1383813908-26571-1-git-send-email-shc_work@mail.ru>

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>
---
 arch/arm/boot/dts/imx51.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 20e07bf..e0d7f5b 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -455,6 +455,8 @@
 			audmux: audmux at 83fd0000 {
 				compatible = "fsl,imx51-audmux", "fsl,imx31-audmux";
 				reg = <0x83fd0000 0x4000>;
+				clocks = <&clks 0>;
+				clock-names = "audmux";
 				status = "disabled";
 			};
 
-- 
1.8.1.5

  parent reply	other threads:[~2013-11-07  8:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-07  8:45 [PATCH 1/5] ARM: dts: i.MX51: Move usbphy0 node from AIPS1 Alexander Shiyan
2013-11-07  8:45 ` [PATCH 2/5] ARM: dts: i.MX51: Update CPU node Alexander Shiyan
2013-11-07  8:45 ` Alexander Shiyan [this message]
2013-11-07  8:45 ` [PATCH 4/5] ARM: dts: i.MX51: Add missing pinctrl definitions Alexander Shiyan
2013-11-07  8:45 ` [PATCH 5/5] ARM: dts: i.MX51: Switch to use standard IRQ flags definitions Alexander Shiyan
2013-11-11  8:11 ` [PATCH 1/5] ARM: dts: i.MX51: Move usbphy0 node from AIPS1 Shawn Guo
2013-11-11  8:15   ` Alexander Shiyan
2013-11-11  8:28     ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383813908-26571-3-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).