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:
Vikash Garodia 2016-05-13 17:43:26 -07:00 committed by Jeevan Shriram
parent 33d447d112
commit e313b025f1

View file

@ -218,7 +218,7 @@
qcom,vmem@c880000 { qcom,vmem@c880000 {
compatible = "qcom,msm-vmem"; compatible = "qcom,msm-vmem";
status = "disabled"; status = "ok";
interrupts = <GIC_SPI 429 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 429 IRQ_TYPE_LEVEL_HIGH>;
reg = <0xc880000 0x6b>, 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 0 0>,
<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_VMEM_CFG 500 800>; <MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_VMEM_CFG 500 800>;
qcom,bank-size = <524288>; /* 512 kB */ qcom,bank-size = <131072>; /* 128 kB */
}; };
}; };