From patchwork Fri Aug 11 20:58:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pawe=C5=82_Jarosz?= X-Patchwork-Id: 800756 X-Patchwork-Delegate: philipp.tomsich@theobroma-systems.com 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=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="iwbwbY5M"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xTcx24VH3z9sRq for ; Sat, 12 Aug 2017 07:05:58 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 4DC73C21E3A; Fri, 11 Aug 2017 21:01:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 82C9CC21DDC; Fri, 11 Aug 2017 20:58:43 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 0CA17C21DDC; Fri, 11 Aug 2017 20:58:17 +0000 (UTC) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by lists.denx.de (Postfix) with ESMTPS id 820F6C21DB5 for ; Fri, 11 Aug 2017 20:58:06 +0000 (UTC) Received: by mail-lf0-f67.google.com with SMTP id o85so3000314lff.1 for ; Fri, 11 Aug 2017 13:58:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=e8yAO2h9qCOCnfLidqKH4WTzm7nHaV6mRihPS6IunIw=; b=iwbwbY5MsiVm46uLVEdLAm7/FLnBUK0pb3j327TwWiiORZVyej2OG0NBcYSm5h/u95 d6cph4mdU9aAJ+cwleC1qnb8peocp+x3/CjVR13sYodDxkvuCpoXCa9wgEL4ZqnQ7SNZ E9vO6+BI0wvS9QIV0hR/OUnOboCfNLbWiD62NC+jksLQ9its+ZixxUByKYKaV5VrsMWg C3zH6gNoi0rNkADY8ZByjUf4XzSUDUgn3UwpFHMcXhR7h0RkEgBGj2AfyPIKppXME0Zr pyji4jRWFnHgjTOrVsRRRT6PQr6zUxj7yJo0iegLHdSuYUQVWLxG7OLLP+2SdrbMAtO6 X9lQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=e8yAO2h9qCOCnfLidqKH4WTzm7nHaV6mRihPS6IunIw=; b=speboQ5oBj4/n/MMlHM3iH/SwPEchKbT80NyLDVoScIv6fZnEPQWfhbazBzhUR0KF1 nCZXiAB3c92PaR1rUybN5NdXBOD/nYnxw8LMjJDWai0WDKC4hPNYayEa2hb/GNQBxEn+ BJvgjr2AaLSrCJnt+8hW5Z7mbKtjyzWyVWOYd0FXoGzxEgSyZ8vztrpjgpqMzQ4ngIFi 0+fT48Us/kfEmUcEj6bFg9WGZ6G9+MonDd1fjKJHd/I1bZsmrZarTo20RAjUmkZwOExl YV6OI1wmtdTPgHtKYPR82lJi6D1HswqMY/D5cNQCruRUz9WfWF/97cqUME8QaLB9965K Hxew== X-Gm-Message-State: AHYfb5jzMFF5ttzpX8mv7LzNa1MeRPC5DxfYpmm/UTZGTUvD9UFD2jor EFPrkTq2r6H9Pn84+EQ= X-Received: by 10.25.41.137 with SMTP id p131mr6002158lfp.216.1502485086129; Fri, 11 Aug 2017 13:58:06 -0700 (PDT) Received: from vaio-ubuntu (admf2.neoplus.adsl.tpnet.pl. [79.185.35.2]) by smtp.gmail.com with ESMTPSA id f89sm296399lfb.68.2017.08.11.13.58.05 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 11 Aug 2017 13:58:05 -0700 (PDT) Date: Fri, 11 Aug 2017 22:58:19 +0200 From: =?utf-8?B?UGF3ZcWC?= Jarosz To: u-boot@lists.denx.de Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: [U-Boot] [PATCH v2 15/19] mmc: dw_mmc: rockchip: add support for rk3066 sdmmc X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This patch enables support for the Rockchip RK3066 SD/MMC controller, which is based on Designware IP. The device supports SD, SDIO, MMC and eMMC. Signed-off-by: Paweł Jarosz --- Changes since v1: - dropped OF_PLATDATA drivers/mmc/rockchip_dw_mmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/rockchip_dw_mmc.c b/drivers/mmc/rockchip_dw_mmc.c index e7fcf89..a879fcd 100644 --- a/drivers/mmc/rockchip_dw_mmc.c +++ b/drivers/mmc/rockchip_dw_mmc.c @@ -160,6 +160,7 @@ static int rockchip_dwmmc_bind(struct udevice *dev) static const struct udevice_id rockchip_dwmmc_ids[] = { { .compatible = "rockchip,rk3288-dw-mshc" }, + { .compatible = "rockchip,rk2928-dw-mshc" }, { } };