From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 105A333C53B; Fri, 9 Jan 2026 12:51:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767963094; cv=none; b=c4WMVblzLrAGbeDvzPtG07csajxdpCZyoqhdyF9XojJ49Mso+QbjFZWkxiTZO2c8bXzktSH3QXJ1T9Xogn2rBuBFv7iKprz+nuDIJ8T+xwrC7O9HtvX5Eh/SQAvjPQor17MvhEnYQ0K1fv3lx7JPCOoXgYMhCoRZkoqehpmnK0Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767963094; c=relaxed/simple; bh=Gpqd61Hp+9gQm/CHHwFV0bHpqfVrVSgR+y6PxTxN3r0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=jiMwaRqETk5x8zzvM/Ei34QCjWP+KyJP5ufP++JRCKP9CPsWbb4YhLr/b3nVu2LnHgXaxIRjLv4vGA4Sxj7bwIizpniYXLPK90+O/ZcWQjipQETDinF+XIpI85BDUHK1ikMm7rJSCoLWS94WzmSFBjIGMOhxFs1Z/8pG5s9yKm8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=SagN92Rp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="SagN92Rp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8242AC19425; Fri, 9 Jan 2026 12:51:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1767963093; bh=Gpqd61Hp+9gQm/CHHwFV0bHpqfVrVSgR+y6PxTxN3r0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SagN92Rp7hcW4q3Ld47loqNjWhfnlYlSQM3wL8II5fPJ9p7DPdxB7+3kyuekpGBFt YL5ylUpIIX4rOsTlLj0Qf63S4X9P923nnl8K+wAfJimVrOYmF5hpdyQ3i0KNkCTlvt mX+KuDAL00/78m0lhwyb1wCcqxpgcKq9dibNp3yc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Nicolas Ferre , Claudiu Beznea , Sasha Levin Subject: [PATCH 6.1 563/634] ARM: dts: microchip: sama5d2: fix spi flexcom fifo size to 32 Date: Fri, 9 Jan 2026 12:44:01 +0100 Message-ID: <20260109112138.786440171@linuxfoundation.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260109112117.407257400@linuxfoundation.org> References: <20260109112117.407257400@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Nicolas Ferre [ Upstream commit 7d5864dc5d5ea6a35983dd05295fb17f2f2f44ce ] Unlike standalone spi peripherals, on sama5d2, the flexcom spi have fifo size of 32 data. Fix flexcom/spi nodes where this property is wrong. Fixes: 6b9a3584c7ed ("ARM: dts: at91: sama5d2: Add missing flexcom definitions") Cc: stable@vger.kernel.org # 5.8+ Signed-off-by: Nicolas Ferre Link: https://lore.kernel.org/r/20251114140225.30372-1-nicolas.ferre@microchip.com Signed-off-by: Claudiu Beznea Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/sama5d2.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -568,7 +568,7 @@ AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(12))>; dma-names = "tx", "rx"; - atmel,fifo-size = <16>; + atmel,fifo-size = <32>; status = "disabled"; }; @@ -639,7 +639,7 @@ AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(14))>; dma-names = "tx", "rx"; - atmel,fifo-size = <16>; + atmel,fifo-size = <32>; status = "disabled"; }; @@ -852,7 +852,7 @@ AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(16))>; dma-names = "tx", "rx"; - atmel,fifo-size = <16>; + atmel,fifo-size = <32>; status = "disabled"; }; @@ -923,7 +923,7 @@ AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(18))>; dma-names = "tx", "rx"; - atmel,fifo-size = <16>; + atmel,fifo-size = <32>; status = "disabled"; }; @@ -995,7 +995,7 @@ AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(20))>; dma-names = "tx", "rx"; - atmel,fifo-size = <16>; + atmel,fifo-size = <32>; status = "disabled"; };