Commit 18f44d7b authored by Bo Shen's avatar Bo Shen Committed by Nicolas Ferre

ARM: at91: sama5d3xek: switch sound to CCF

As the sama5d3xek board has switch to CCF, so add clock for wm8904
Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
Reviwed-by: default avatarMark Brown <broonie@linaro.org>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 334394c0
......@@ -45,6 +45,8 @@ i2c0: i2c@f0014000 {
wm8904: wm8904@1a {
compatible = "wm8904";
reg = <0x1a>;
clocks = <&pck0>;
clock-names = "mclk";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment