Skip to content

Commit 7e0c2f1

Browse files
passgatmarckleinebudde
authored andcommitted
dt-bindings: can: st,stm32-bxcan: fix st,gcan property type
The SRAM memory shared pointed to by the st,gcan property is unique, so we don't need an array of phandles. Fixes: e43250c ("dt-bindings: net: can: add STM32 bxcan DT bindings") Signed-off-by: Dario Binacchi <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent d844dff commit 7e0c2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/can/st,stm32-bxcan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ properties:
6363
maxItems: 1
6464

6565
st,gcan:
66-
$ref: /schemas/types.yaml#/definitions/phandle-array
66+
$ref: /schemas/types.yaml#/definitions/phandle
6767
description:
6868
The phandle to the gcan node which allows to access the 512-bytes
6969
SRAM memory shared by the two bxCAN cells (CAN1 primary and CAN2

0 commit comments

Comments
 (0)