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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C5273ECAAD8 for ; Fri, 23 Sep 2022 13:34:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=w/StAy1BmblfHtHDJABn6H5tNqYkbSv0xOsJ9Wg7l9M=; b=uCYSGI3GnhEsj3 v2Ff35aEZOwINofSMQnyjTgRhtyS2hqQRPocopwAbyAoG/wUyjb+shpsguNe0Y4pcrslpVqZUx+oy hklKPbzupY6TK8w0SMkYFTSQfgedBjfKenBUL6j7NK+EXTbeo/jupivhFOW3JiXcHclM8uUbcRKsM xBDuSBdIe6cfITGsdH+N63YIEsROSJwtiKGJsaGwDYtpBtw+bjOf+t6J5rFG4CiGZXyAWR9KnGv2t VuA+5jEBfWrMs4/aWnxq69vdkr5iaNoZNVVDWamJZXlLtA/yl1srhpbDE29E1iDqt3U8muDDCjUQt audvQ/jMYIa7D56lTqgA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obio8-004Rxv-9i; Fri, 23 Sep 2022 13:33:32 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1obio5-004Rvz-Ry; Fri, 23 Sep 2022 13:33:31 +0000 Received: from p508fdb48.dip0.t-ipconnect.de ([80.143.219.72] helo=phil.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 1obinv-00074F-K3; Fri, 23 Sep 2022 15:33:19 +0200 From: Heiko Stuebner To: Rob Herring , Krzysztof Kozlowski , Kever Yang , Jagan Teki Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Jagan Teki , Jon Lin , Sugar Zhang Subject: Re: [PATCH v5 6/6] ARM: dts: rockchip: Add Rockchip RV1126 SoC Date: Fri, 23 Sep 2022 15:33:18 +0200 Message-ID: <2439124.NgBsaNRSFp@phil> In-Reply-To: <20220915163947.1922183-7-jagan@edgeble.ai> References: <20220915163947.1922183-1-jagan@edgeble.ai> <20220915163947.1922183-7-jagan@edgeble.ai> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220923_063329_938387_5D3D49A9 X-CRM114-Status: GOOD ( 13.81 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Donnerstag, 15. September 2022, 18:39:47 CEST schrieb Jagan Teki: > RV1126 is a high-performance vision processor SoC for IPC/CVR, > especially for AI related application. > > It is based on quad-core ARM Cortex-A7 32-bit core which integrates > NEON and FPU. There is a 32KB I-cache and 32KB D-cache for each core > and 512KB unified L2 cache. It has build-in NPU supports INT8/INT16 > hybrid operation and computing power is up to 2.0TOPs. > > This patch add basic core dtsi support. > > Signed-off-by: Jon Lin > Signed-off-by: Sugar Zhang > Signed-off-by: Jagan Teki hmm, this series doesn't really provide any board for the rv1126, so we essentially don't even get any compile-time tests, as nothing is using this dtsi. Can we please change that? Thanks Heiko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel