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 B5867C433EF for ; Wed, 6 Apr 2022 13:32:29 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=R/TPbG2BLZo///mwX4UPSk+9UBRtEG+EavMAkqUUgRk=; b=vBfL890MiQJXcA c48kKsqVF5aUntsePrXdlIT7SlIPPA6Bmi9njUJ+jicJoVFSQ1xipGt5S6UypuGDQFUPQwxf5pe4F 9gIDN/k5QJ3IJ3JVw39sQLupjd4Z1zVgy16OREGntq/z7/hhCnbzojCL/HK9wUam7Vp4HtJG2p6qS ZS/lgwl2wvXY/O8VRwK1UThkf4Boij8A+JvR0rXSLTxKhqKTGpcxz6xH1o6y/sjfvA4S8Kxs55BXT Rwz2Ri2igQ0m2vN/LNukrjSDI+o0ZtCcHzhD6EusPIlsQuIj4SQcVRybllulbGnv58lfv2z3lgTPI jpdmxPYe/TcuwCpMD9sQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc5ku-006IrK-Db; Wed, 06 Apr 2022 13:31:28 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc5kr-006Iob-3P for linux-arm-kernel@lists.infradead.org; Wed, 06 Apr 2022 13:31:26 +0000 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 7DAC2615AE; Wed, 6 Apr 2022 13:31:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4DAF8C385A3; Wed, 6 Apr 2022 13:31:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649251883; bh=Xc7+Od94RAwOKTzuYqP9McmHPkRVyqgshD8F5nfq0IQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DEviX4osjrypqtzkbq3NvjTNXgHYAd2izpUe3KiGInTFbeSZMJEPaL+ZBPtYa7K4U c7Nj41Z9HsnKOGqD0bf1x9vRhQKKT9TSYFUOt6ORGC89Cei2QJGTqCJuIUXFE2VdLP ftuGxgNTa1j5uv+bAfUHwrhsl70Bu3jpURXWw5xsIBXJLIZ+aQzhAhrLK5Z58GOiVS kcttVX0IISnn9tMvtPzbeuTRASFYD8RtATjadyheoX6rnS+2slASa+U/HP7cBi6kOZ kVVAn3X4DdrpnCxD0+ruxgQIcYFhWgkmXWxcUcOwQ76RSqr97HIO89fjFyySn0kzpF o4pPFwtJkNXDQ== Date: Wed, 6 Apr 2022 21:31:17 +0800 From: Shawn Guo To: Johan Hovold Cc: Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Tim Harvey Subject: Re: [PATCH] arm64: dts: imx8mm-venice: fix spi2 pin configuration Message-ID: <20220406133117.GT129381@dragon> References: <20220228101617.12694-1-johan@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220228101617.12694-1-johan@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220406_063125_194031_56A4C6DD X-CRM114-Status: GOOD ( 11.41 ) 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 On Mon, Feb 28, 2022 at 11:16:17AM +0100, Johan Hovold wrote: > Due to what looks like a copy-paste error, the ECSPI2_MISO pad is not > muxed for SPI mode and causes reads from a slave-device connected to the > SPI header to always return zero. > > Configure the ECSPI2_MISO pad for SPI mode on the gw71xx, gw72xx and > gw73xx families of boards that got this wrong. > > Fixes: 6f30b27c5ef5 ("arm64: dts: imx8mm: Add Gateworks i.MX 8M Mini Development Kits") > Cc: stable@vger.kernel.org # 5.12 > Cc: Tim Harvey > Signed-off-by: Johan Hovold Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel