mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: rockchip: rk3588: Add qos_gic600_m0 and qos_gic600_m1
Change-Id: Icb547d8765d345e979a12c98f52ddecad547c388 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -3364,6 +3364,8 @@
|
||||
clocks = <&cru PCLK_PHP_ROOT>,
|
||||
<&cru ACLK_PCIE_ROOT>,
|
||||
<&cru ACLK_PHP_ROOT>;
|
||||
pm_qos = <&qos_gic600_m0>,
|
||||
<&qos_gic600_m1>;
|
||||
};
|
||||
power-domain@RK3588_PD_SDIO {
|
||||
reg = <RK3588_PD_SDIO>;
|
||||
@@ -5251,6 +5253,16 @@
|
||||
reg = <0x0 0xfdf39000 0x0 0x20>;
|
||||
};
|
||||
|
||||
qos_gic600_m0: qos@fdf3a000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xfdf3a000 0x0 0x20>;
|
||||
};
|
||||
|
||||
qos_gic600_m1: qos@fdf3a200 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xfdf3a200 0x0 0x20>;
|
||||
};
|
||||
|
||||
qos_sdmmc: qos@fdf3d800 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xfdf3d800 0x0 0x20>;
|
||||
|
||||
Reference in New Issue
Block a user