From patchwork Tue Aug 9 08:44:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kewei Xu X-Patchwork-Id: 12939445 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 A16B2C19F2D for ; Tue, 9 Aug 2022 09:06:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=TjL8J0FM4Mj0imuNe0T2ey8O1E0K4k7e8v60cClEOJs=; b=vJmHQjuIadZrIR Rkp22VufyCMTP5+mBI/bnRsBH4KP2MOCSD9uFhODOdocQMSI4H2VR7OyzVnh75UJZxjcaY1Fv2ukb l/vwkCcsgTJjO8VxyyjaE4KQ1Nhh/N2VRi/g+ohyKGvTLvX5WeSl6q3AN/L/RWNoNJEa8Q2ZPJA6o inMp340fmEcX7K85uyy5M6TTTsX7z/t/dyzAyzjtxkcrukaa4IZ7sHo4OzTbGBiqQcsfjPTi1Ank6 pocziI5SHA3230O62i5HXnV3LwG5+FPGShtsCyNMeRIQwEEVz6Wq1HxQMka5S0aAxh04/EREk1AUA FtIX+kDjuvEURsHdU3KA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLLBN-002w9N-FI; Tue, 09 Aug 2022 09:05:49 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLLBJ-002w7E-97; Tue, 09 Aug 2022 09:05:46 +0000 X-UUID: e6bf8181e4e4405c90bb03c3aa73c9c7-20220809 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.9,REQID:9104e256-abbe-40ba-acba-56168775731d,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_H am,ACTION:release,TS:0 X-CID-META: VersionHash:3d8acc9,CLOUDID:4619cffc-9e71-4a0f-ba6b-417998daea35,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,IP:nil,URL:0,File:nil ,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: e6bf8181e4e4405c90bb03c3aa73c9c7-20220809 Received: from mtkmbs11n1.mediatek.inc [(172.21.101.185)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 440017382; Tue, 09 Aug 2022 02:05:37 -0700 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Tue, 9 Aug 2022 16:45:06 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 9 Aug 2022 16:45:05 +0800 From: To: , CC: , , , , , , , , , , Subject: [PATCH v2 1/1] dt-binding: serial: mediatek,uart: update bingding for MT8188 Date: Tue, 9 Aug 2022 16:44:57 +0800 Message-ID: <20220809084457.31381-1-kewei.xu@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220809_020545_350670_79B2B0AB X-CRM114-Status: UNSURE ( 8.30 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Kewei Xu Add a DT binding documentation for the MT8188 soc. Signed-off-by: Kewei Xu Acked-by: Rob Herring Reviewed-by: Matthias Brugger --- v2: Resumbit the patch based on the linux-next branch. --- Documentation/devicetree/bindings/serial/mediatek,uart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml index 4ff27d6d4d5b..fe098d98af6e 100644 --- a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml +++ b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml @@ -42,6 +42,7 @@ properties: - mediatek,mt8173-uart - mediatek,mt8183-uart - mediatek,mt8186-uart + - mediatek,mt8188-uart - mediatek,mt8192-uart - mediatek,mt8195-uart - mediatek,mt8516-uart