mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: rk3568: reduce the size of sram
Change-Id: I3ba4273cb4730080a3512551126392a6e3343a05 Signed-off-by: YouMin Chen <cym@rock-chips.com>
This commit is contained in:
@@ -701,15 +701,15 @@
|
||||
|
||||
sram: sram@fdcc0000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x0 0xfdcc0000 0x0 0xc000>;
|
||||
reg = <0x0 0xfdcc0000 0x0 0xb000>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x0 0xfdcc0000 0xc000>;
|
||||
ranges = <0x0 0x0 0xfdcc0000 0xb000>;
|
||||
|
||||
/* start address and size should be 4k algin */
|
||||
rkvdec_sram: rkvdec-sram@0 {
|
||||
reg = <0x0 0xc000>;
|
||||
reg = <0x0 0xb000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user