From patchwork Tue Dec 12 12:42:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Yan X-Patchwork-Id: 1875154 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=163.com header.i=@163.com header.a=rsa-sha256 header.s=s110527 header.b=ACNoHcHm; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=139.178.88.99; helo=sv.mirrors.kernel.org; envelope-from=devicetree+bounces-24331-incoming-dt=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sv.mirrors.kernel.org (sv.mirrors.kernel.org [139.178.88.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4SqJDW1Vvxz20Gs for ; Tue, 12 Dec 2023 23:42:51 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sv.mirrors.kernel.org (Postfix) with ESMTPS id ADCF62814C4 for ; Tue, 12 Dec 2023 12:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 593995FEE3; Tue, 12 Dec 2023 12:42:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b="ACNoHcHm" X-Original-To: devicetree@vger.kernel.org Received: from m15.mail.163.com (m15.mail.163.com [45.254.50.220]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A777994; Tue, 12 Dec 2023 04:42:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=ZztcF 4m8TPUVhvPQaLZh9GowClmn1CkB2GW7KAZDIzQ=; b=ACNoHcHmdMn4xjxZJYTnl RRtXmYGpwxWLLXJMIGyy6i0so2Hh93M1zDoT8JdtknoAUiakTzfbQ3WfjhNB8eIb uBqk0jKzkH4Vraa7HDRssNMMpwl1K61QyIH8bnW95ERSpK7If2l3jNo3QOGJwMgx rW0HNsmmWMSFz2lNRpthYQ= Received: from ProDesk.. (unknown [58.22.7.114]) by zwqz-smtp-mta-g1-2 (Coremail) with SMTP id _____wAHjrkbVXhlFotZBA--.29150S2; Tue, 12 Dec 2023 20:42:06 +0800 (CST) From: Andy Yan To: heiko@sntech.de Cc: krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, sre@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Andy Yan Subject: [PATCH v4 0/5] Add 2 rk3588 based boards from Cool Pi Date: Tue, 12 Dec 2023 20:42:02 +0800 Message-Id: <20231212124202.1897238-1-andyshrk@163.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-CM-TRANSID: _____wAHjrkbVXhlFotZBA--.29150S2 X-Coremail-Antispam: 1Uf129KBjvJXoW7Kw17Ww45Jr1UJrW3urWUtwb_yoW8Cr1Upw n3CrZ8GFn7WFyxXFZIq3Z7Grs3Zwn5tay09rsxXFy2kr9IgF1UAFn3WwnxZ3sxG3W7Aayj gF1kKr47Kr1vqF7anT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0p_uc_UUUUUU= X-CM-SenderInfo: 5dqg52xkunqiywtou0bp/1tbiqB9EXmVOA6bhbwAAst This series add support for rk3588s based SBC Cool Pi 4B and rk3588 based board Cool Pi CM5 EVB Changes in v4: - split pi-cm5 as a dtsi Changes in v3: - drop ununnecessary property status = "okay" for rtc - reorder some nodes alphabetical - remove disabled node - Add compatible "coolpi,pi-cm5" for CM5 - drop ununnecessary property status = "okay" for backlight - reorder some nodes alphabetical - drop ununnecessary blank line Changes in v2: - change board compatible from "CoolPi 4 Model B" to "coolpi,pi-4b" - change board compatible from "CoolPi 4 Model B" to "coolpi,pi-4b" - drop ununnecessary property status = "okay" for gpio-led - drop ununnecessary blank line - change node name to rtc for hym8563 - change board compatible from "CoolPi CM5 EVB" to "coolpi,pi-cm5-evb" - change board compatible from "CoolPi CM5 EVB" to "coolpi,pi-cm5-evb" Andy Yan (5): dt-bindings: vendor-prefixes: Add Cool Pi dt-bindings: arm: rockchip: Add Cool Pi 4B arm64: dts: rockchip: Add support for rk3588s based board Cool Pi 4B dt-bindings: arm: rockchip: Add Cool Pi CM5 arm64: dts: rockchip: Add support for rk3588 based board Cool Pi CM5 EVB .../devicetree/bindings/arm/rockchip.yaml | 12 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/rockchip/Makefile | 2 + .../dts/rockchip/rk3588-coolpi-cm5-evb.dts | 214 +++++ .../boot/dts/rockchip/rk3588-coolpi-cm5.dtsi | 659 ++++++++++++++ .../boot/dts/rockchip/rk3588s-coolpi-4b.dts | 823 ++++++++++++++++++ 6 files changed, 1712 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts