Merge "ARM: dts: msm: Fix trust_ui_vm_mem alignment for Parrot"

This commit is contained in:
QCTECMDR Service
2024-08-19 02:42:41 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 5 additions and 5 deletions

View File

@@ -134,9 +134,9 @@
reg = <0x0 0xe0600000 0x0 0x400000>; reg = <0x0 0xe0600000 0x0 0x400000>;
}; };
trust_ui_vm_mem: trust_ui_vm_region@e0b00000 { trust_ui_vm_mem: trust_ui_vm_region@e0c00000 {
no-map; no-map;
reg = <0x0 0xe0b00000 0x0 0x4af3000>; reg = <0x0 0xe0c00000 0x0 0x49f3000>;
}; };
trust_ui_vm_qrtr: trust_ui_vm_qrtr@e55f3000 { trust_ui_vm_qrtr: trust_ui_vm_qrtr@e55f3000 {

View File

@@ -129,9 +129,9 @@
reg = <0x0 0xe0600000 0x0 0x400000>; reg = <0x0 0xe0600000 0x0 0x400000>;
}; };
trust_ui_vm_mem: trust_ui_vm_region@e0b00000 { trust_ui_vm_mem: trust_ui_vm_region@e0c00000 {
no-map; no-map;
reg = <0x0 0xe0b00000 0x0 0x4af3000>; reg = <0x0 0xe0c00000 0x0 0x49f3000>;
}; };
trust_ui_vm_qrtr: trust_ui_vm_qrtr@e55f3000 { trust_ui_vm_qrtr: trust_ui_vm_qrtr@e55f3000 {

View File

@@ -105,7 +105,7 @@
memory { memory {
#address-cells = <0x2>; #address-cells = <0x2>;
#size-cells = <0x0>; #size-cells = <0x0>;
base-address = <0x0 0xe0b00000>; base-address = <0x0 0xe0c00000>;
size-min = <0x0 0x7a00000>; /* 122 MB */ size-min = <0x0 0x7a00000>; /* 122 MB */
}; };