mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3568: increase register map size for nocp
Fixes: e866f07afb ("arm64: dts: rockchip: rk3568: Add nocp device node")
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: I567e061d42b72aabc2a8148b1a5e89993c8de1ca
This commit is contained in:
@@ -2044,27 +2044,27 @@
|
||||
|
||||
nocp_cpu: nocp-cpu@fe102000 {
|
||||
compatible = "rockchip,rk3568-nocp";
|
||||
reg = <0x0 0xfe102000 0x0 0x100>;
|
||||
reg = <0x0 0xfe102000 0x0 0x400>;
|
||||
};
|
||||
|
||||
nocp_gpu_vpu_rga_venc: nocp-gpu-vpu-rga-venc@fe102400 {
|
||||
compatible = "rockchip,rk3568-nocp";
|
||||
reg = <0x0 0xfe102400 0x0 0x100>;
|
||||
reg = <0x0 0xfe102400 0x0 0x400>;
|
||||
};
|
||||
|
||||
nocp_npu_vdec: nocp-vdec@fe102800 {
|
||||
compatible = "rockchip,rk3568-nocp";
|
||||
reg = <0x0 0xfe102800 0x0 0x100>;
|
||||
reg = <0x0 0xfe102800 0x0 0x400>;
|
||||
};
|
||||
|
||||
nocp_vi_usb_peri_pipe: nocp-vi-usb-peri-pipe@fe102c00 {
|
||||
compatible = "rockchip,rk3568-nocp";
|
||||
reg = <0x0 0xfe102c00 0x0 0x100>;
|
||||
reg = <0x0 0xfe102c00 0x0 0x400>;
|
||||
};
|
||||
|
||||
nocp_vo: nocp-vo@fe103000 {
|
||||
compatible = "rockchip,rk3568-nocp";
|
||||
reg = <0x0 0xfe103000 0x0 0x100>;
|
||||
reg = <0x0 0xfe103000 0x0 0x400>;
|
||||
};
|
||||
|
||||
qos_gpu: qos@fe128000 {
|
||||
|
||||
Reference in New Issue
Block a user