arm64: dts: rockchip: fix reg length for cru on RK1808 SoCs

PMU_CRU offset is 0xc000.

Change-Id: I59530a55a4561df6922c2a3040c59e6b590842a4
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2018-10-06 16:22:16 +08:00
committed by Tao Huang
parent 3e9d3367b9
commit 827031a1ca

View File

@@ -281,7 +281,7 @@
cru: clock-controller@ff350000 {
compatible = "rockchip,rk1808-cru";
reg = <0x0 0xff350000 0x0 0x5000>;
reg = <0x0 0xff350000 0x0 0xd000>;
rockchip,grf = <&grf>;
#clock-cells = <1>;
#reset-cells = <1>;