mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
ARM64: dts: rockchip: add clock assign for rk3368 cru
Add "assigned-clocks" for rk3368 cru node, to intalize clock rate for plls, bus and peripher. Change-Id: Ic36401fef73b005d778b8ccc8527633af408985c Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
This commit is contained in:
@@ -736,6 +736,18 @@
|
||||
rockchip,grf = <&grf>;
|
||||
#clock-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
assigned-clocks =
|
||||
<&cru PLL_GPLL>, <&cru PLL_CPLL>,
|
||||
<&cru PLL_NPLL>,
|
||||
<&cru ACLK_BUS>, <&cru ACLK_PERI>,
|
||||
<&cru HCLK_BUS>, <&cru HCLK_PERI>,
|
||||
<&cru PCLK_BUS>, <&cru PCLK_PERI>;
|
||||
assigned-clock-rates =
|
||||
<576000000>, <400000000>,
|
||||
<1188000000>,
|
||||
<300000000>, <300000000>,
|
||||
<150000000>, <150000000>,
|
||||
<75000000>, <75000000>;
|
||||
};
|
||||
|
||||
grf: syscon@ff770000 {
|
||||
|
||||
Reference in New Issue
Block a user