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 8925DC433FE for ; Thu, 16 Sep 2021 09:55:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 71DBE61185 for ; Thu, 16 Sep 2021 09:55:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236739AbhIPJ5D (ORCPT ); Thu, 16 Sep 2021 05:57:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:57868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235852AbhIPJ4q (ORCPT ); Thu, 16 Sep 2021 05:56:46 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3B17661241; 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=xnms5GC6lit9dJFNzsnKKlI7NiqUMzdVKR1SbnEpHVY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZE4SdN/Wq8w8MDP5zXUFSV0+dtYBPT06y5/UbOPr8qSWLUrAQBZdQDXaFGdxyfQqL 8PHFvWu8aWPxjW3NC5u9BGb9pgGWx0EGRZ3jJFwVwnxz305T4EfZaUJgOiHlruws9+ pVUYRs9NoVxntYLQznRiKMLVcgUEIyGCTVjJjHTLLJe5HbZM1bzSVVXmhwprnfIt3v cwj+ArZxjRvh4rRYgmVEbn1Pe5uMh7B9zmUBYlbMWNViA9h5hBbMiw3j9uz7/f4xzP KovCvIJdpgfzRXpBOLK+8+w6ne9JOZUSL04ylTfUtw+KHIhkvbdfyf4+41S3f2BM3P rHhpfcv9RG8yg== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mQo72-001vTX-8N; Thu, 16 Sep 2021 11:55:24 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , Evgeniy Polyakov , Maxime Ripard , Rob Herring , linux-kernel@vger.kernel.org Subject: [PATCH v2 04/23] dt-bindings: w1: update w1-gpio.yaml reference Date: Thu, 16 Sep 2021 11:55:03 +0200 Message-Id: <0b415b5e05bcf9d593cb421c96996d914528e732.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 dd2c898bc20b ("dt-bindings: w1: Convert 1-Wire GPIO binding to a schema") renamed: Documentation/devicetree/bindings/w1/w1-gpio.txt to: Documentation/devicetree/bindings/w1/w1-gpio.yaml. Update its cross-reference accordingly. Fixes: dd2c898bc20b ("dt-bindings: w1: Convert 1-Wire GPIO binding to a schema") Signed-off-by: Mauro Carvalho Chehab --- Documentation/w1/masters/w1-gpio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/w1/masters/w1-gpio.rst b/Documentation/w1/masters/w1-gpio.rst index 18fdb7366372..15236605503b 100644 --- a/Documentation/w1/masters/w1-gpio.rst +++ b/Documentation/w1/masters/w1-gpio.rst @@ -11,7 +11,7 @@ Description GPIO 1-wire bus master driver. The driver uses the GPIO API to control the wire and the GPIO pin can be specified using GPIO machine descriptor tables. It is also possible to define the master using device tree, see -Documentation/devicetree/bindings/w1/w1-gpio.txt +Documentation/devicetree/bindings/w1/w1-gpio.yaml Example (mach-at91) -- 2.31.1