arm64: dts: rockchip: rk356x: Change to use I2Sx_MCLKOUT

This patch changes to use I2Sx_MCLKOUT, and Fix its parent
assignment.

Change-Id: I584da197cebdb3846eefc463e336cd6998db2325
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2021-03-08 17:00:01 +08:00
committed by Tao Huang
parent 7ddb8b2d97
commit d32dcf7014
11 changed files with 44 additions and 33 deletions

View File

@@ -396,10 +396,11 @@
&rk809_codec {
compatible = "rockchip,rk809-codec", "rockchip,rk817-codec";
clocks = <&cru I2S3_MCLKOUT_TX>;
clocks = <&cru I2S3_MCLKOUT>;
clock-names = "mclk";
assigned-clocks = <&cru I2S3_MCLKOUT_TX>;
assigned-clock-parents = <&cru CLK_I2S3_2CH_TX>;
assigned-clocks = <&cru I2S3_MCLKOUT>, <&cru I2S3_MCLK_IOE>;
assigned-clock-rates = <12288000>;
assigned-clock-parents = <&cru I2S3_MCLKOUT_TX>, <&cru I2S3_MCLKOUT>;
pinctrl-names = "default";
pinctrl-0 = <&i2s3m1_mclk>;
hp-volume = <20>;