Message ID | 20240405-protonic-mecsbc-v2-0-0a6fedc78b9f@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | Add Protonic MECSBC board support | expand |
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,
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@pengutronix.de> --- 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@pengutronix.de --- 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,