mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user