mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user