From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752155AbcF2Iwq (ORCPT ); Wed, 29 Jun 2016 04:52:46 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:5185 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751248AbcF2Iwo (ORCPT ); Wed, 29 Jun 2016 04:52:44 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Wed, 29 Jun 2016 01:51:19 -0700 From: Alexandre Courbot To: Stephen Warren , Thierry Reding , Rhyland Klein , Jon Hunter CC: Olof Johansson , , , , , Alexandre Courbot Subject: [PATCH] arm64: tegra: Add missing Smaug revision Date: Wed, 29 Jun 2016 17:52:29 +0900 Message-ID: <20160629085229.31350-1-acourbot@nvidia.com> X-Mailer: git-send-email 2.9.0 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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; -- 2.9.0