mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
arm64: dts: rockchip: fix mapping address for rk1808 pmugrf
Change-Id: Idf10c849052aba90b58120254bbc9bbebdc98937 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -185,9 +185,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