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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 89D60C2BA19 for ; Tue, 14 Apr 2020 16:56:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5AB0B2054F for ; Tue, 14 Apr 2020 16:56:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586883374; bh=ooW89rST4GmeQXzLWvXim86Mk5Dn0bBASsKnbkuiJgo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=eHmHwrVBxu5TVmPk1ngC2oQpKG5ijA7FcWmU3dN17ohgXvqHA1uFmrmrUsc3fwgZ4 n1GTIMBAYMoSeIO5Gnk38hCdkMCBytaWtCLXUoFWFrH0codabQM7WhMVZvNntIYw7e smA7P5YQKX8+8T1VNHd4Qx4iWG4vXOklzFxkpxG8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391934AbgDNQ4I (ORCPT ); Tue, 14 Apr 2020 12:56:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:55216 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407441AbgDNQtH (ORCPT ); Tue, 14 Apr 2020 12:49:07 -0400 Received: from mail.kernel.org (ip5f5ad4d8.dynamic.kabel-deutschland.de [95.90.212.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 814A3208E0; Tue, 14 Apr 2020 16:49:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586882942; bh=ooW89rST4GmeQXzLWvXim86Mk5Dn0bBASsKnbkuiJgo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=a/h4bzHwGxyqczskNEQfRZpxxAgfBmmh2Z3GMM8x/8X1Xd+/yfC5/zQGgvxpGG4+v LRxocrqPTpJpT4s5UHBKgNUhIV/tZ+HZAgQeITtYXLCo1IBFHi6mf+j6rNlj+lPvkX mydsV7t/6s1kBhxL4eV7TdNqdJ3HaIyvrmzgKHfs= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jOOk8-0068lX-Of; Tue, 14 Apr 2020 18:49:00 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Kishon Vijay Abraham I , Rob Herring , Yuti Amonkar , devicetree@vger.kernel.org Subject: [PATCH v2 08/33] docs: dt: fix broken reference to phy-cadence-torrent.yaml Date: Tue, 14 Apr 2020 18:48:34 +0200 Message-Id: <3f1cf6d74e392f3ee9f894d82cb7ee29d04c1b6d.1586881715.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This file was removed, and another file was added instead of it, on two separate commits. Splitting a single logical change (doc conversion) on two patches is a bad thing, as it makes harder to discover what crap happened. Anyway, this patch fixes the broken reference, making it pointing to the new location of the file. Fixes: 922003733d42 ("dt-bindings: phy: Remove Cadence MHDP PHY dt binding") Fixes: c6d8eef38b7f ("dt-bindings: phy: Add Cadence MHDP PHY bindings in YAML format.") Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml index fd1982c56104..3f913d6d1c3d 100644 --- a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml +++ b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml @@ -146,7 +146,7 @@ patternProperties: bindings specified in Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt Torrent SERDES should follow the bindings specified in - Documentation/devicetree/bindings/phy/phy-cadence-dp.txt + Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml required: - compatible -- 2.25.2