cc2afa43d4
This adds a dts file for paz00. As a side effect, this also enables the embedded controller which controls the keyboard, touchpad, power, leds, and some other functions. Cc: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Marc Dietrich <marvin24@gmx.de> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
9 lines
402 B
Clojure
9 lines
402 B
Clojure
zreladdr-$(CONFIG_ARCH_TEGRA_2x_SOC) += 0x00008000
|
|
params_phys-$(CONFIG_ARCH_TEGRA_2x_SOC) := 0x00000100
|
|
initrd_phys-$(CONFIG_ARCH_TEGRA_2x_SOC) := 0x00800000
|
|
|
|
dtb-$(CONFIG_MACH_HARMONY) += tegra-harmony.dtb
|
|
dtb-$(CONFIG_MACH_PAZ00) += tegra-paz00.dtb
|
|
dtb-$(CONFIG_MACH_SEABOARD) += tegra-seaboard.dtb
|
|
dtb-$(CONFIG_MACH_TRIMSLICE) += tegra-trimslice.dtb
|
|
dtb-$(CONFIG_MACH_VENTANA) += tegra-ventana.dtb
|