Skip to content

Commit b038702

Browse files
abuzarrahpalacio
authored andcommitted
ARM: dts: ccmp15: memory regions alignment with Linux
Device tree alignment with Linux kernel v5.15 regarding the reserved memory regions https://onedigi.atlassian.net/browse/DEL-8240 Signed-off-by: Arturo Buzarra <[email protected]>
1 parent c7cda07 commit b038702

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

arch/arm/dts/ccmp15.dtsi

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,50 +41,55 @@
4141
#size-cells = <1>;
4242
ranges;
4343

44-
gpu_reserved: gpu@f6000000 {
45-
reg = <0xf6000000 0x8000000>;
44+
mcuram2: mcuram2@10000000 {
45+
compatible = "shared-dma-pool";
46+
reg = <0x10000000 0x40000>;
4647
no-map;
4748
};
4849

49-
mcu_rsc_table: mcu_rsc_table@10048000 {
50+
vdev0vring0: vdev0vring0@10040000 {
5051
compatible = "shared-dma-pool";
51-
reg = <0x10048000 0x8000>;
52+
reg = <0x10040000 0x1000>;
5253
no-map;
5354
};
5455

55-
mcuram: mcuram@30000000 {
56+
vdev0vring1: vdev0vring1@10041000 {
5657
compatible = "shared-dma-pool";
57-
reg = <0x30000000 0x40000>;
58+
reg = <0x10041000 0x1000>;
5859
no-map;
5960
};
6061

61-
mcuram2: mcuram2@10000000 {
62+
vdev0buffer: vdev0buffer@10042000 {
6263
compatible = "shared-dma-pool";
63-
reg = <0x10000000 0x40000>;
64+
reg = <0x10042000 0x4000>;
6465
no-map;
6566
};
6667

67-
retram: retram@38000000 {
68+
mcu_rsc_table: mcu_rsc_table@10048000 {
6869
compatible = "shared-dma-pool";
69-
reg = <0x38000000 0x10000>;
70+
reg = <0x10048000 0x8000>;
7071
no-map;
7172
};
7273

73-
vdev0vring0: vdev0vring0@10040000 {
74+
mcuram: mcuram@30000000 {
7475
compatible = "shared-dma-pool";
75-
reg = <0x10040000 0x1000>;
76+
reg = <0x30000000 0x40000>;
7677
no-map;
7778
};
7879

79-
vdev0vring1: vdev0vring1@10041000 {
80+
retram: retram@38000000 {
8081
compatible = "shared-dma-pool";
81-
reg = <0x10041000 0x1000>;
82+
reg = <0x38000000 0x10000>;
8283
no-map;
8384
};
8485

85-
vdev0buffer: vdev0buffer@10042000 {
86-
compatible = "shared-dma-pool";
87-
reg = <0x10042000 0x4000>;
86+
gpu_reserved: gpu@da000000 {
87+
reg = <0xda000000 0x4000000>;
88+
no-map;
89+
};
90+
91+
optee@de000000 {
92+
reg = <0xde000000 0x2000000>;
8893
no-map;
8994
};
9095
};

0 commit comments

Comments
 (0)