mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: fix mapping address for rk3399pro-npu pmugrf
Change-Id: Ie0e11f6f2941d4730633b668c1be40b22850c359 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -138,9 +138,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
pmugrf: syscon@fe410000 {
|
||||
pmugrf: syscon@fe020000 {
|
||||
compatible = "rockchip,rk1808-pmugrf", "syscon", "simple-mfd";
|
||||
reg = <0x0 0xfe410000 0x0 0x1000>;
|
||||
reg = <0x0 0xfe020000 0x0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user