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 805C0C63797 for ; Fri, 3 Feb 2023 03:48:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231862AbjBCDsy (ORCPT ); Thu, 2 Feb 2023 22:48:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229662AbjBCDsw (ORCPT ); Thu, 2 Feb 2023 22:48:52 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 292DC719B5; Thu, 2 Feb 2023 19:48:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1675396130; x=1706932130; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JFaiq8Uy7g2ekDEu+Kn7RVB3cY0kIP8tcC2f4cR4cOU=; b=CS8R1I+skyJuPNgAxIS34l4UL/jqbh4PA1cxVvCgUez1N3FdPgBqjm2X SjaYGPpzzZn8ffAPL4TOa/0JiWnGkISV2F8E+zWdqUbKHay8rylr6LdAk Atwpr7FlEAn3O6XIihjJwACHZLOa2ciOzsbrb4oQnE5zOhfE3zaX4k0YJ wcfnsOV8ikw2YvViFeYCWbjSpF8//w0mrBnyAyPKAHlmGjlB+nc1Uwpcu a1O8yWCPbJpb4kgsOn9yQFicQZtmQtIefil/DTiw9wrfTRsJZ8mKTYb5u ee2kDU2/57X4/IiJwUJke8IFSKXejXzhbtHvMngJ8Bfe1QtMsdMY+DNpd w==; X-IronPort-AV: E=Sophos;i="5.97,269,1669100400"; d="scan'208";a="199165002" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 02 Feb 2023 20:48:49 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16; Thu, 2 Feb 2023 20:48:49 -0700 Received: from che-lt-i66125lx.amer.actel.com (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.16 via Frontend Transport; Thu, 2 Feb 2023 20:48:35 -0700 From: Durai Manickam KR To: , , , , , , , , , , , , , , , , , , , , , , , , CC: Durai Manickam KR Subject: [PATCH v5 0/8] Add support for sam9x60 curiosity board Date: Fri, 3 Feb 2023 09:18:25 +0530 Message-ID: <20230203034833.451461-1-durai.manickamkr@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series of patches is meant to address the following: - Moving of flexcom definitions from board file to SoC file and some minor changes to its properties. - Add support for the new sam9x60 curiosity board based on the existing sam9x60 SoC. Changes in v5: -------------- All the patches are accepted except the below patches which are updated based on the comments receied on PATCH v4, - [PATCH v4 2/8] Updated from field and first SOB as same author. - [PATCH v4 2/8] Added the missing compatibles for the UART. - [PATCH v4 8/8] Fixed the dtb warnings. Changes in v4: -------------- - Added the missed property atmel,usart-mode in uart5 - Renamed the led label. Changes in v3: -------------- - Updated commit logs mentioning each author's contribution. - Author name is updated based on the linux mainline guidelines. - updated the description file such that sam9x60 curiosity is added together with sam9x60ek as an enum. - Updated the entries in the regulator container alphabetically sorted. - Added label name and node name following the guidelines. Changes in v2: -------------- - Added generic names for regulator node. - Removed the #addredd-cells and #size-cells property which shows compilation warning. - Removed the property "status=okay" as this is default. - No underscores used for the pinctrl definitions and node names. - Organised the patches in the logical way. - Bindings are made separate patch. Durai Manickam KR (3): ARM: dts: at91: sam9x60: fix spi4 node dt-bindings: arm: at91: Add info on sam9x60 curiosity ARM: dts: at91: sam9x60_curiosity: Add device tree for sam9x60 curiosity board Manikandan Muralidharan (5): ARM: dts: at91: sam9x60: Fix the label numbering for the flexcom functions ARM: dts: at91: sam9x60: move flexcom definitions ARM: dts: at91: sam9x60: Specify the FIFO size for the Flexcom UART ARM: dts: at91: sam9x60: Add DMA bindings for the flexcom nodes ARM: dts: at91: sam9x60: Add missing flexcom definitions .../devicetree/bindings/arm/atmel-at91.yaml | 6 +- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/at91-sam9x60_curiosity.dts | 501 ++++++++++++++ arch/arm/boot/dts/at91-sam9x60ek.dts | 50 +- arch/arm/boot/dts/sam9x60.dtsi | 622 ++++++++++++++++++ 5 files changed, 1138 insertions(+), 42 deletions(-) create mode 100644 arch/arm/boot/dts/at91-sam9x60_curiosity.dts -- 2.25.1