mbox series

[0/2] arm64: dts: rockchip: rk3568: add CAN-FD controller

Message ID 20240904-rk3568-canfd-v1-0-73bda5fb4e03@pengutronix.de (mailing list archive)
Headers show
Series arm64: dts: rockchip: rk3568: add CAN-FD controller | expand

Message

Marc Kleine-Budde Sept. 4, 2024, 2:07 p.m. UTC
This series first adds the CAN-FD controllers nodes to the rk3568
devicetree, then it enables the CAN-FD controllers on the
rk3568-mecsbc board.

The DT bindings for this series are going upstream via
can-next/net-next into v6.12 with this PR:

| https://patch.msgid.link/all/20240904130256.1965582-1-mkl@pengutronix.de

So when applied to v6.12-armsoc/dts64 this series produces checkpatch
warnings about undocumented DT compatible strings. Maybe we have to
postpone this series a bit.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
Changes:
- rk3568-mecsbc: fixed order of phandles (thanks Heiko)
- These Patches were previously part of another series and have now
  been spun off.
- Link to previous version: https://patch.msgid.link/20240904-rockchip-canfd-v5-0-8ae22bcb27cc@pengutronix.de

---
David Jander (2):
      arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
      arm64: dts: rockchip: mecsbc: add CAN0 and CAN1 interfaces

 arch/arm64/boot/dts/rockchip/rk3568-mecsbc.dts | 14 +++++++++
 arch/arm64/boot/dts/rockchip/rk3568.dtsi       | 39 ++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)
---
base-commit: 78d500329b65217c45422ac0adf5c030783d3e58
change-id: 20240904-rk3568-canfd-53a562aef06f

Best regards,

Comments

Heiko Stuebner Sept. 5, 2024, 8:15 p.m. UTC | #1
On Wed, 04 Sep 2024 16:07:55 +0200, Marc Kleine-Budde wrote:
> This series first adds the CAN-FD controllers nodes to the rk3568
> devicetree, then it enables the CAN-FD controllers on the
> rk3568-mecsbc board.
> 
> The DT bindings for this series are going upstream via
> can-next/net-next into v6.12 with this PR:
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
      commit: 687d6009ae28d51a081c3d6f66c29d195a5cda2f
[2/2] arm64: dts: rockchip: mecsbc: add CAN0 and CAN1 interfaces
      commit: e00bf11185033456f3d4345bcd366df1f7cc7255

Best regards,