From patchwork Fri Sep 20 00:56:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 2914461 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1223CBFF05 for ; Fri, 20 Sep 2013 00:56:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4BF7C20326 for ; Fri, 20 Sep 2013 00:56:52 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 49D1F20322 for ; Fri, 20 Sep 2013 00:56:51 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMp1X-0001dG-9R; Fri, 20 Sep 2013 00:56:43 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMp1V-0004hL-3r; Fri, 20 Sep 2013 00:56:41 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMp1S-0004go-L6 for linux-arm-kernel@lists.infradead.org; Fri, 20 Sep 2013 00:56:39 +0000 Received: by mail-pa0-f49.google.com with SMTP id ld10so70186pab.36 for ; Thu, 19 Sep 2013 17:56:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=f+/RKTTWDU7ktYnoXktJgUktfGDAnz0NqD0jDB2Ug88=; b=AiPu5GK1jLEORjP8HxrEUL76avLA548mOA7/0o1e+dyYMnPaVMBLX59S4vPBhDgOZL 0QHyUAVEDslaHoQ454Ix09ALg+fxZEiBtmZk1la499og8RL28q5wOSvKCWQJRNTg7Mfz Vx3d7a24MAjciCHXhHIx0z8QfPoe5IQ6uEEFiVR5CDpJwVtsqhYX0LnwwFE7llAXKPAs VG8ySv2FmDLc1BAgIs92FCmr2yn10CT+ws/YbGb4IPflvuLgft6hFqPhAPWnsVuNYYUo cNvNfbOzjOe9kCkydY3CQ33UsV0W3iSX9Fbsx0Z10CsMJuJchjI6Epe8E+HObDdiUBIQ YKUA== X-Gm-Message-State: ALoCoQlprHPq8H/sJ3MMCF2+dZyGYqWK3WPTHs/YKwPPJiYUGbM5uDIZzsvcUlcAkE+jF0vg+DXj X-Received: by 10.68.232.3 with SMTP id tk3mr4812712pbc.121.1379638576660; Thu, 19 Sep 2013 17:56:16 -0700 (PDT) Received: from brutus.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id mr3sm12025105pbb.27.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Sep 2013 17:56:15 -0700 (PDT) From: Olof Johansson To: swarren@wwwdotorg.org Subject: [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB Date: Thu, 19 Sep 2013 17:56:33 -0700 Message-Id: <1379638594-28888-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130919_205638_839221_10B2E887 X-CRM114-Status: GOOD ( 10.71 ) X-Spam-Score: -2.6 (--) Cc: linux-tegra@vger.kernel.org, Olof Johansson , thierry.reding@gmail.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is needed on TrimSlice, since the u-boot on that hardware is too old to support native device tree booting. Same for any device that currently run fastboot, but none of that hardware is supported in mainline today; or at least there are modern u-boot ports for it. Signed-off-by: Olof Johansson --- arch/arm/configs/tegra_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index ea042e8..b694a09 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -39,6 +39,8 @@ CONFIG_AEABI=y CONFIG_HIGHMEM=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_KEXEC=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y