ARM: dts: msm: Enable VMEM node
Enable VMEM node and configure the size as per msmcobalt. CRs-Fixed: 1008076 Change-Id: I8bbb827e6fcddb12bf452279f5f7d60b614c2915 Signed-off-by: Vikash Garodia <vgarodia@codeaurora.org>
This commit is contained in:
parent
33d447d112
commit
e313b025f1
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@
|
|||
|
||||
qcom,vmem@c880000 {
|
||||
compatible = "qcom,msm-vmem";
|
||||
status = "disabled";
|
||||
status = "ok";
|
||||
interrupts = <GIC_SPI 429 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
reg = <0xc880000 0x6b>,
|
||||
|
@ -236,6 +236,6 @@
|
|||
<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_VMEM_CFG 0 0>,
|
||||
<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_VMEM_CFG 500 800>;
|
||||
|
||||
qcom,bank-size = <524288>; /* 512 kB */
|
||||
qcom,bank-size = <131072>; /* 128 kB */
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue