mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 23:47:04 +07:00
8e267f3da5
Everything required to populate NVIDIA Tegra devices from the device tree. This patch adds a new DT_MACHINE_DESC() which matches against a tegra20 device tree. So far it only registers the on-chip devices, but it will be refined in follow on patches to configure clocks and pin IO from the device tree also. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
7 lines
258 B
Clojure
7 lines
258 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_SEABOARD) += tegra-seaboard.dtb
|