From patchwork Tue Mar 17 13:10:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 203198 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 8E2D4C4CECE for ; Tue, 17 Mar 2020 13:11:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6829D20754 for ; Tue, 17 Mar 2020 13:11:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584450699; bh=qcurY8bOcWo5+GUNbRcDNmw4qaVy7k5l/0CO6+ZkKn8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=uLltgrMjLlHQvDz/wys4gw0bIIzQA5jA/801n+UV5CxovKIRpNS9dJwGDLkoQQczz c4EqXK7N2SM7j5mzwBomSQar8mF4E7dmTO3UMMT22jhwuVu3ZKRx7U8+aIn2tOIAf3 68cA2fR4pVRG69+V8W893EpkQsguEedwDo708DyM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726647AbgCQNL0 (ORCPT ); Tue, 17 Mar 2020 09:11:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:37814 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726474AbgCQNK4 (ORCPT ); Tue, 17 Mar 2020 09:10:56 -0400 Received: from mail.kernel.org (ip5f5ad4e9.dynamic.kabel-deutschland.de [95.90.212.233]) (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 B6AED2076E; Tue, 17 Mar 2020 13:10:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584450655; bh=qcurY8bOcWo5+GUNbRcDNmw4qaVy7k5l/0CO6+ZkKn8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jl7qcP50X5PEG7pLxCKMawz9B/YaStb/OFPHwDjzIcVY19FeS1R3yo0VxzuRD+ym9 S+81PAI+1NAfeNkBWgzWrPQzSLvxUth+7zhHb362HH+aM9PGwy9W2eHJ4Rp6bkFw6w 36hdLJzkW2dPPbezgaeHvBZdG/HPKoMhzIwPaoYU= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jEBzh-0006S1-JQ; Tue, 17 Mar 2020 14:10:53 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Dan Murphy , Wolfgang Grandegger , Marc Kleine-Budde , "David S. Miller" , Rob Herring , Benjamin Gaignard , linux-can@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 04/12] docs: dt: fix references to m_can.txt file Date: Tue, 17 Mar 2020 14:10:43 +0100 Message-Id: X-Mailer: git-send-email 2.24.1 In-Reply-To: References: MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This file was converted to json and renamed. Update its references accordingly. Fixes: 824674b59f72 ("dt-bindings: net: can: Convert M_CAN to json-schema") Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/net/can/tcan4x5x.txt | 2 +- MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/net/can/tcan4x5x.txt b/Documentation/devicetree/bindings/net/can/tcan4x5x.txt index 6bdcc3f84bd3..3613c2c8f75d 100644 --- a/Documentation/devicetree/bindings/net/can/tcan4x5x.txt +++ b/Documentation/devicetree/bindings/net/can/tcan4x5x.txt @@ -14,7 +14,7 @@ Required properties: the interrupt. - interrupts: interrupt specification for data-ready. -See Documentation/devicetree/bindings/net/can/m_can.txt for additional +See Documentation/devicetree/bindings/net/can/bosch,m_can.yaml for additional required property details. Optional properties: diff --git a/MAINTAINERS b/MAINTAINERS index 39da9ac4cc1f..84cb39b5a23b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10327,7 +10327,7 @@ M: Dan Murphy M: Sriram Dash L: linux-can@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/net/can/m_can.txt +F: Documentation/devicetree/bindings/net/can/bosch,m_can.yaml F: drivers/net/can/m_can/m_can.c F: drivers/net/can/m_can/m_can.h F: drivers/net/can/m_can/m_can_platform.c