From mboxrd@z Thu Jan 1 00:00:00 1970 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=unavailable 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 EDC17C433FE for ; Thu, 16 Sep 2021 09:56:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D8BC561185 for ; Thu, 16 Sep 2021 09:56:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237150AbhIPJ5q (ORCPT ); Thu, 16 Sep 2021 05:57:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:57890 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236019AbhIPJ4q (ORCPT ); Thu, 16 Sep 2021 05:56:46 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 378ED61216; Thu, 16 Sep 2021 09:55:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631786126; bh=JwWCjmG96CZuiWgSlG9dyPmxEM9GvaJcEKBMYRMsB90=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MKTqSxcIt9p5H4pJmyp/Oz2PN3adV7AHogAAT8d74S4+05T1Hv1sedSSPJm4eh3ze qQJ2sNzbydSsI52T7JA1TjEvaEeePhI4fOBziTnEtac7yJhfMH6YMVmAbwdqm/32GI Ua2OxhexmmefTGPcIxMu1VZjG+3RGNw1uIAP9JT+Q2F0EmtpcriB7ahpjv4TzfoMIL IybzAi+bhHHP9aCVb8CKx9Iu9/Ky+HCtmhmo05rn2Huery+53QC4518C7ygCLxnto3 i921Ceq5frvN9c3tyCE6HcpCu4Svjlmy3ydv1n9R6w+shpEkKW7ulm944yyeUhLE8B vCMRgQeslZMYA== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mQo72-001vTb-9T; Thu, 16 Sep 2021 11:55:24 +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 v2 05/23] dt-bindings: mmc: update mmc-card.yaml reference Date: Thu, 16 Sep 2021 11:55:04 +0200 Message-Id: <820bb7a1d7e0e51cbea72c9bee6bce806427d1f3.1631785820.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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"); -- 2.31.1