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 <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:

committed by
Shawn Guo

parent
6acde88712
commit
e030df9ddd
@@ -455,6 +455,8 @@
|
|||||||
audmux: audmux@83fd0000 {
|
audmux: audmux@83fd0000 {
|
||||||
compatible = "fsl,imx51-audmux", "fsl,imx31-audmux";
|
compatible = "fsl,imx51-audmux", "fsl,imx31-audmux";
|
||||||
reg = <0x83fd0000 0x4000>;
|
reg = <0x83fd0000 0x4000>;
|
||||||
|
clocks = <&clks 0>;
|
||||||
|
clock-names = "audmux";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user