From patchwork Thu Apr 1 12:17:45 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: 12179181 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.0 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 3D649C43616 for ; Thu, 1 Apr 2021 18:27:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 19158601FC for ; Thu, 1 Apr 2021 18:27:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236680AbhDAS1s (ORCPT ); Thu, 1 Apr 2021 14:27:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:45708 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239645AbhDASQo (ORCPT ); Thu, 1 Apr 2021 14:16:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5ECB8611B0; Thu, 1 Apr 2021 12:17:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617279476; bh=qxHHEh59lbTrqV1rllKZyjun9PIy/W9Y5I+tZUgQdYg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XAm5A824vgRGUpuimG3L+FHaGUew6xSrToUOXbQUI+uHNqLg5A6Mc8xe1ifYOhpAi 9f2nsfuXW9Ij6HKfHDApns5QHEpef0WxiB6LaOHsLKrbTdJTJT4bj2DBvuWw8zHjIJ eCjFKqLzMBUXZH+p5tcZ5TEg2XAZ3eopSalLZ0PGOBogKFd+jOiCSEZcvQekt9+Q8p R13sh7T7FXwnJhVTDMiJb/8MAG/hrcgJXNWmZ1LsFypGbLdGW5ZmOlXhOUgEMnhTsq IWqe3rx8nzgDFtFataKsfg+WBB75svi7F0WcFfxA/OMIkT9NnvfQ4W737x9Gl65QOe LEZEfzcFiSt3g== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lRwGo-001c3T-EW; Thu, 01 Apr 2021 14:17:54 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Jonathan Cameron , Lars-Peter Clausen , Rob Herring , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 25/32] dt-bindings:iio:dac: update microchip,mcp4725.yaml reference Date: Thu, 1 Apr 2021 14:17:45 +0200 Message-Id: <82fb54974e8a22be15e64343260a6de39a18edda.1617279356.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Changeset 6ced946a4bba ("dt-bindings:iio:dac:microchip,mcp4725 yaml conversion") renamed: Documentation/devicetree/bindings/iio/dac/mcp4725.txt to: Documentation/devicetree/bindings/iio/dac/microchip,mcp4725.yaml. Update its cross-reference accordingly. Fixes: 6ced946a4bba ("dt-bindings:iio:dac:microchip,mcp4725 yaml conversion") Signed-off-by: Mauro Carvalho Chehab --- include/linux/iio/dac/mcp4725.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/iio/dac/mcp4725.h b/include/linux/iio/dac/mcp4725.h index e9801c8d49c0..1f7e53c506b6 100644 --- a/include/linux/iio/dac/mcp4725.h +++ b/include/linux/iio/dac/mcp4725.h @@ -15,7 +15,7 @@ * @vref_buffered: Controls buffering of the external reference voltage. * * Vref related settings are available only on MCP4756. See - * Documentation/devicetree/bindings/iio/dac/mcp4725.txt for more information. + * Documentation/devicetree/bindings/iio/dac/microchip,mcp4725.yaml for more information. */ struct mcp4725_platform_data { bool use_vref;