From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.naobsd.org (sakura.naobsd.org [160.16.200.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 25BF418DF86 for ; Tue, 24 Dec 2024 21:10:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=160.16.200.221 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735074610; cv=none; b=rlNsdMmOGKpF6ODWCa6uPUL3nCjNblmsZs0S81c7oLbbbdYDuab3xZ9o5F2EgRNNSb296ZcIkfMfEE7SjXqa7+IBNNFI+ppwVqNei9GTF71GPxudLOmsZWBeWp/hKVi1uHpuwjydCez+fciSOn6JJwypggBAuG+b2GNO00lblxU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735074610; c=relaxed/simple; bh=qDlzClnoHk65szKo89trLsRIFMyv4R/Iv6KJDeNXV04=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=GOG19m9bt+W/tA283Oolbor4SnUsz6ju29N9zGDSDsEj2KB7OF4s0qAHTOIqgQkTmeBuhYGxMMsozaYriAJY1usfjIZi3UAFimLSyLA4S1qUV61qSuwJe04Ec2RhksFVdm+hM1LyxrMf158+KZLDxxmcTywn+mExJv82IWwwAaA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=radxa.com; spf=fail smtp.mailfrom=radxa.com; arc=none smtp.client-ip=160.16.200.221 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=radxa.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=radxa.com Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BOL9KQC031471; Wed, 25 Dec 2024 06:09:23 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, jonas@kwiboo.se, macromorgan@hotmail.com, liujianfeng1994@gmail.com, dmt.yashin@gmail.com, tim@feathertop.org, marcin.juszkiewicz@linaro.org, michael.riesch@wolfvision.net, sebastian.reichel@collabora.com, alchark@gmail.com, inindev@gmail.com, kever.yang@rock-chips.com, cristian.ciocaltea@collabora.com, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH 1/3] dt-bindings: arm: rockchip: Add Radxa ROCK 5B+ Date: Tue, 24 Dec 2024 21:09:10 +0000 Message-ID: <20241224210912.2121-2-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241224210912.2121-1-naoki@radxa.com> References: <20241224210912.2121-1-naoki@radxa.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add devicetree binding for the Radxa ROCK 5B+. The Radxa ROCK 5B+ is an upgraded version of the ROCK 5B based on the Rockchip RK3588 SoC. Signed-off-by: FUKAUMI Naoki --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 753199a12923..df959dbfa9eb 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -895,6 +895,11 @@ properties: - const: radxa,rock-5b - const: rockchip,rk3588 + - description: Radxa ROCK 5B+ + items: + - const: radxa,rock-5b-plus + - const: rockchip,rk3588 + - description: Radxa ROCK 5C items: - const: radxa,rock-5c -- 2.43.0