mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 16:13:03 +02:00
arm64: dts: rockchip: rk3588s: Add dus clk for pd npu
The dus clk shouled be enabled before restore qos. Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: Ic981fc6d680a9be4c441c946715bf709c4e83e7b
This commit is contained in:
parent
5a6b46c1a2
commit
606e61abb0
|
|
@ -1374,7 +1374,8 @@ power-domain@RK3588_PD_NPUTOP {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clocks = <&cru HCLK_NPU_ROOT>,
|
||||
<&cru PCLK_NPU_ROOT>;
|
||||
<&cru PCLK_NPU_ROOT>,
|
||||
<&cru CLK_NPU_DSU0>;
|
||||
pm_qos = <&qos_npu0_mwr>,
|
||||
<&qos_npu0_mro>,
|
||||
<&qos_mcu_npu>;
|
||||
|
|
@ -1382,13 +1383,15 @@ power-domain@RK3588_PD_NPUTOP {
|
|||
power-domain@RK3588_PD_NPU1 {
|
||||
reg = <RK3588_PD_NPU1>;
|
||||
clocks = <&cru HCLK_NPU_ROOT>,
|
||||
<&cru PCLK_NPU_ROOT>;
|
||||
<&cru PCLK_NPU_ROOT>,
|
||||
<&cru CLK_NPU_DSU0>;
|
||||
pm_qos = <&qos_npu1>;
|
||||
};
|
||||
power-domain@RK3588_PD_NPU2 {
|
||||
reg = <RK3588_PD_NPU2>;
|
||||
clocks = <&cru HCLK_NPU_ROOT>,
|
||||
<&cru PCLK_NPU_ROOT>;
|
||||
<&cru PCLK_NPU_ROOT>,
|
||||
<&cru CLK_NPU_DSU0>;
|
||||
pm_qos = <&qos_npu2>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user