From patchwork Mon Sep 7 11:18:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vaibhav Hiremath X-Patchwork-Id: 7133671 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E09D3BEEC1 for ; Mon, 7 Sep 2015 11:23:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 268982041B for ; Mon, 7 Sep 2015 11:23:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B9F6E20678 for ; Mon, 7 Sep 2015 11:23:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751206AbbIGLXB (ORCPT ); Mon, 7 Sep 2015 07:23:01 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:32908 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751007AbbIGLVI (ORCPT ); Mon, 7 Sep 2015 07:21:08 -0400 Received: by pacex6 with SMTP id ex6so94896683pac.0 for ; Mon, 07 Sep 2015 04:21:08 -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:in-reply-to :references; bh=9RBIYUL4lZN+TGz2LYNlK1Q+WSMiIYmOuuxrNEn8Q/c=; b=U7Ys40TzmWQJPzo6dII732T/IuP20w32IzWXulOs8n0hGG29DA1S2BzurqEVh/Yd5Z X6N8Lz7GSRC1eyr1XN4tUKVNcELiRckprJD/jl+C8RsE9H/VMA3a/0/43zNmsefQctCB +MA5prLmoBhmFprbVebP+0twz2TnouZ2Mca0QzsHV3LNBmDiiEiJ82AaVImCZQagpnRz ZwlCy+aVv9t3Fz4J3Lsx4CFxAoujocTtX/pZLL/5tPnGTSJ6NkkNUUVhzwbdQhD5q0F8 HBGMj7JA9ncO9UrhLX8d3bvkwqQO4aY/iKcvMHM3w1/+PSdny41yrFRlxr2sp5ZPHI3t UX0Q== X-Gm-Message-State: ALoCoQlGkkxxq9TOfXlq6bd7MOKxSV31JUpKmpPPY2nJXbcu+umkVUDlXaNhQkM1jpqOAUi/MRSv X-Received: by 10.66.124.198 with SMTP id mk6mr44313684pab.114.1441624868262; Mon, 07 Sep 2015 04:21:08 -0700 (PDT) Received: from localhost.localdomain ([202.62.93.139]) by smtp.gmail.com with ESMTPSA id fm5sm11654737pbb.60.2015.09.07.04.21.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 07 Sep 2015 04:21:07 -0700 (PDT) From: Vaibhav Hiremath To: linux-mmc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, robh+dt@kernel.org, ulf.hansson@linaro.org, Vaibhav Hiremath Subject: [PATCH-v2 2/7] mmc: sdhci-pxav3: binding: Add pxa1928 compatible support Date: Mon, 7 Sep 2015 16:48:36 +0530 Message-Id: <1441624721-15612-3-git-send-email-vaibhav.hiremath@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441624721-15612-1-git-send-email-vaibhav.hiremath@linaro.org> References: <1441624721-15612-1-git-send-email-vaibhav.hiremath@linaro.org> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 With support for pxa1928 family of devices , this patch updates the binding document with compatible property of "marvell,pxav3-1928-sdhci". Signed-off-by: Vaibhav Hiremath --- Documentation/devicetree/bindings/mmc/sdhci-pxa.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mmc/sdhci-pxa.txt b/Documentation/devicetree/bindings/mmc/sdhci-pxa.txt index 3d1b449..29edcf5 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-pxa.txt +++ b/Documentation/devicetree/bindings/mmc/sdhci-pxa.txt @@ -5,7 +5,7 @@ and the properties used by the sdhci-pxav2 and sdhci-pxav3 drivers. Required properties: - compatible: Should be "mrvl,pxav2-mmc", "mrvl,pxav3-mmc" or - "marvell,armada-380-sdhci". + "marvell,armada-380-sdhci" or "marvell,pxav3-1928-sdhci". - reg: * for "mrvl,pxav2-mmc" and "mrvl,pxav3-mmc", one register area for the SDHCI registers.