From patchwork Wed Nov 13 11:05:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wenhua Lin X-Patchwork-Id: 843065 Received: from SHSQR01.spreadtrum.com (mx1.unisoc.com [222.66.158.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7F23720013F; Wed, 13 Nov 2024 11:06:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=222.66.158.135 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731495974; cv=none; b=Oe3xoJD+gC8rUJvlhXKJkHfnndDGgDHl0mjtuXSxfuswQiLLNpLtmmLJiX+fwxwNtwEU2aYaoe7WLVm/KXBqQWtKmJLVSq6Yb6Jt+5wWoSStjeY5bug+UHnHUY68EicGO3r0v5bhKwp7SCEKgVpkt1hfZM8XumiRzpeWt+6EUOM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731495974; c=relaxed/simple; bh=vG//sQZhtcwAZ/vmCZGBDAof70cWBIWhc+yVz2PZyS0=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=djiJ22D3IrQmV0OkckLfZvw0ZOi/JWDxkXBJPMFZRgkBebz1eo/WEoR+s8Pciz4NVBrd02vd+4nyE5ikzJd98HH3yy0j5WGxR/jK+QV6xgCD4oT4kiYIAtz2M6of8966EigzlVik1iGjLC3cFLpRDmFPCuPq6P+1D6htSvDT4RA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=unisoc.com; spf=pass smtp.mailfrom=unisoc.com; arc=none smtp.client-ip=222.66.158.135 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=unisoc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=unisoc.com Received: from dlp.unisoc.com ([10.29.3.86]) by SHSQR01.spreadtrum.com with ESMTP id 4ADB5UG5009896; Wed, 13 Nov 2024 19:05:30 +0800 (+08) (envelope-from Wenhua.Lin@unisoc.com) Received: from SHDLP.spreadtrum.com (shmbx06.spreadtrum.com [10.0.1.11]) by dlp.unisoc.com (SkyGuard) with ESMTPS id 4XpL5N3tZhz2L0nH8; Wed, 13 Nov 2024 19:04:24 +0800 (CST) Received: from zeshkernups01.spreadtrum.com (10.29.55.99) by shmbx06.spreadtrum.com (10.0.1.11) with Microsoft SMTP Server (TLS) id 15.0.1497.23; Wed, 13 Nov 2024 19:05:28 +0800 From: Wenhua Lin To: Greg Kroah-Hartman , Jiri Slaby , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: Orson Zhai , Baolin Wang , Chunyan Zhang , Cixi Geng , , , , wenhua lin , Wenhua Lin , Xiongpeng Wu , Zhaochen Su , Zhirong Qiu Subject: [PATCH 2/2] dt-bindings: serial: Add a new compatible string for ums9632 Date: Wed, 13 Nov 2024 19:05:16 +0800 Message-ID: <20241113110516.2166328-3-Wenhua.Lin@unisoc.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20241113110516.2166328-1-Wenhua.Lin@unisoc.com> References: <20241113110516.2166328-1-Wenhua.Lin@unisoc.com> Precedence: bulk X-Mailing-List: linux-serial@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: SHCAS01.spreadtrum.com (10.0.1.201) To shmbx06.spreadtrum.com (10.0.1.11) X-MAIL: SHSQR01.spreadtrum.com 4ADB5UG5009896 The UMS9632 uses the SC9632 serial device. Signed-off-by: Wenhua Lin --- Documentation/devicetree/bindings/serial/sprd-uart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/serial/sprd-uart.yaml b/Documentation/devicetree/bindings/serial/sprd-uart.yaml index f4dbb6dc2b6e..a2a5056eba04 100644 --- a/Documentation/devicetree/bindings/serial/sprd-uart.yaml +++ b/Documentation/devicetree/bindings/serial/sprd-uart.yaml @@ -17,6 +17,7 @@ properties: oneOf: - items: - enum: + - sprd,sc9632-uart - sprd,sc9860-uart - sprd,sc9863a-uart - sprd,ums512-uart