From patchwork Thu Jul 13 09:51:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Durai Manickam KR X-Patchwork-Id: 13311708 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 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.lore.kernel.org (Postfix) with ESMTPS id 704C7C0015E for ; Thu, 13 Jul 2023 09:52:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 52F44C433C8; Thu, 13 Jul 2023 09:52:23 +0000 (UTC) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 347FBC433C9; Thu, 13 Jul 2023 09:52:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 347FBC433C9 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=microchip.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1689241941; x=1720777941; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ykA9/KX4H/M4bzsKlgcZioPeprFLMEtmUy7vE26Dds8=; b=2PHPTXpvz0kbUr9qZAR/oKhgfF11lU2X02UcUGXyqJrJbG4ogg6aegvK +gKjRuWv8VstH4KYaJanZIP3XI2/lQBO00+MANkAcaei1cAzNL3LDgtUK Z+NZ3G7Ud1g+hMUyMvSjvFwgmx8tdx3hcxvXykfCpba+fKhcqVQwRMTRd U5XY4gOmZ6X6URkIaS8nRAoHkqpZ3v8tfDtF5b8B/fXmMjeNKSVMGR9BV 4MbrmRLCmzQwmgUgF/gI+zgkHE5DXO0nQcZr4H2i6mg2eNUieoIpiGrsL Rs8DAcmNSXrowA38Z+nxbCxe0dOSnC0TgtcUEvpeJPO3u9E8eTZQWimlm Q==; X-IronPort-AV: E=Sophos;i="6.01,202,1684825200"; d="scan'208";a="224479203" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 13 Jul 2023 02:52:20 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Thu, 13 Jul 2023 02:51:40 -0700 Received: from che-lt-i66125lx.microchip.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; Thu, 13 Jul 2023 02:51:28 -0700 From: Durai Manickam KR List-Id: To: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: Durai Manickam KR Subject: [PATCHv2 1/2] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x60 Date: Thu, 13 Jul 2023 15:21:10 +0530 Message-ID: <20230713095111.335346-2-durai.manickamkr@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230713095111.335346-1-durai.manickamkr@microchip.com> References: <20230713095111.335346-1-durai.manickamkr@microchip.com> MIME-Version: 1.0 Add sam9x60 compatible to DT bindings documentation. Signed-off-by: Durai Manickam KR --- .../devicetree/bindings/serial/atmel,at91-usart.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml b/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml index 30b2131b5860..65cb2e5c5eee 100644 --- a/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml +++ b/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml @@ -16,13 +16,15 @@ properties: - enum: - atmel,at91rm9200-usart - atmel,at91sam9260-usart - - microchip,sam9x60-usart - items: - const: atmel,at91rm9200-dbgu - const: atmel,at91rm9200-usart - items: - const: atmel,at91sam9260-dbgu - const: atmel,at91sam9260-usart + - items: + - const: microchip,sam9x60-usart + - const: atmel,at91sam9260-usart - items: - const: microchip,sam9x60-dbgu - const: microchip,sam9x60-usart