From patchwork Wed Oct 11 21:34:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Nelson X-Patchwork-Id: 824586 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-rtc-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; secure) header.d=nelint.com header.i=@nelint.com header.b="erdxsFPb"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yC6jw4w02z9sRq for ; Thu, 12 Oct 2017 08:36:20 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751832AbdJKVgT (ORCPT ); Wed, 11 Oct 2017 17:36:19 -0400 Received: from mail-pf0-f175.google.com ([209.85.192.175]:52835 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbdJKVgT (ORCPT ); Wed, 11 Oct 2017 17:36:19 -0400 Received: by mail-pf0-f175.google.com with SMTP id e64so2131824pfk.9 for ; Wed, 11 Oct 2017 14:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nelint.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=uoKc4Oq0ooSYlUVdXTi1q57Vwxe0k/S3SBkYBY6FcSE=; b=erdxsFPbb3cev0uFMA+zG9T5HMO6BYdADC4caYYShdL9d+HPbObIlGK4aTlxeYQ/h+ 8Tk08E08FTTWVpPIEJWUf7EttFgX3+v4g9MhVzi/hip67a0rKp2UQPL6fHpkcSanYF+L j4BqpzN0mQMfP0xYtR/j8Tnir/15z8MagcXo4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=uoKc4Oq0ooSYlUVdXTi1q57Vwxe0k/S3SBkYBY6FcSE=; b=VcB2sOeW9DJwr1U6JdEC6DUtJiGDZx4rTxFInv6XzH8GieRi7+TI9X1hOrDCDIm6lN Gka7DvOW7rgMIMmy6NzBs108/pDZFMMkEq1cSW8OEi0FSFEFmbENDniBexGLZiSNBbsV VHhtbgxO0sJgXw99LnMkJixINHTztm050G0JcRVO+myKKWGYvsOZXV16qQUrSlzhJlta VxDi//6WFVlHllANm7c+1v2onfEHqeoqrwzg3W3/Uru2y+8uZhRda57zmoL6LzA11SUG Fmm9ngLYysaEmOQmKwNa4FwSmEOnqy45U1M/I5LTo3IrIxa9tdGl+LvWZYRB5aYBkXzE AI3w== X-Gm-Message-State: AMCzsaVdRuVIsfi6/GBhhYmlm4i1rCVxPaUD96ufqeZVYaiFneTEJAXR m2B80Z74x8Cc4eWGWq84QcNLtjJW X-Google-Smtp-Source: AOwi7QAphaArcF/f6cAvtluDAAF0Q9G4DZQqtGriXGQDvLK9KUOS4AuHTY+4FjA7iRd1Q6UbNMRCwA== X-Received: by 10.101.78.12 with SMTP id r12mr275324pgt.289.1507757778346; Wed, 11 Oct 2017 14:36:18 -0700 (PDT) Received: from localhost.localdomain ([2600:8800:1300:1c00:7582:6df5:4481:a4c7]) by smtp.gmail.com with ESMTPSA id r18sm25910246pfe.99.2017.10.11.14.36.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Oct 2017 14:36:17 -0700 (PDT) From: Eric Nelson To: linux-rtc@vger.kernel.org Cc: a.zummo@towertech.it, alexandre.belloni@free-electrons.com, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, otavio.salvador@ossystems.com.br, peng.fan@nxp.com, Eric Nelson Subject: [PATCH V2] imx: mx7dsabresd: include BLK for MMC/eMMC support of driver model Date: Wed, 11 Oct 2017 14:34:14 -0700 Message-Id: <1507757654-22114-1-git-send-email-eric@nelint.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1507753798-20666-1-git-send-email-eric@nelint.com> References: <1507753798-20666-1-git-send-email-eric@nelint.com> Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org Commit 6fbbcfd introduced device-tree support for MMC devices on the mx7sabresd boards and didn't include BLK, which requires BLK. Commit 8ae5bb3 did the same for secure boot. Fix both by allowing blk-uclass (BLK) support. Tested-by: Fabio Estevam Signed-off-by: Eric Nelson --- V2 includes the updated to mx7dsabresd_secure_defconfig configs/mx7dsabresd_defconfig | 1 - configs/mx7dsabresd_secure_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig index 795c4f2..144fb50 100644 --- a/configs/mx7dsabresd_defconfig +++ b/configs/mx7dsabresd_defconfig @@ -38,7 +38,6 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y -# CONFIG_BLK is not set CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_DM_GPIO=y diff --git a/configs/mx7dsabresd_secure_defconfig b/configs/mx7dsabresd_secure_defconfig index bd68831..d1af138 100644 --- a/configs/mx7dsabresd_secure_defconfig +++ b/configs/mx7dsabresd_secure_defconfig @@ -40,7 +40,6 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y -# CONFIG_BLK is not set CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_DM_GPIO=y