From patchwork Mon Dec 21 13:22:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jon Hunter X-Patchwork-Id: 559553 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 25DA7140187 for ; Tue, 22 Dec 2015 00:23:00 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750866AbbLUNW6 (ORCPT ); Mon, 21 Dec 2015 08:22:58 -0500 Received: from hqemgate16.nvidia.com ([216.228.121.65]:6749 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750785AbbLUNW6 (ORCPT ); Mon, 21 Dec 2015 08:22:58 -0500 Received: from hqnvupgp08.nvidia.com (Not Verified[216.228.121.13]) by hqemgate16.nvidia.com id ; Mon, 21 Dec 2015 05:22:59 -0800 Received: from hqemhub02.nvidia.com ([172.20.150.31]) by hqnvupgp08.nvidia.com (PGP Universal service); Mon, 21 Dec 2015 05:19:17 -0800 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 21 Dec 2015 05:19:17 -0800 Received: from jonathanh-lm.nvidia.com (172.20.144.16) by hqemhub02.nvidia.com (172.20.150.31) with Microsoft SMTP Server (TLS) id 8.3.406.0; Mon, 21 Dec 2015 05:22:57 -0800 From: Jon Hunter To: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Stephen Warren , Thierry Reding , Alexandre Courbot , Jon Hunter , linux-arm-kernel@lists.infradead.org CC: devicetree@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCH] ARM64: tegra: Add chosen node for tegra132 norrin Date: Mon, 21 Dec 2015 13:22:51 +0000 Message-ID: <1450704171-8345-1-git-send-email-jonathanh@nvidia.com> X-Mailer: git-send-email 2.1.4 X-NVConfidentiality: public MIME-Version: 1.0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org The NVIDIA bootloader, nvtboot, expects the "chosen" node to be present in the device-tree blob and it is not then it fails to boot the kernel. Add the chosen node so we can boot the kernel on tegra132 norrin with the nvtboot bootloader. Signed-off-by: Jon Hunter Acked-by: Thierry Reding --- arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts index 7dfe1c085966..62f33fc84e3e 100644 --- a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts +++ b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts @@ -12,6 +12,8 @@ rtc1 = "/rtc@0,7000e000"; }; + chosen { }; + memory { device_type = "memory"; reg = <0x0 0x80000000 0x0 0x80000000>;