ARM: dts: rockchip: rk3288: split i2s mclk pinctrl from i2s bus

because currently mclk is handled by codec side, so the
associated pinctrl should be handled by codec too.

Change-Id: I0611b7a291351a20f72b5124c501dc79d92787d6
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Sugar Zhang
2017-09-20 10:11:10 +08:00
committed by Tao Huang
parent 8c99ad8b0f
commit cdea157c04

View File

@@ -2185,8 +2185,11 @@
<6 RK_PA1 1 &pcfg_pull_none>,
<6 RK_PA2 1 &pcfg_pull_none>,
<6 RK_PA3 1 &pcfg_pull_none>,
<6 RK_PA4 1 &pcfg_pull_none>,
<6 RK_PB0 1 &pcfg_pull_none>;
<6 RK_PA4 1 &pcfg_pull_none>;
};
i2s0_mclk: i2s0-mclk {
rockchip,pins = <6 RK_PB0 1 &pcfg_pull_none>;
};
};