From patchwork Tue Sep 6 13:55:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergiu Moga X-Patchwork-Id: 603314 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 EE40CC6FA83 for ; Tue, 6 Sep 2022 14:53:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242211AbiIFOxH (ORCPT ); Tue, 6 Sep 2022 10:53:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238686AbiIFOwc (ORCPT ); Tue, 6 Sep 2022 10:52:32 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E1E411822; Tue, 6 Sep 2022 07:09:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1662473361; x=1694009361; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dtDdScaB2Cqk9xup07KTtoOWp5VAV/gnXhULPXe5f+M=; b=ro4LImfpw4Mb+xGndUTlrKYDK92oC8dk3uZ0TFML/vQGUH2nMwNVyqbp UVwVIsrIhWye4FAGXxAYzRqITW1qU/3jHKmCG5GIYKebsQiZhPL66eoxF 3ADI6bK2nP1nIo59Hw/+5Et7j9rGMTJwOV2l9p7YxH2S7J+4lFn9e+jFC PNkImLdl4rdZPkNNlH/i1eUrBRHQZiBYvA96HFcvk70Z7oF9UIebF/b8m tM7OQXaPpG3HFWDnv1IlLvlv1YPF0/kfAcSYhwTjYcLHU+Ey34FhzIm4w G5lbj4fmc7cHxgF1WMiEfF7H9L5oKOnghswWYu5eqFUiXixjneREHoh2H w==; X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208";a="112380495" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 06 Sep 2022 06:57:10 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) 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.12; Tue, 6 Sep 2022 06:57:05 -0700 Received: from ROB-ULT-M68701.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; Tue, 6 Sep 2022 06:57:00 -0700 From: Sergiu Moga To: , , , , , , , , , , , , , , , , CC: , , , , , Subject: [PATCH v2 06/13] dt-bindings: serial: atmel,at91-usart: Add SAM9260 compatibles to SAM9x60 Date: Tue, 6 Sep 2022 16:55:05 +0300 Message-ID: <20220906135511.144725-7-sergiu.moga@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220906135511.144725-1-sergiu.moga@microchip.com> References: <20220906135511.144725-1-sergiu.moga@microchip.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Add the AT91SAM9260 serial compatibles to the list of SAM9X60 compatibles in order to highlight the incremental characteristics of the SAM9X60 serial IP. Signed-off-by: Sergiu Moga --- v1 -> v2: - Nothing, this patch was not here before Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml b/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml index b25535b7a4d2..4d80006963c7 100644 --- a/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml +++ b/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml @@ -26,6 +26,8 @@ properties: - items: - const: microchip,sam9x60-dbgu - const: microchip,sam9x60-usart + - const: atmel,at91sam9260-dbgu + - const: atmel,at91sam9260-usart reg: maxItems: 1