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 E5BC0C433EF for ; Mon, 11 Apr 2022 00:59:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239600AbiDKBBj (ORCPT ); Sun, 10 Apr 2022 21:01:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244222AbiDKBBg (ORCPT ); Sun, 10 Apr 2022 21:01:36 -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 823CF266A for ; Sun, 10 Apr 2022 17:59:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1D1A560EF4 for ; Mon, 11 Apr 2022 00:59:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2092C385A1; Mon, 11 Apr 2022 00:59:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649638761; bh=ckZxhYbS2U1aeGfxuFT6leURVMO5rxTcdRlAyOqvgF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H9FcoGeNHXeR9vCCYyzsJ75Dv6XaGLqovNcWc35MgtQsUUstbIJlqCQq5kmAYvqtK yowgdGFwyFBNdfkw0xZli64It8M9TESgfxkBUj/s3tXaoK76V7dOGMkkH8EdbNEg2p lLx895Ycsvw3aNBGVmiCSIF0b/EsrGf/wjgvHYYPlAJXEHEaZh0t/kc08O3Tp76yZq UK0SL/0+qV4hgYcQh+LDvF9wI+vNwq9yP2jPqzj/3N1rYoOxaQxFkCCVlPPEnMcH6i Ys6gyjU1j7wxPaOvNPHxoGWofD28xsf1fhLlCIjKS6ohx9wSXujjytvwZto3xEFDr+ yg1UvdlQAnfCw== Date: Mon, 11 Apr 2022 08:59:15 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Fabio Estevam , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/1] arm64: dts: imx8mq-tqma8mq: change the spi-nor tx Message-ID: <20220411005915.GW129381@dragon> References: <20220331130206.80349-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220331130206.80349-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Mar 31, 2022 at 03:02:06PM +0200, Alexander Stein wrote: > This fixes the qspi read command by importing the changes from commit > 04aa946d57b2 ("arm64: dts: imx8: change the spi-nor tx"). > > Fixes: b186b8b6e770 ("arm64: dts: freescale: add initial device tree for TQMa8Mx with i.MX8M") > > Signed-off-by: Alexander Stein Applied, thanks!