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:
Liang Chen
2018-02-05 15:19:38 +08:00
committed by Tao Huang
parent 602e41b469
commit 36e2b2b2f0

View File

@@ -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 {