[PATCH v3 09/12] arm64: dts: tegra: Add NVIDIA P3310 main board support

Jon Hunter jonathanh at nvidia.com
Tue Aug 23 10:35:30 PDT 2016


On 19/08/16 18:32, Thierry Reding wrote:
> From: Joseph Lo <josephl at nvidia.com>
> 
> The NVIDIA P3310 is a processor module used in several reference designs
> that features a Tegra186 SoC, 8 GiB of LPDDR4 RAM, 32 GiB eMMC and other
> essentials such as ethernet, WiFi and a PMIC. It is typically connected
> to an I/O board (such as the P2597) that provides the connecters needed
> to hook it up to the outside world.
> 
> Signed-off-by: Joseph Lo <josephl at nvidia.com>
> Signed-off-by: Thierry Reding <treding at nvidia.com>
> ---
> Changes in v3:
> - fix compatible string
> 
>  arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 34 ++++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
> 
> diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
> new file mode 100644
> index 000000000000..dc07ea618378
> --- /dev/null
> +++ b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
> @@ -0,0 +1,34 @@
> +#include "tegra186.dtsi"
> +
> +/ {
> +	model = "NVIDIA Tegra186 P3310 main Board";
> +	compatible = "nvidia,p3310", "nvidia,tegra186";
> +
> +	aliases {
> +		serial0 = &uarta;
> +	};
> +
> +	chosen {
> +		bootargs = "earlycon console=ttyS0,115200n8";

I don't think we need 'console' in the bootargs anymore because
stdout-path is enough (even for early console).

Cheers
Jon

-- 
nvpublic



More information about the linux-arm-kernel mailing list