Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: can: mpfs: document resets

The CAN cores on Polarfire SoC both have a reset. The platform firmware
brings both cores out of reset, but the linux driver must use them
during normal operation. The resets should have been made required, but
this is one of the things that can happen when the binding is written
without driver support.

Fixes: c878d518d7b6 ("dt-bindings: can: mpfs: document the mpfs CAN controller")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20251121-sample-footsore-743d81772efc@spud
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Conor Dooley and committed by
Marc Kleine-Budde
9aea35eb 4715d930

+5
+5
Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml
··· 32 32 - description: AHB peripheral clock 33 33 - description: CAN bus clock 34 34 35 + resets: 36 + maxItems: 1 37 + 35 38 required: 36 39 - compatible 37 40 - reg 38 41 - interrupts 39 42 - clocks 43 + - resets 40 44 41 45 additionalProperties: false 42 46 ··· 50 46 compatible = "microchip,mpfs-can"; 51 47 reg = <0x2010c000 0x1000>; 52 48 clocks = <&clkcfg 17>, <&clkcfg 37>; 49 + resets = <&clkcfg 17>; 53 50 interrupt-parent = <&plic>; 54 51 interrupts = <56>; 55 52 };