mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: rockchip: px30: Remove the initial value of PLL_CPLL and BOOST
If show logo in uboot, can't change vop clocks. Change-Id: I84fc1138b54b1c7b3c798f1bc4fb7d0f332e6895 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -809,14 +809,8 @@
|
||||
#clock-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
|
||||
assigned-clocks =
|
||||
<&cru APLL_BOOST_H>, <&cru APLL_BOOST_L>,
|
||||
<&cru PLL_NPLL>, <&cru PLL_CPLL>,
|
||||
<&cru ARMCLK>;
|
||||
assigned-clock-rates =
|
||||
<1608000000>, <1416000000>,
|
||||
<1188000000>, <1188000000>,
|
||||
<816000000>;
|
||||
assigned-clocks = <&cru PLL_NPLL>, <&cru ARMCLK>;
|
||||
assigned-clock-rates = <1188000000>, <816000000>;
|
||||
};
|
||||
|
||||
pmucru: pmu-clock-controller@ff2bc000 {
|
||||
|
||||
Reference in New Issue
Block a user