Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: tegra: use DT bindings for GPIO naming | Stephen Warren | 2016-05-31 | -259/+0 |
| | | | | | | | | | | There are currently many places that define the list of all Tegra GPIOs; the DT binding header and custom Tegra-specific header file gpio.h. Fix the redundancy by replacing everything with the DT binding header file. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com> | |||
* | ARM: Tegra210: Add SoC code/include files for T210 | Tom Warren | 2015-07-28 | -0/+303 |
All based off of Tegra124. As a Tegra210 board is brought up, these may change a bit to match the HW more closely, but probably 90% of this is identical to T124. Note that since T210 is a 64-bit build, it has no SPL component, and hence no cpu.c for Tegra210. Signed-off-by: Tom Warren <twarren@nvidia.com> |