From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17038C4332F for ; Mon, 5 Dec 2022 20:25:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232952AbiLEUZv (ORCPT ); Mon, 5 Dec 2022 15:25:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231855AbiLEUZu (ORCPT ); Mon, 5 Dec 2022 15:25:50 -0500 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C030623EB5 for ; Mon, 5 Dec 2022 12:25:47 -0800 (PST) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1p2I25-0006MH-6e; Mon, 05 Dec 2022 21:25:45 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Rob Herring , Krzysztof Kozlowski , Jagan Teki Cc: Daniel Lezcano , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Johan Jonker , Jagan Teki , Rob Herring Subject: Re: [PATCH v9 6/8] dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 2 Date: Mon, 05 Dec 2022 21:25:44 +0100 Message-ID: <21697853.EfDdHjke4D@diego> In-Reply-To: <20221129075424.189655-7-jagan@edgeble.ai> References: <20221129075424.189655-1-jagan@edgeble.ai> <20221129075424.189655-7-jagan@edgeble.ai> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Dienstag, 29. November 2022, 08:54:22 CET schrieb Jagan Teki: > Neural Compute Module 2(Neu2) is a 96boards SoM-CB compute module > based on Rockchip RV1126 from Edgeble AI. > > Edgeble Neural Compute Module 2(Neu2) IO board is an industrial > form factor evaluation board from Edgeble AI. > > Neu2 needs to mount on top of this IO board in order to create complete > Edgeble Neural Compute Module 2(Neu2) IO platform. > > Add dt-bindings for it. > > Acked-by: Rob Herring > Signed-off-by: Jagan Teki Acked-by: Heiko Stuebner @Daniel: do you want to pick this patch into the clocksource tree? [together with the similar rk3128 one?] > --- > Changes for v9, v8: > - none > Changes for v7: > - collect Rob Ack > Changes for v6: > > Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > index 244c42eaae8c..26fdd205a899 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -85,6 +85,12 @@ properties: > - const: chipspark,rayeager-px2 > - const: rockchip,rk3066a > > + - description: Edgeble Neural Compute Module 2(Neu2) SoM based boards > + items: > + - const: edgeble,neural-compute-module-2-io # Edgeble Neural Compute Module 2 IO Board > + - const: edgeble,neural-compute-module-2 # Edgeble Neural Compute Module 2 SoM > + - const: rockchip,rv1126 > + > - description: Elgin RV1108 R1 > items: > - const: elgin,rv1108-r1 >