mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk1808: fix up the pd_pcie qos node
add usb2 and usb3 qos node, set qos_pcie\qos_usb2\qos_usb3 status = "disabled" by default. Change-Id: I307be4138c04c3bea5ae779ed85a9a4d2420ad0a Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -342,6 +342,19 @@
|
||||
qos_pcie: qos@fe880000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xfe880000 0x0 0x20>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qos_usb2: qos@fe890000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xfe890000 0x0 0x20>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qos_usb3: qos@fe890080 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xfe890080 0x0 0x20>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qos_isp: qos@fe8a0000 {
|
||||
@@ -636,7 +649,9 @@
|
||||
<&cru HCLK_HOST_ARB>,
|
||||
<&cru SCLK_USB3_OTG0_REF>,
|
||||
<&cru SCLK_USB3_OTG0_SUSPEND>;
|
||||
pm_qos = <&qos_pcie>;
|
||||
pm_qos = <&qos_pcie>,
|
||||
<&qos_usb2>,
|
||||
<&qos_usb3>;
|
||||
};
|
||||
pd_vpu@RK1808_PD_VPU {
|
||||
reg = <RK1808_PD_VPU>;
|
||||
|
||||
Reference in New Issue
Block a user