File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/devicetree/bindings/net/can Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
2
%YAML 1.2
3
3
---
4
- $id : http://devicetree.org/schemas/net/can/microchip,mcp25xxfd .yaml#
4
+ $id : http://devicetree.org/schemas/net/can/microchip,mcp251xfd .yaml#
5
5
$schema : http://devicetree.org/meta-schemas/core.yaml#
6
6
7
7
title :
@@ -18,7 +18,7 @@ properties:
18
18
description : for MCP2517FD
19
19
- const : microchip,mcp2518fd
20
20
description : for MCP2518FD
21
- - const : microchip,mcp25xxfd
21
+ - const : microchip,mcp251xfd
22
22
description : to autodetect chip variant
23
23
24
24
reg :
@@ -38,7 +38,7 @@ properties:
38
38
39
39
microchip,rx-int-gpios :
40
40
description :
41
- GPIO phandle of GPIO connected to to INT1 pin of the MCP25XXFD , which
41
+ GPIO phandle of GPIO connected to to INT1 pin of the MCP251XFD , which
42
42
signals a pending RX interrupt.
43
43
maxItems : 1
44
44
@@ -65,7 +65,7 @@ examples:
65
65
#size-cells = <0>;
66
66
67
67
can@0 {
68
- compatible = "microchip,mcp25xxfd ";
68
+ compatible = "microchip,mcp251xfd ";
69
69
reg = <0>;
70
70
clocks = <&can0_osc>;
71
71
pinctrl-names = "default";
You can’t perform that action at this time.
0 commit comments