Merge "ARM: dts: msm: Fix trust_ui_vm_mem alignment for Parrot"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
073b033833
@@ -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 {
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user