diff options
author | 2025-05-07 10:42:00 -0500 | |
---|---|---|
committer | 2025-05-19 14:06:42 +0200 | |
commit | 69c6d83d717317eab42835bc9fd54173c8de31ac (patch) | |
tree | c41ed4eea76737b44c42a2564806369f29908d13 | |
parent | llc: fix data loss when reading from a socket in llc_ui_recvmsg() (diff) | |
download | wireguard-linux-69c6d83d717317eab42835bc9fd54173c8de31ac.tar.xz wireguard-linux-69c6d83d717317eab42835bc9fd54173c8de31ac.zip |
dt-bindings: can: microchip,mcp2510: Fix $id path
The "$id" value must match the relative path under bindings/ and is
missing the "net" sub-directory.
Fixes: 09328600c2f9 ("dt-bindings: can: convert microchip,mcp251x.txt to yaml")
Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20250507154201.1589542-1-robh@kernel.org
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/net/can/microchip,mcp2510.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/can/microchip,mcp2510.yaml b/Documentation/devicetree/bindings/net/can/microchip,mcp2510.yaml index e0ec53bc10c6..1525a50ded47 100644 --- a/Documentation/devicetree/bindings/net/can/microchip,mcp2510.yaml +++ b/Documentation/devicetree/bindings/net/can/microchip,mcp2510.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/can/microchip,mcp2510.yaml# +$id: http://devicetree.org/schemas/net/can/microchip,mcp2510.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Microchip MCP251X stand-alone CAN controller |