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 4B531EB64DA for ; Tue, 18 Jul 2023 06:43:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231447AbjGRGny (ORCPT ); Tue, 18 Jul 2023 02:43:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231448AbjGRGnx (ORCPT ); Tue, 18 Jul 2023 02:43:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F08EE70; Mon, 17 Jul 2023 23:43:49 -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 A26926147F; Tue, 18 Jul 2023 06:43:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27C8CC433C9; Tue, 18 Jul 2023 06:43:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689662628; bh=9K1oNze9pt6AtdqjgxNnclXiPcumaT+jibKxRxXWzoI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bJhUh32gvfcTMRXBulIgQBSF0mljPh5MMR8mNAba2IpM3/E3qX2CIKUEe0AO2TRwa wj84j2vC+CGk/8oUJ4XmpteVVRfrdrRaNr9MvJCSrCQQLoeSclfGw3zOupqiNetBiM 0CaoJ96dMzgXqynFuher99MB/Kecbp4aDPjPhlFtHuBPwVuSRXMd1RigIQXvk2au9R H0DBiKP6gQr9Fj29q7bqRikcTCQKFSyCWgGy7G5L1o4iEV0ZsDlU9afYHNOhYzWRVS sHd8CqLcPIdI3/QwBUoKT39PW4cxULysomSHEDnlgKBX95vRdDYjPJ128VJk9NwxSM /i8krr3J1JWTg== Date: Tue, 18 Jul 2023 14:43:32 +0800 From: Shawn Guo To: Frank Li Cc: suzuki.poulose@arm.com, coresight@lists.linaro.org, imx@lists.linux.dev, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Marek Vasut , Peng Fan , Alexander Stein , Lucas Stach , Adam Ford , Laurent Pinchart , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , open list Subject: Re: [PATCH 1/1] arm64: dts: imx8mp: remove arm,primecell-periphid at etm nodes Message-ID: <20230718064332.GM9559@dragon> References: <20230705205954.4159781-1-Frank.Li@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230705205954.4159781-1-Frank.Li@nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jul 05, 2023 at 04:59:53PM -0400, Frank Li wrote: > The reg size of etm nodes is incorrectly set to 64k instead of 4k. This > leads to a crash when calling amba_read_periphid(). After corrected reg > size, amba_read_periphid() retrieve the correct periphid. > arm,primecell-periphid were removed from the etm nodes. > > Signed-off-by: Frank Li Applied, thanks!