mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM64: dts: rockchip: rk3399: assigned clk_uart4_src parent to PPLL
clk_uart4_src default parent is 24M,does not satisfy the fractional divider must set that denominator is 20 times larger than numerator. Change-Id: I21fd9866794e052414a6fdf1d64840ac2a0bb8f2 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
};
|
||||
|
||||
&uart4 {
|
||||
assigned-clocks = <&cru SCLK_UART_SRC>;
|
||||
assigned-clock-parents = <&cru PLL_GPLL>;
|
||||
assigned-clocks = <&pmucru SCLK_UART4_SRC>;
|
||||
assigned-clock-parents = <&pmucru PLL_PPLL>;
|
||||
};
|
||||
|
||||
&spdif {
|
||||
|
||||
Reference in New Issue
Block a user