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 <s.hauer@xxxxxxxxxxxxxx> --- 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/20240404-protonic-mecsbc-v1-0-ad5b42ade6c6@xxxxxxxxxxxxxx --- 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 <s.hauer@xxxxxxxxxxxxxx>