Commit 5427b0d2 authored by Rongjun Ying's avatar Rongjun Ying Committed by Barry Song

ARM: dts: atlas6: add a separate pingroup for i2s mclk output

The I2S controller can output mclk to external audio codec. But by
hardware design, some codecs need mclk and some codecs do not need
mclk. So the mclk pin can be an independent pinctrl group, and the
card driver can get it or not based on boards.
Signed-off-by: default avatarRongjun Ying <rongjun.ying@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e6067f29
......@@ -522,6 +522,12 @@ sdmmc5 {
sirf,function = "sdmmc5";
};
};
i2s_mclk_pins_a: i2s_mclk@0 {
i2s_mclk {
sirf,pins = "i2smclkgrp";
sirf,function = "i2s_mclk";
};
};
i2s_pins_a: i2s@0 {
i2s {
sirf,pins = "i2sgrp";
......
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