ARM: tegra: add Tegra Note 7 device tree
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 2 May 2014 07:59:08 +0000 (16:59 +0900)
committerStephen Warren <swarren@nvidia.com>
Fri, 2 May 2014 18:17:11 +0000 (12:17 -0600)
commit6f3df63ffb8b5d1634646fbeb3a018fcbb11e596
tree6c6a312e9aafd1503fd1153b1908da3de504baef
parentcffb57e62394f6ae3f86b9dc1d9bb59d44a15a20
ARM: tegra: add Tegra Note 7 device tree

Tegra Note 7 is a consumer tablet embedding a Tegra 4 SoC with 1GB RAM
and a 720p panel.

The following hardware is enabled by this device tree: UART, eMMC, USB
(needs external power), PMIC, backlight, DSI panel, keys.

SD card, HDMI, charger, self-powered USB, audio, wifi, bluetooth are not
yet supported but might be by future patches (likely in that order).

Touch panel, sensors & cameras will probably never be supported.

Pinctrl is not set yet, as the bootloader-provided values allow us to
use the currently supported hardware.

Initrd addresses are hardcoded to match the static values used by the
bootloader, since it won't add them for us. All the same, a kernel
command-line is provided to replace the one passed by the bootloader
which is filled with garbage.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
[treding@nvidia.com: DT fixes, DSI panel support]
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/tegra114-tn7.dts [new file with mode: 0644]