[PATCH v2 0/2] can: m_can: document and add external reset

Marc Kleine-Budde posted 2 patches 1 month, 4 weeks ago
Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 3 +++
arch/arm/boot/dts/st/stm32mp153.dtsi                       | 2 ++
2 files changed, 5 insertions(+)
[PATCH v2 0/2] can: m_can: document and add external reset
Posted by Marc Kleine-Budde 1 month, 4 weeks ago
The m_can IP core has an external reset line. Update the DT bindings
documentation accordingly and add it to the stm32mp153 device tree.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
Changes in v2:
- add dt-bindings update as 1st patch
- move stm32mp153.dtsi update to 2nd patch
- Link to v1: https://patch.msgid.link/20250806-stm32mp15-m_can-add-reset-v1-1-9d81f9c29d65@pengutronix.de

---
Marc Kleine-Budde (2):
      dt-binding: can: m_can: add optional resets property
      ARM: dts: stm32: add resets property to m_can nodes in the stm32mp153

 Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 3 +++
 arch/arm/boot/dts/st/stm32mp153.dtsi                       | 2 ++
 2 files changed, 5 insertions(+)
---
base-commit: 1a32f7427eb3d1248bc64cd745b93f88cc838933
change-id: 20250806-stm32mp15-m_can-add-reset-ccfc47213ba3

Best regards,
--  
Marc Kleine-Budde <mkl@pengutronix.de>
Re: [PATCH v2 0/2] can: m_can: document and add external reset
Posted by Alexandre TORGUE 1 month ago
Hi Marc

On 8/7/25 08:09, Marc Kleine-Budde wrote:
> The m_can IP core has an external reset line. Update the DT bindings
> documentation accordingly and add it to the stm32mp153 device tree.
> 
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
> Changes in v2:
> - add dt-bindings update as 1st patch
> - move stm32mp153.dtsi update to 2nd patch
> - Link to v1: https://patch.msgid.link/20250806-stm32mp15-m_can-add-reset-v1-1-9d81f9c29d65@pengutronix.de
> 
> ---
> Marc Kleine-Budde (2):
>        dt-binding: can: m_can: add optional resets property
>        ARM: dts: stm32: add resets property to m_can nodes in the stm32mp153
> 
>   Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 3 +++
>   arch/arm/boot/dts/st/stm32mp153.dtsi                       | 2 ++
>   2 files changed, 5 insertions(+)
> ---
> base-commit: 1a32f7427eb3d1248bc64cd745b93f88cc838933
> change-id: 20250806-stm32mp15-m_can-add-reset-ccfc47213ba3
> 
> Best regards,
> --
> Marc Kleine-Budde <mkl@pengutronix.de>
> 
> 

Thanks for your explanation.

Series applied on stm32-next.

Cheers.
Alex