2024-04-05 10:15:03

by Sascha Hauer

[permalink] [raw]
Subject: [PATCH v2 0/2] Add Protonic MECSBC board support

This series adds support for the Protonic MECSBC. MECSBC is a single
board computer for blood analysis machines from RR-Mechatronics,
designed and manufactured by Protonic Holland, based on the Rockchip
RK3568 SoC.

Signed-off-by: Sascha Hauer <[email protected]>
---
Changes in v2:
- use generic node names (Krzysztof)
- name regulators consistently (Krzysztof)
- do not use underscores in node names (Krzysztof)
- keep alphabetic order in arch/arm64/boot/dts/rockchip/Makefile (Heiko)
- use rgmii-id mode and drop [tr]x_delay (Andrew)
- add SD card regulator to support 1.8V modes
- Link to v1: https://lore.kernel.org/r/[email protected]

---
David Jander (1):
arm64: dts: rockchip: add Protonic MECSBC device-tree

Sascha Hauer (1):
dt-bindings: arm: rockchip: Add Protonic MECSBC board

.../devicetree/bindings/arm/rockchip.yaml | 5 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
arch/arm64/boot/dts/rockchip/rk3568-mecsbc.dts | 404 +++++++++++++++++++++
3 files changed, 410 insertions(+)
---
base-commit: 39cd87c4eb2b893354f3b850f916353f2658ae6f
change-id: 20240404-protonic-mecsbc-6cfa56a48fb7

Best regards,
--
Sascha Hauer <[email protected]>



2024-04-10 05:16:18

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] Add Protonic MECSBC board support

On Fri, 05 Apr 2024 12:14:24 +0200, Sascha Hauer wrote:
> This series adds support for the Protonic MECSBC. MECSBC is a single
> board computer for blood analysis machines from RR-Mechatronics,
> designed and manufactured by Protonic Holland, based on the Rockchip
> RK3568 SoC.
>
>

Applied, thanks!

[1/2] dt-bindings: arm: rockchip: Add Protonic MECSBC board
commit: 6eb006d7c8271d4ff811b8f13b40e527d35d88e1
[2/2] arm64: dts: rockchip: add Protonic MECSBC device-tree
commit: 6f9dfb7358535136e49d6fe9d31409f20f8cb9a7

Adjusted the node-sorting some more to honor our alphabetical
paradigm.

Best regards,
--
Heiko Stuebner <[email protected]>