summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra30-cardhu.dts
AgeCommit message (Collapse)Author
2012-10-11ARM: dt: tegra cardhu: add pinmux to device treeStephen Warren
This adds a minimal pinmux configuration to the Tegra Cardhu device tree. Initially, just the built-in eMMC and SD card slot are configured. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Olof Johansson <olof@lixom.net (cherry picked from commit e5cbeef0a4d450787169e29b610455b7d9392b7e) Change-Id: Ifd97608bb9c23204a48b1e4dcd009f6bb0573c56 Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com>
2012-09-24ARM: tegra: Add emc tables for Cardhu in device treePrashant Gaikwad
Bug 999688 Change-Id: I9e4e630eab92af430a184bf615528d61ac340a31 Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-on: http://git-master/r/130700 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
2012-08-06ARM: dt: tegra: rename board files to match SoCStephen Warren
Most ARM ${board}.dts files are already named ${soc}-${board}.dts. This change modifies the Tegra board files to be named the same way for consistency. Once a related change is made in U-Boot, this will cause both U-Boot and the kernel to use the same names for the .dts files and SoC identifiers, thus allowing U-Boot's recently added "soc" and "board" environment variables to be used to construct the name of Tegra .dtb files, and hence allow board-generic U-Boot bootcmd scripts to be written. Signed-off-by: Stephen Warren <swarren@nvidia.com> (cherry picked from commit 702b0e4f2f2782962aab7d9a0a40ad68770bb1f6) Conflicts: arch/arm/boot/dts/tegra20-paz00.dts arch/arm/boot/dts/tegra20-trimslice.dts arch/arm/mach-tegra/Makefile.boot Change-Id: I4ec7605331c996d3aff84fc2fc37bcf06f0aba0b Reviewed-on: http://git-master/r/110202 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>