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 04BEB1AD41D for ; Wed, 14 Aug 2024 09:58:10 +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=1723629493; cv=none; b=IL/2EIApWGvO0IlGSlaJG8psA8sGCBc68dlCfNDxsolK4/GKLymYULNQ2Wabwye0MesqqeJOA+Ntk1VCxm0vJ03trsvUGE6gfBXpvRrJGzu6tBnNLp2rMUyxD9wv0rsMVb/2YykrjUc4unoQvb0C8gp+2y8ah/GSq+d9Awljg8E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723629493; c=relaxed/simple; bh=1y6t+MLUmSlVzqCVlpKPTKCsakijKP2q/QmL07Vqz34=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=deGdszrLaaDbhk9/bs9zRDcKgY0/WW1whSFgiEr6bOWUXiRvE4g7gdnjxkoJQq2a+GSLEM/bgyGfbX+UCSLF/AZeoknJ1gNUN8MW64QcxJMUg9Dt5ObD13osGOilTUoM+JvFPdUXGPtRp/RGIsWs5wTCGt1jk4f8dasd5LUOVac= 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 47E9vbuO018666; Wed, 14 Aug 2024 18:57:37 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v4 1/2] dt-bindings: arm: rockchip: add support for Radxa ROCK Pi E v3.0 Date: Wed, 14 Aug 2024 18:57:26 +0900 Message-ID: <20240814095727.1662908-1-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Radxa ROCK Pi E v3.0 is a compact networking SBC[1] using the Rockchip RK3328 chip. [1] https://radxa.com/products/rockpi/pie Signed-off-by: FUKAUMI Naoki --- Changes in v4: - update compatible string for OpenWrt - drop A-b tag Changes in v3: - collect A-b tag Changes in v2: - fix typo in commit message - add missing --- in commit message - add new section instead of new item in rockchip.yaml --- 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 2ad835f4068e..1d426d4e1928 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -790,6 +790,11 @@ properties: - const: radxa,rockpi-e - const: rockchip,rk3328 + - description: Radxa ROCK Pi E v3.0 + items: + - const: radxa,rock-pi-e-v3 + - const: rockchip,rk3328 + - description: Radxa ROCK Pi N8 items: - const: radxa,rockpi-n8 -- 2.43.0