From: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
To: Alexandre Courbot
<acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Subject: Re: [PATCH] arm64: tegra: Add missing Smaug revision
Date: Wed, 29 Jun 2016 10:02:59 +0100 [thread overview]
Message-ID: <57738EC3.3070200@nvidia.com> (raw)
In-Reply-To: <20160629085229.31350-1-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
On 29/06/16 09:52, Alexandre Courbot wrote:
> The "google,smaug-rev2" string is missing from the compatible list of
> Smaug's DT. The differences of rev2 are not relevant at our current
> level of support and it boots just fine, so add it.
>
> Signed-off-by: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
> arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
> index 431266a48e9c..82a96bd27bc8 100644
> --- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
> +++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
> @@ -11,7 +11,8 @@
> compatible = "google,smaug-rev8", "google,smaug-rev7",
> "google,smaug-rev6", "google,smaug-rev5",
> "google,smaug-rev4", "google,smaug-rev3",
> - "google,smaug-rev1", "google,smaug", "nvidia,tegra210";
> + "google,smaug-rev2", "google,smaug-rev1",
> + "google,smaug", "nvidia,tegra210";
>
> aliases {
> serial0 = &uarta;
Acked-by: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Olof, let us know if you have any comments on this? Looks like I missed
this initially because the rev2 support had been broken out in the
chrome-os kernel tree to support some specific features for this board.
However, I think for now it is ok to include rev2 here as well for mainline.
Cheers
Jon
--
nvpublic
WARNING: multiple messages have this Message-ID (diff)
From: jonathanh@nvidia.com (Jon Hunter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: tegra: Add missing Smaug revision
Date: Wed, 29 Jun 2016 10:02:59 +0100 [thread overview]
Message-ID: <57738EC3.3070200@nvidia.com> (raw)
In-Reply-To: <20160629085229.31350-1-acourbot@nvidia.com>
On 29/06/16 09:52, Alexandre Courbot wrote:
> The "google,smaug-rev2" string is missing from the compatible list of
> Smaug's DT. The differences of rev2 are not relevant at our current
> level of support and it boots just fine, so add it.
>
> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
> ---
> arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
> index 431266a48e9c..82a96bd27bc8 100644
> --- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
> +++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
> @@ -11,7 +11,8 @@
> compatible = "google,smaug-rev8", "google,smaug-rev7",
> "google,smaug-rev6", "google,smaug-rev5",
> "google,smaug-rev4", "google,smaug-rev3",
> - "google,smaug-rev1", "google,smaug", "nvidia,tegra210";
> + "google,smaug-rev2", "google,smaug-rev1",
> + "google,smaug", "nvidia,tegra210";
>
> aliases {
> serial0 = &uarta;
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Olof, let us know if you have any comments on this? Looks like I missed
this initially because the rev2 support had been broken out in the
chrome-os kernel tree to support some specific features for this board.
However, I think for now it is ok to include rev2 here as well for mainline.
Cheers
Jon
--
nvpublic
WARNING: multiple messages have this Message-ID (diff)
From: Jon Hunter <jonathanh@nvidia.com>
To: Alexandre Courbot <acourbot@nvidia.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Thierry Reding <thierry.reding@gmail.com>,
"Rhyland Klein" <rklein@nvidia.com>,
Olof Johansson <olof@lixom.net>
Cc: <linux-tegra@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <gnurou@gmail.com>
Subject: Re: [PATCH] arm64: tegra: Add missing Smaug revision
Date: Wed, 29 Jun 2016 10:02:59 +0100 [thread overview]
Message-ID: <57738EC3.3070200@nvidia.com> (raw)
In-Reply-To: <20160629085229.31350-1-acourbot@nvidia.com>
On 29/06/16 09:52, Alexandre Courbot wrote:
> The "google,smaug-rev2" string is missing from the compatible list of
> Smaug's DT. The differences of rev2 are not relevant at our current
> level of support and it boots just fine, so add it.
>
> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
> ---
> arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
> index 431266a48e9c..82a96bd27bc8 100644
> --- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
> +++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
> @@ -11,7 +11,8 @@
> compatible = "google,smaug-rev8", "google,smaug-rev7",
> "google,smaug-rev6", "google,smaug-rev5",
> "google,smaug-rev4", "google,smaug-rev3",
> - "google,smaug-rev1", "google,smaug", "nvidia,tegra210";
> + "google,smaug-rev2", "google,smaug-rev1",
> + "google,smaug", "nvidia,tegra210";
>
> aliases {
> serial0 = &uarta;
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Olof, let us know if you have any comments on this? Looks like I missed
this initially because the rev2 support had been broken out in the
chrome-os kernel tree to support some specific features for this board.
However, I think for now it is ok to include rev2 here as well for mainline.
Cheers
Jon
--
nvpublic
next prev parent reply other threads:[~2016-06-29 9:02 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-29 8:52 [PATCH] arm64: tegra: Add missing Smaug revision Alexandre Courbot
2016-06-29 8:52 ` Alexandre Courbot
2016-06-29 8:52 ` Alexandre Courbot
[not found] ` <20160629085229.31350-1-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-06-29 9:02 ` Jon Hunter [this message]
2016-06-29 9:02 ` Jon Hunter
2016-06-29 9:02 ` Jon Hunter
[not found] ` <57738EC3.3070200-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-06-30 6:04 ` Alexandre Courbot
2016-06-30 6:04 ` Alexandre Courbot
2016-06-30 6:04 ` Alexandre Courbot
2016-06-30 16:15 ` Andrew Bresticker
2016-06-30 16:15 ` Andrew Bresticker
2016-06-30 16:15 ` Andrew Bresticker
[not found] ` <CAL1qeaF+Zck_p_1d-cNMvoJ8oMn7c65wL21E6LjGVVMA3BY2yA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-09-16 8:19 ` Alexandre Courbot
2016-09-16 8:19 ` Alexandre Courbot
2016-09-16 8:19 ` Alexandre Courbot
-- strict thread matches above, loose matches on Subject: below --
2016-11-25 7:18 Thierry Reding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57738EC3.3070200@nvidia.com \
--to=jonathanh-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
--cc=acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
--cc=rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
--cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.