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 ED548EB64DD for ; Sun, 30 Jul 2023 06:28:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229445AbjG3G2K (ORCPT ); Sun, 30 Jul 2023 02:28:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229379AbjG3G2J (ORCPT ); Sun, 30 Jul 2023 02:28:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 976E3198E for ; Sat, 29 Jul 2023 23:28:08 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2AFD160B58 for ; Sun, 30 Jul 2023 06:28:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CBD9C433C8; Sun, 30 Jul 2023 06:28:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690698487; bh=B341pruwsTKESJ8nXzQrWbzUXtDmxEJLz8Jbi1QDXZE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kyBDWU1iRLfymJTkxm8+oSDoi0Oka93KIlX9qcb0+FZwrzd6ysqVdtUs7nCN6lYLl 0kVF2XD0bcrTX1yW1XsJiR9nyPHF1QvSdbjoSCB76ikSV6MfBk2H9IfgBTB1ymDrDi NK8xPCdv4UBX2OxeMXWds810LWGfaVvVQFsUBeI7yCMZX1SVaoJyyJ7q7ovGfg8abw L9GGynSNuJcB9wOINlOLtj2Lu41MW3sDRgdnYqj5/PnOSY143NZbjN68DcXzqKH9x5 jaMHdIQkBerf1XVfWF+v8k/45MqPUj7QMqlwV590+92OgCiFbuQTa+WkiSRP/9W4vE OTrcO7j2M3kpA== Date: Sun, 30 Jul 2023 14:27:56 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Frank Li Subject: Re: [PATCH v2 1/1] arm64: dts: imx8mq: Add coresight trace components Message-ID: <20230730062756.GX151430@dragon> References: <20230719090616.1954001-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230719090616.1954001-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jul 19, 2023 at 11:06:16AM +0200, Alexander Stein wrote: > Add coresight trace components (ETM, ETF, ETB and Funnel). > > ┌───────┐ ┌───────┐ ┌───────┐ > │ CPU0 ├─►│ ETM0 ├─►│ │ > └───────┘ └───────┘ │ │ > │ │ > ┌───────┐ ┌───────┐ │ ATP │ > │ CPU1 ├─►│ ETM1 ├─►│ │ > └───────┘ └───────┘ │ │ > │ FUNNEL│ > ┌───────┐ ┌───────┐ │ │ > │ CPU2 ├─►│ ETM2 ├─►│ │ > └───────┘ └───────┘ │ │ ┌─────┐ > │ │ │ │ > ┌───────┐ ┌───────┐ │ │ │ M4 │ > │ CPU3 ├─►│ ETM3 ├─►│ │ │ │ > └───────┘ └───────┘ └───┬───┘ └──┬──┘ AXI > │ │ ▲ > ▼ ▼ │ > ┌───────────────────────────┐ ┌─────┐ ┌─┴──┐ > │ ATP FUNNEL ├──►│ ETF ├─► │ETR │ > └───────────────────────────┘ └─────┘ └────┘ > > Signed-off-by: Alexander Stein Applied, thanks!