From patchwork Mon Oct 20 07:20:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 5102891 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 C1B40C11AC for ; Mon, 20 Oct 2014 07:24:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0789B20166 for ; Mon, 20 Oct 2014 07:24:30 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 19ABC2014A for ; Mon, 20 Oct 2014 07:24:29 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xg7Gg-00011H-Id; Mon, 20 Oct 2014 07:20:38 +0000 Received: from mail-pa0-f43.google.com ([209.85.220.43]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xg7Gc-0000bd-GJ for linux-arm-kernel@lists.infradead.org; Mon, 20 Oct 2014 07:20:35 +0000 Received: by mail-pa0-f43.google.com with SMTP id lf10so4629946pab.16 for ; Mon, 20 Oct 2014 00:20:11 -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=75HNz2ssn5F5ib245xntdwSBP/31RPIXkGwnbNTXR50=; b=UWFX4XqSf1bvijHX8We+2BZijRY27bmyDG7t5CYqZaMCYRs2pv8rpn551NCuvb5ZKl llMG7BWrCG5+jgFF3SSRh4LhSbUeeleDTp6NIz9eX82Wpe97+MKeTcHcqlRnuitKvuH/ Qpl47U5DKO0MdmhvbEcS+OSLvqEj7+T38gpkiwdsaJ+0OiHFg2MxsF69invKi24z4TzA WdY6TxHChhRjK17uxHeMIwoC5WGc1G/BtCqedG/ohV72LU0BzVxPJgsUcIBv8VEcX/E6 3tSLpnoGIiepWlyMAVkWWj3ismf1WjI5jD8fOnKOZuHacYIUaHMzg8K4RcEY1PE1j9hT ESmg== X-Gm-Message-State: ALoCoQk2kUYbN1EPRwGCdGIAQp51DT8Vg9vqAqIPPps9QPuxAV0eYusUPXKKbWAQxYgC38nvixcl X-Received: by 10.68.89.3 with SMTP id bk3mr25469628pbb.73.1413789611107; Mon, 20 Oct 2014 00:20:11 -0700 (PDT) Received: from quad.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id i10sm8327118pdn.26.2014.10.20.00.20.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Oct 2014 00:20:10 -0700 (PDT) From: Olof Johansson To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: multi_v7_defconfig: enable CONFIG_MMC_DW_ROCKCHIP Date: Mon, 20 Oct 2014 00:20:01 -0700 Message-Id: <1413789601-18350-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 2.0.1.473.gc4d58ca X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141020_002034_618076_DA977C83 X-CRM114-Status: UNSURE ( 8.50 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.9 (/) Cc: Olof Johansson , linux-rockchip@lists.infradead.org, heiko@sntech.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-3.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 Allows booting from SD/MMC on RK3288 and other platforms. Added here so I can enable the board in the boot farm. Signed-off-by: Olof Johansson Reviewed-by: Heiko Stuebner --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 491b7d5523bf..709ecc9009ec 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -353,6 +353,7 @@ CONFIG_MMC_MVSDIO=y CONFIG_MMC_SUNXI=y CONFIG_MMC_DW=y CONFIG_MMC_DW_EXYNOS=y +CONFIG_MMC_DW_ROCKCHIP=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y