mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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>
This commit is contained in:
@@ -1070,6 +1070,8 @@
|
||||
dma-names = "tx", "rx";
|
||||
clock-names = "i2s_hclk", "i2s_clk";
|
||||
clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>;
|
||||
assigned-clocks = <&cru SCLK_I2S_SRC>;
|
||||
assigned-clock-parents = <&cru PLL_GPLL>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2s0_bus>;
|
||||
rockchip,playback-channels = <8>;
|
||||
|
||||
Reference in New Issue
Block a user