From patchwork Thu Sep 16 09:13:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 513379 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75FF9C4332F for ; Thu, 16 Sep 2021 09:14:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5438E6124D for ; Thu, 16 Sep 2021 09:14:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235470AbhIPJPm (ORCPT ); Thu, 16 Sep 2021 05:15:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:40776 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235243AbhIPJPl (ORCPT ); Thu, 16 Sep 2021 05:15:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4A8AE611C8; Thu, 16 Sep 2021 09:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631783661; bh=JwWCjmG96CZuiWgSlG9dyPmxEM9GvaJcEKBMYRMsB90=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=h+l3xVhrI7zt21b+ioX8SbwwGExRKlakRD4WElIq+yjA1P3EhyxfM9Umri1Um4q5W ODLyWgFwxvJltlcWhcKl8mmrUVoCDDeY7Hoh0vlftiK9Vj+Oc+XoaO4Bwp5vQUbEzp camz4FsSyoxvKTBWmwIChphQzZG5dQr8vzueaZqwy5FAhhJvY5UyVo8DUyHN/z9xs/ c0CGdsD7JoEDcMgLghH16PJJo7OlDhsCcS+v1z4fru7qcpTf8Hh4nvyzqchD2uynAG 8bzUkXMn5IxQYaivNN9JgLjQGg1juBNfNsRQm0P0KuMn75CPiNzsTAtS9orz9oLIL2 rkUOhF6TYUmhQ== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mQnTH-001sKt-EJ; Thu, 16 Sep 2021 11:14:19 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , Cai Huoqing , Maxime Ripard , Rob Herring , Ulf Hansson , Yang Li , linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org Subject: [PATCH 05/24] dt-bindings: mmc: update mmc-card.yaml reference Date: Thu, 16 Sep 2021 11:13:58 +0200 Message-Id: <865336184bbf2306b5f185cd11d39ed69fddeca6.1631783482.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Changeset 922eefdafc80 ("dt-bindings: mmc: Convert MMC Card binding to a schema") renamed: Documentation/devicetree/bindings/mmc/mmc-card.txt to: Documentation/devicetree/bindings/mmc/mmc-card.yaml. Update its cross-reference accordingly. Fixes: 922eefdafc80 ("dt-bindings: mmc: Convert MMC Card binding to a schema") Signed-off-by: Mauro Carvalho Chehab --- drivers/mmc/host/omap_hsmmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 7a29ad542e4a..9dafcbf969d9 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c @@ -1510,7 +1510,7 @@ static void omap_hsmmc_init_card(struct mmc_host *mmc, struct mmc_card *card) * REVISIT: should be moved to sdio core and made more * general e.g. by expanding the DT bindings of child nodes * to provide a mechanism to provide this information: - * Documentation/devicetree/bindings/mmc/mmc-card.txt + * Documentation/devicetree/bindings/mmc/mmc-card.yaml */ np = of_get_compatible_child(np, "ti,wl1251");