From patchwork Fri Jul 28 10:27:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 707909 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 DE337C001E0 for ; Fri, 28 Jul 2023 10:29:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235493AbjG1K3O (ORCPT ); Fri, 28 Jul 2023 06:29:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235577AbjG1K2x (ORCPT ); Fri, 28 Jul 2023 06:28:53 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C50BB3C3C; Fri, 28 Jul 2023 03:27:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1690540078; x=1722076078; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=p7AIHi1RFTLbAcGhYX039b6uV3j7YsXbjesnlpkDBZM=; b=1+QMwg34GnOl+IiCtHs85/1uF29kZdmA44sQ/hSoOOBKtplI0zEAAO/T nFfJDQTBWRL3jMt807sI40xBD9YFs1IjXncKxl3M8kuiuQnqQ6GKKHWtt hLX13p7n06Dp2aFXQlbgHb6w0wlZyzpgyfTVACVqfH/SwThq7RsRVH1Dd VJzpliN2O0G/MvXEE1JpcnQ/zAwUMnuBvi1U6ys95cliBlafODj0JshC2 jFg9nH1/xRLjNirDaEeEVykDNtBPIzfMfTLdDqaIhJSH7rFuShR6TsQa4 AOPnRsZhGh40oVAZeT7X4Xc1mqlSbT6e2ll6ggn096j3P3qFcM8GnQEbn A==; X-IronPort-AV: E=Sophos;i="6.01,237,1684825200"; d="scan'208";a="238401551" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Jul 2023 03:27:39 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 28 Jul 2023 03:27:39 -0700 Received: from che-lt-i67070.amer.actel.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 28 Jul 2023 03:27:33 -0700 From: Varshini Rajendran To: , , , , , , , , , , , , , CC: Subject: [PATCH v3 25/50] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x7 Date: Fri, 28 Jul 2023 15:57:30 +0530 Message-ID: <20230728102730.266557-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Add sam9x7 compatible to DT bindings documentation. Signed-off-by: Varshini Rajendran --- .../devicetree/bindings/serial/atmel,at91-usart.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml b/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml index 30b2131b5860..42644d0f1104 100644 --- a/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml +++ b/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml @@ -17,6 +17,7 @@ properties: - atmel,at91rm9200-usart - atmel,at91sam9260-usart - microchip,sam9x60-usart + - microchip,sam9x7-usart - items: - const: atmel,at91rm9200-dbgu - const: atmel,at91rm9200-usart @@ -28,6 +29,14 @@ properties: - const: microchip,sam9x60-usart - const: atmel,at91sam9260-dbgu - const: atmel,at91sam9260-usart + - items: + - const: microchip,sam9x7-usart + - const: atmel,at91sam9260-usart + - items: + - const: microchip,sam9x7-dbgu + - const: microchip,sam9x7-usart + - const: atmel,at91sam9260-dbgu + - const: atmel,at91sam9260-usart reg: maxItems: 1 From patchwork Fri Jul 28 10:28:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 708230 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 D39D4C00528 for ; Fri, 28 Jul 2023 10:30:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234607AbjG1KaH (ORCPT ); Fri, 28 Jul 2023 06:30:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234402AbjG1K3j (ORCPT ); Fri, 28 Jul 2023 06:29:39 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D731B4487; Fri, 28 Jul 2023 03:28:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1690540108; x=1722076108; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GSweIkrUGUAD4SStALMucylJ/QGEPeV03wfRlGauzT8=; b=XaOnKjM8AFWvNzIaK0F4abjmCytTN9mZZF0bKEG7bbGLPphFg6Zf04wK fAsIX/lR/Afs6WcTZN/b9AqOaWU62wroTeJLb7UQUY832byxYu61vY8Dw cUqSzXFg1wguD03CQk2HsoK7wZmOOnfyYJlaA3fjmycszPQtYxL5ZYgi7 c0Q2ttitzAirMIA1k4xoMPuYtSsJxoVjhkzYgo2c59XbOMOFNL+24h9L/ Oj1RIszLY+4EvP/HMB6J7YlJ+Y+11DZR5wtAtrKrfqvx3ZYNC5sucfXA1 WsjWjFLwDbT0BnyBEo+99uKTQlDkF6upz888AtSRSv3q34iMfVrLr8cz7 w==; X-IronPort-AV: E=Sophos;i="6.01,237,1684825200"; d="scan'208";a="238401613" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Jul 2023 03:28:27 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 28 Jul 2023 03:28:27 -0700 Received: from che-lt-i67070.amer.actel.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 28 Jul 2023 03:28:22 -0700 From: Varshini Rajendran To: , , , , , , , , , , , CC: Subject: [PATCH v3 30/50] spi: dt-bindings: atmel, at91rm9200-spi: remove 9x60 compatible from list Date: Fri, 28 Jul 2023 15:58:19 +0530 Message-ID: <20230728102819.266809-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Remove microchip,sam9x60-spi compatible from the list as the fallback is really atmel,at91rm9200-spi. Signed-off-by: Varshini Rajendran --- Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml index 58367587bfbc..32e7c14033c2 100644 --- a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml +++ b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml @@ -22,7 +22,6 @@ properties: - const: atmel,at91rm9200-spi - items: - const: microchip,sam9x7-spi - - const: microchip,sam9x60-spi - const: atmel,at91rm9200-spi reg: