diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-17 16:10:43 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-31 18:03:34 +0300 |
commit | 92f2b6ac29350a2944cca111946e3c74bb145a35 (patch) | |
tree | 2fb218aa0831034fdc6fa1e9ac42024ff05cb74f | |
parent | ff17bad8721c4df7c31e4ec669cafb4dbf253c86 (diff) | |
download | linux-92f2b6ac29350a2944cca111946e3c74bb145a35.tar.xz |
docs: dt: fix references to m_can.txt file
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 <mchehab+huawei@kernel.org>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/net/can/tcan4x5x.txt | 2 | ||||
-rw-r--r-- | 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 16760fc4f64b..8b596f3d8397 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10230,7 +10230,7 @@ M: Dan Murphy <dmurphy@ti.com> M: Sriram Dash <sriram.dash@samsung.com> 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 |