From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751601AbcF2JDK (ORCPT ); Wed, 29 Jun 2016 05:03:10 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:4018 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750921AbcF2JDH (ORCPT ); Wed, 29 Jun 2016 05:03:07 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Wed, 29 Jun 2016 02:01:51 -0700 Subject: Re: [PATCH] arm64: tegra: Add missing Smaug revision To: Alexandre Courbot , Stephen Warren , Thierry Reding , "Rhyland Klein" , Olof Johansson References: <20160629085229.31350-1-acourbot@nvidia.com> CC: , , , From: Jon Hunter Message-ID: <57738EC3.3070200@nvidia.com> Date: Wed, 29 Jun 2016 10:02:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160629085229.31350-1-acourbot@nvidia.com> X-Originating-IP: [10.21.132.149] X-ClientProxiedBy: UKMAIL102.nvidia.com (10.26.138.15) To UKMAIL102.nvidia.com (10.26.138.15) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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 > --- > 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 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