From nobody Mon Apr 6 14:10:25 2026 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 53D30ECAAD3 for ; Wed, 7 Sep 2022 09:22:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230413AbiIGJWA (ORCPT ); Wed, 7 Sep 2022 05:22:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230406AbiIGJVn (ORCPT ); Wed, 7 Sep 2022 05:21:43 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B58AB14FE; Wed, 7 Sep 2022 02:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1662542496; x=1694078496; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=/9aHsHgZ1bx2m1ecmUv0F/a/9E81F7IqXCvZoB4FNb8=; b=fq+CB6cOJs22c3iFqOC0p1utKvikGYACR7kqQ9SEDlY0YJypd5WRRioR tn+vMdnDGeVsMIObH9/UJG6a7QfNwOcxZ04qbiO2n6eOtvQyDbANzaxoU xvQEiE/lfJZ3NfwNbZwfmjYSks3+4+uoIqb/GDZkTzksiFlAO3mY7Qqht KVVScAdMLuyor0BmUoXrxZ3yzMT14s2cAfcMLrFxW/dW2bCOxHSrFqwgt QMfrvA4KZ+/Wy7acCpFUvFNxgu/6zBvvEh0NkzpT2lAsbwaLb4rq1DH5U xHp32tG+gyPIAD847ILTiihqzbs7+qVC6gn/JoCxhrTAfG3Pyh+cDHIxV A==; X-IronPort-AV: E=Sophos;i="5.93,296,1654585200"; d="scan'208";a="189761633" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 07 Sep 2022 02:21:34 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Wed, 7 Sep 2022 02:21:25 -0700 Received: from che-lt-i63539lx.microchip.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Wed, 7 Sep 2022 02:21:19 -0700 From: Hari Prasath To: , , , , , , , , , , , , , , , CC: Subject: [linux][PATCH 3/6] ARM: dts: at91: sam9x60: Specify the FIFO size for the Flexcom UART Date: Wed, 7 Sep 2022 14:50:51 +0530 Message-ID: <20220907092054.29915-4-Hari.PrasathGE@microchip.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220907092054.29915-1-Hari.PrasathGE@microchip.com> References: <20220907092054.29915-1-Hari.PrasathGE@microchip.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Manikandan M The UART submodule in Flexcom has 16-byte Transmit and Receive FIFOs. Signed-off-by: Manikandan M --- arch/arm/boot/dts/sam9x60.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/sam9x60.dtsi b/arch/arm/boot/dts/sam9x60.dtsi index f0e0dc20de1b..224b406c8384 100644 --- a/arch/arm/boot/dts/sam9x60.dtsi +++ b/arch/arm/boot/dts/sam9x60.dtsi @@ -207,6 +207,7 @@ clock-names =3D "usart"; atmel,use-dma-rx; atmel,use-dma-tx; + atmel,fifo-size =3D <16>; status =3D "disabled"; }; }; --=20 2.17.1