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:
Elaine Zhang
2017-09-20 10:05:51 +08:00
parent 1b523997b3
commit a8cf408589

View File

@@ -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 {