arm64: dts: rockchip: rk3588: Set mclkin freq as 0 Hz default

Use freq 0 Hz to represent the case which not used yet, and,
should assign the match freq as external mclk in if used.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: I0a731367a81a740df36af7552c7b6a353f9bd2f0
This commit is contained in:
Sugar Zhang
2023-02-22 11:24:10 +08:00
committed by Tao Huang
parent 272ce0169e
commit cc54f72174

View File

@@ -299,28 +299,28 @@
mclkin_i2s0: mclkin-i2s0 {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <12288000>;
clock-frequency = <0>;
clock-output-names = "i2s0_mclkin";
};
mclkin_i2s1: mclkin-i2s1 {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <12288000>;
clock-frequency = <0>;
clock-output-names = "i2s1_mclkin";
};
mclkin_i2s2: mclkin-i2s2 {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <12288000>;
clock-frequency = <0>;
clock-output-names = "i2s2_mclkin";
};
mclkin_i2s3: mclkin-i2s3 {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <12288000>;
clock-frequency = <0>;
clock-output-names = "i2s3_mclkin";
};