From patchwork Mon Mar 7 08:50:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Whitchurch X-Patchwork-Id: 1601955 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=axis.com header.i=@axis.com header.a=rsa-sha256 header.s=axis-central1 header.b=hP/eIK4R; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4KBscl6vs7z9sG9 for ; Mon, 7 Mar 2022 19:51:03 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232338AbiCGIvx (ORCPT ); Mon, 7 Mar 2022 03:51:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231229AbiCGIvx (ORCPT ); Mon, 7 Mar 2022 03:51:53 -0500 Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5AC810D1; Mon, 7 Mar 2022 00:50:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1646643058; x=1678179058; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ekguUk0KzuP5PfnRbRQ7Z6M8KIo5vTJCTcKv41k1QyM=; b=hP/eIK4R4idPOY3X/jAFKBLrpg3Kfs3Y1kMWpS/IfJrdAZkqqMcDKvBC 2LbLeUdogYem0yqedORVpBfLZ1vKuV+VWC5AHVEXqFcUsw1jZ5t79ZKEV 5sTF9pXAHSL/wDpCh8Q8POeSquXGLiClRbjLW3w62Ooh9IlpypornoAfw 7183bYm3BsIcoHXPyRwn4UFnJtfpdh45DrCMbwXELHmPk16aw0mKoCyHE zdXEKFLbnx7zfZswE9LBA88Rnn22FAwEfMbFgLIyui7jnlRMa+MkILc6E x61RKIrjc4T0EA/89+lQ0hcKg9v75gzxxLiNGrpnRnF5p4f4kWWzHFw6y w==; From: Vincent Whitchurch To: , , CC: , , , , , , , , Vincent Whitchurch Subject: [PATCH 1/2] dt-bindings: serial: samsung: Add ARTPEC-8 UART Date: Mon, 7 Mar 2022 09:50:52 +0100 Message-ID: <20220307085053.1636475-2-vincent.whitchurch@axis.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220307085053.1636475-1-vincent.whitchurch@axis.com> References: <20220307085053.1636475-1-vincent.whitchurch@axis.com> MIME-Version: 1.0 X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_PASS, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add a compatible for the UART on the ARTPEC-8 SoC. Signed-off-by: Vincent Whitchurch --- Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml index 6aceba4a5f79..6f11f2c92f64 100644 --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml @@ -20,6 +20,7 @@ properties: items: - enum: - apple,s5l-uart + - axis,artpec8-uart - samsung,s3c2410-uart - samsung,s3c2412-uart - samsung,s3c2440-uart