Skip to content

Commit 6ad0044

Browse files
finley1226rkhuangtao
authored andcommitted
arm: dts: rockchip: rk3288: Assigned i2s_src parent to GPLL
The default parent of i2s_src is 200MHz CPLL, it doesn't meet the constraint of fractional divider that denominator must be 20 times larger than numerator. Change-Id: I986525ca7a92cb5883facd1b6e89079398302856 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent e62d893 commit 6ad0044

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,8 @@
10701070
dma-names = "tx", "rx";
10711071
clock-names = "i2s_hclk", "i2s_clk";
10721072
clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>;
1073+
assigned-clocks = <&cru SCLK_I2S_SRC>;
1074+
assigned-clock-parents = <&cru PLL_GPLL>;
10731075
pinctrl-names = "default";
10741076
pinctrl-0 = <&i2s0_bus>;
10751077
rockchip,playback-channels = <8>;

0 commit comments

Comments
 (0)