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.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,URIBL_BLOCKED,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 80882C433B4 for ; Thu, 1 Apr 2021 18:27:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6364361006 for ; Thu, 1 Apr 2021 18:27:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237498AbhDAS1v (ORCPT ); Thu, 1 Apr 2021 14:27:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:45706 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239633AbhDASQn (ORCPT ); Thu, 1 Apr 2021 14:16:43 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id F28706113B; Thu, 1 Apr 2021 12:17:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617279476; bh=ekIVTXtWg0qIVZoCnSn6WFNsby2PlIa7pgvfL4Nneeo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NXPSy9WdyMsLa4Am/wRozwOsV17YhCpkoI9SgpZdbpUbGjzStSmK1Ydr+0J4UHcjQ drZ775xX9i1vVlzhDBhnIgjnB8cPtSV1cwI5W5Am7LDwwpPFJsW4AIh1hE6MXJwAqq F9W6VLErd80E2jolClL5GaL/ZAkK5+x8LdlEIHgGyY22hofjw8Ca/uDe2oFNYJpvLn ePbcbFN6GPzZh7/oazI8zIjUOlc/k8X5zNQSIfr/P+zECEir9Cp4HJim49QmT7gaut WaBCbinNmPuDKmW/zDl3WpIVE2shSZpLQWmSg37TZmhcREKRIsQTW/3/lSi4IXeau7 8c8EFznJVXlPw== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lRwGn-001c2t-W9; Thu, 01 Apr 2021 14:17:54 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Konstantin Porotchkin , Rob Herring , Vinod Koul , linux-kernel@vger.kernel.org Subject: [PATCH 13/32] MAINTAINERS: update marvell,armada-3700-utmi-phy.yaml reference Date: Thu, 1 Apr 2021 14:17:33 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Changeset 6569d8386388 ("dt-bindings: phy: convert phy-mvebu-utmi to YAML schema") renamed: Documentation/devicetree/bindings/phy/phy-mvebu-utmi.txt to: Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml. Update its cross-reference accordingly. Fixes: 6569d8386388 ("dt-bindings: phy: convert phy-mvebu-utmi to YAML schema") Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index b16830f54226..17bd389b7985 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10774,7 +10774,7 @@ MARVELL ARMADA 3700 PHY DRIVERS M: Miquel Raynal S: Maintained F: Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt -F: Documentation/devicetree/bindings/phy/phy-mvebu-utmi.txt +F: Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml F: drivers/phy/marvell/phy-mvebu-a3700-comphy.c F: drivers/phy/marvell/phy-mvebu-a3700-utmi.c -- 2.30.2