[PATCH 6/6] arm/tegra: add support for tegra30 based board cardhu
From: Stephen Warren <hidden>
Date: 2011-10-27 20:22:19
Also in:
linux-tegra, lkml
Peter De Schrijver wrote at Tuesday, October 25, 2011 10:54 AM:
From: Peter De Schrijver <pdeschrijver@nvidia.com> Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Some description of what Cardhu is and what's done in the patch please.
quoted hunk ↗ jump to hunk
diff --git a/arch/arm/boot/dts/tegra-cardhu.dts b/arch/arm/boot/dts/tegra-cardhu.dts new file mode 100644 index 0000000..0f3f8a8 --- /dev/null +++ b/arch/arm/boot/dts/tegra-cardhu.dts@@ -0,0 +1,37 @@ +/dts-v1/; + +/include/ "tegra30.dtsi" + +/ { + model = "NVIDIA Tegra30 Cardhu evaluation board"; + compatible = "nvidia,cardhu", "nvidia,tegra30"; + + memory { + device_type = "memory";
The other boards don't contain this. If they should, can you please post a patch to add it to them all? Thanks.
quoted hunk ↗ jump to hunk
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 21c99f9..3ff191a 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig@@ -83,6 +83,12 @@ config MACH_VENTANA help Support for the nVidia Ventana development platform +config MACH_CARDHU + bool "Cardhu board" + select MACH_TEGRA_DT + help + Support for the nVidia Cardhu development platform
This should depend on Tegra30 support. Please use the capitalization NVIDIA; we should do a pass and clean up any existing instances sometime. -- nvpublic