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

This reverts commit 827031a1ca.

PMU_CRU offset is 0x4000

Change-Id: Ia535a255030b530949bc205414dca86ffd7ff6b6
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2018-10-08 19:48:56 +08:00
parent fd65ecb2e4
commit fc7271aeff

View File

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