mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm: dts: fix reg length err for rk322x
RK322x is a 32-bit SoC, the length of register is 32-bit. Change-Id: I3fe506b0f9c7f8ec70a56863f95decdc12e61e85 Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
@@ -1043,17 +1043,17 @@
|
||||
|
||||
qos_vpu: qos@31040000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0x31040000 0x0 0x20>;
|
||||
reg = <0x31040000 0x20>;
|
||||
};
|
||||
|
||||
qos_rkvdec_r: qos@31070000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0x31070000 0x0 0x20>;
|
||||
reg = <0x31070000 0x20>;
|
||||
};
|
||||
|
||||
qos_rkvdec_w: qos@31070080 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0x31070080 0x0 0x20>;
|
||||
reg = <0x31070080 0x20>;
|
||||
};
|
||||
|
||||
gic: interrupt-controller@32010000 {
|
||||
|
||||
Reference in New Issue
Block a user