From patchwork Tue Aug 11 22:37:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 6994921 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 11E2F9F344 for ; Tue, 11 Aug 2015 22:37:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3D67120686 for ; Tue, 11 Aug 2015 22:37:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B86AB206CC for ; Tue, 11 Aug 2015 22:37:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753409AbbHKWhd (ORCPT ); Tue, 11 Aug 2015 18:37:33 -0400 Received: from mail-lb0-f180.google.com ([209.85.217.180]:34579 "EHLO mail-lb0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753060AbbHKWhc (ORCPT ); Tue, 11 Aug 2015 18:37:32 -0400 Received: by lbbtg9 with SMTP id tg9so14888917lbb.1 for ; Tue, 11 Aug 2015 15:37:30 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=FFAkeSNy+Oma2GG2QuxRsFHgu7Y105VDBsY+8m5wOuY=; b=mQNl5YvT+P/TNzl55RhWv1nrDzpGVi4rEhG9IhbrDJLHNO2ZkTvagtOg7G+rwv1URE vJbXCHIvgmBepIYCsz93xsdg3tMn/HYAHH5tB/fRRVpSfHb83PgJ1OyYdD/VfWP6YsqX 3ThI1bcep85PeQUT4thANV13cW1UbRbrnBqusfsiXYFQcccRsLEeeT9a285f5+x+Dy1Q OuJrlbR/8FwRBpfkTSvWRpGgBJp8+f88dYXsuwwJMm99kuvStrjd51KvrcmnO8Wvvk8d UebbODXIc9RkJfiUUuorDMPUaj2T8FrnFsn2IcRiB5GjtnRLwnPXQQ5ZOTR4HZx+b1yv 7eWQ== X-Gm-Message-State: ALoCoQlyHTbKGnIsWluWNwO5EHhU/Mad6ZZIrb3gv0uiD6HGBdrreofZ7OuP4LSoPaGTqpr/XkYB X-Received: by 10.153.8.137 with SMTP id dk9mr29595915lad.57.1439332650610; Tue, 11 Aug 2015 15:37:30 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp27-255.pppoe.mtu-net.ru. [81.195.27.255]) by smtp.gmail.com with ESMTPSA id qh3sm765268lbb.25.2015.08.11.15.37.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Aug 2015 15:37:29 -0700 (PDT) From: Sergei Shtylyov To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org, ulf.hansson@linaro.org, linux-mmc@vger.kernel.org Cc: linux-sh@vger.kernel.org Subject: [PATCH v2] DT: mmc: sh_mmcif: fix "compatible" property text Date: Wed, 12 Aug 2015 01:37:28 +0300 Message-ID: <1643858.nkRxsQo3O3@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.9 (Linux/4.0.8-200.fc21.x86_64; KDE/4.14.9; x86_64; ; ) In-Reply-To: <201404250239.39150.sergei.shtylyov@cogentembedded.com> References: <201404250239.39150.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, 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 The "compatible" property text contradicts even the example given in the MMCIF binding document itself; moreover, the Renesas MMCIF driver only matches on the generic "compatible" string and doesn't look for the SoC specific strings at all. Thus describe "renesas,sh-mmcif" as a fallback value. Fixes: b4c27763d749 ("mmc: sh_mmcif: Document DT bindings") Signed-off-by: Sergei Shtylyov --- The patch is against Ulf Hansson's 'mmc.git' repo's 'fixes' and 'next' branches. Changes in version 2: - kept the SoC specific "compatible" property values mandatory and made the generic string a fallback. Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: mmc/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt =================================================================== --- mmc.orig/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt +++ mmc/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt @@ -10,7 +10,7 @@ Required properties: - "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs - "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs - "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs - - "renesas,sh-mmcif" for the generic MMCIF + followed by "renesas,sh-mmcif". - clocks: reference to the functional clock