This patch series adds Device tree data for the EMIF
sdram controllers in OMAP5 and LPDDR2 memory devices
in OMAP5-evm board.
Testing:
- Boot tested on OMAP5430 evm.
- Built EMIF as a module.
Changes from v1:
* Created a seperate dtsi file for Samsung LPDDR2 memory device
used in OMAP5-evm.
* Passing reg and interrupt fields from dt for EMIF1 and EMIF2.
Lokesh Vutla (3):
ARM: dts: omap5-evm: Fix size of memory defined for EVM
ARM: dts: omap5: EMIF device tree data for OMAP5 boards
ARM: dts: omap5-evm: LPDDR2 memory device details for EVM
arch/arm/boot/dts/omap5-evm.dts | 13 +++++-
arch/arm/boot/dts/omap5.dtsi | 24 +++++++++++
arch/arm/boot/dts/samsung_k3pe0e000b.dtsi | 67 +++++++++++++++++++++++++++++
3 files changed, 103 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/samsung_k3pe0e000b.dtsi
--
1.7.10.4
Memory present for OMAP5-evm is 2GB. But in dts file
it is specified as 1GB. Correcting the same.
Signed-off-by: Lokesh Vutla <redacted>
---
arch/arm/boot/dts/omap5-evm.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Samsung's K3PE0E000B memory part is used in OMAP5-evm board.
Adding timings and geometry details for Samsung's memory part and
attaching the same to device-handle of EMIF1/2.
Signed-off-by: Lokesh Vutla <redacted>
---
arch/arm/boot/dts/omap5-evm.dts | 11 +++++
arch/arm/boot/dts/samsung_k3pe0e000b.dtsi | 67 +++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
create mode 100644 arch/arm/boot/dts/samsung_k3pe0e000b.dtsi
Hi,
On Thursday 11 October 2012 06:17 PM, Lokesh Vutla wrote:
This patch series adds Device tree data for the EMIF
sdram controllers in OMAP5 and LPDDR2 memory devices
in OMAP5-evm board.
Testing:
- Boot tested on OMAP5430 evm.
- Built EMIF as a module.
Changes from v1:
* Created a seperate dtsi file for Samsung LPDDR2 memory device
used in OMAP5-evm.
* Passing reg and interrupt fields from dt for EMIF1 and EMIF2.
Gentle ping on this series.
Thanks
Lokesh
Lokesh Vutla (3):
ARM: dts: omap5-evm: Fix size of memory defined for EVM
ARM: dts: omap5: EMIF device tree data for OMAP5 boards
ARM: dts: omap5-evm: LPDDR2 memory device details for EVM
arch/arm/boot/dts/omap5-evm.dts | 13 +++++-
arch/arm/boot/dts/omap5.dtsi | 24 +++++++++++
arch/arm/boot/dts/samsung_k3pe0e000b.dtsi | 67 +++++++++++++++++++++++++++++
3 files changed, 103 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/samsung_k3pe0e000b.dtsi
Hi Lokesh,
On 11/05/2012 06:58 AM, Lokesh Vutla wrote:
Hi,
On Thursday 11 October 2012 06:17 PM, Lokesh Vutla wrote:
quoted
This patch series adds Device tree data for the EMIF
sdram controllers in OMAP5 and LPDDR2 memory devices
in OMAP5-evm board.
Testing:
- Boot tested on OMAP5430 evm.
- Built EMIF as a module.
Changes from v1:
* Created a seperate dtsi file for Samsung LPDDR2 memory device
used in OMAP5-evm.
* Passing reg and interrupt fields from dt for EMIF1 and EMIF2.
Gentle ping on this series.
Sorry, I missed it. It might be too late for 3.8, since Tony wanted us
to push before -rc4. I'll pull the series anyway just in case.
I have a least one comment.
Regards,
Benoit
Thanks
Lokesh
quoted
Lokesh Vutla (3):
ARM: dts: omap5-evm: Fix size of memory defined for EVM
ARM: dts: omap5: EMIF device tree data for OMAP5 boards
ARM: dts: omap5-evm: LPDDR2 memory device details for EVM
arch/arm/boot/dts/omap5-evm.dts | 13 +++++-
arch/arm/boot/dts/omap5.dtsi | 24 +++++++++++
arch/arm/boot/dts/samsung_k3pe0e000b.dtsi | 67
+++++++++++++++++++++++++++++
3 files changed, 103 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/samsung_k3pe0e000b.dtsi
Samsung's K3PE0E000B memory part is used in OMAP5-evm board.
Adding timings and geometry details for Samsung's memory part and
attaching the same to device-handle of EMIF1/2.
Signed-off-by: Lokesh Vutla <redacted>
---
arch/arm/boot/dts/omap5-evm.dts | 11 +++++
arch/arm/boot/dts/samsung_k3pe0e000b.dtsi | 67 +++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
create mode 100644 arch/arm/boot/dts/samsung_k3pe0e000b.dtsi
Hi Lokesh,
On 11/05/2012 06:58 AM, Lokesh Vutla wrote:
quoted
Hi,
On Thursday 11 October 2012 06:17 PM, Lokesh Vutla wrote:
quoted
This patch series adds Device tree data for the EMIF
sdram controllers in OMAP5 and LPDDR2 memory devices
in OMAP5-evm board.
Testing:
- Boot tested on OMAP5430 evm.
- Built EMIF as a module.
Changes from v1:
* Created a seperate dtsi file for Samsung LPDDR2 memory device
used in OMAP5-evm.
* Passing reg and interrupt fields from dt for EMIF1 and EMIF2.
Gentle ping on this series.
Sorry, I missed it. It might be too late for 3.8, since Tony wanted us
to push before -rc4. I'll pull the series anyway just in case.
I have a least one comment.
Could you just rebase on top of the for_3.8 branch, fix the minor
comments and repost ASAP.
Thanks,
Benoit
Hi Benoit,
On Monday 05 November 2012 04:33 PM, Benoit Cousson wrote:
On 11/05/2012 11:51 AM, Benoit Cousson wrote:
quoted
Hi Lokesh,
On 11/05/2012 06:58 AM, Lokesh Vutla wrote:
quoted
Hi,
On Thursday 11 October 2012 06:17 PM, Lokesh Vutla wrote:
quoted
This patch series adds Device tree data for the EMIF
sdram controllers in OMAP5 and LPDDR2 memory devices
in OMAP5-evm board.
Testing:
- Boot tested on OMAP5430 evm.
- Built EMIF as a module.
Changes from v1:
* Created a seperate dtsi file for Samsung LPDDR2 memory device
used in OMAP5-evm.
* Passing reg and interrupt fields from dt for EMIF1 and EMIF2.
Gentle ping on this series.
Sorry, I missed it. It might be too late for 3.8, since Tony wanted us
to push before -rc4. I'll pull the series anyway just in case.
I have a least one comment.
Could you just rebase on top of the for_3.8 branch, fix the minor
comments and repost ASAP.