aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra62x-j5eco-evm.dts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-31ARM: dts: dra62x: Add missing unit name to memory nodesJavier Martinez Canillas1-1/+1
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2016-08-15ARM: dts: omap3/dra62x: remove unneeded unit name for fixed regulatorsJavier Martinez Canillas1-1/+1
This patch fixes the following DTC warnings for many boards: "Node /fixedregulator@0 has a unit name, but no reg property" Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2016-03-01ARM: dts: dm814x: dra62x: Disable wait pin monitoring for NANDRoger Quadros1-3/+0
The NAND Ready/Busy# line is connected to GPMC_WAIT0 pin and can't be used for wait state insertion for NAND I/O read/write. So disable read/write wait monitoring as per Reference Manual's suggestion [1]. [1] dm814x TRM: SPRUGZ8F: 11.2.4.12.2 NAND Device-Ready Pin Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2016-03-01ARM: dts: dm814x: dra62x: Fix NAND device nodesRoger Quadros1-1/+6
Add compatible id, GPMC register resource and interrupt resource to NAND controller nodes. The GPMC node will provide an interrupt controller for the NAND IRQs. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2016-02-12ARM: dts: Add NAND support for j5-eco evmTony Lindgren1-0/+56
Add NAND support for j5-eco evm. Signed-off-by: Tony Lindgren <tony@atomide.com>
2015-12-22ARM: dts: Add usb support for j5-eco evmTony Lindgren1-0/+21
Add usb support for j5-eco evm. Cc: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2015-12-22ARM: dts: Add mmc support for dra62x j5-eco evmTony Lindgren1-0/+31
There's mmc interface on j5-eco evm that's wired to the sd_1 interface. Signed-off-by: Tony Lindgren <tony@atomide.com>
2015-12-22ARM: dts: Add minimal dra62x j5-eco evm supportTony Lindgren1-0/+28
This allows us to boot dra62x j5-eco evm with NFSroot. Signed-off-by: Tony Lindgren <tony@atomide.com>