From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33C89C4332E for ; Thu, 14 Jan 2021 20:33:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F16B023A81 for ; Thu, 14 Jan 2021 20:33:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728483AbhANUcy (ORCPT ); Thu, 14 Jan 2021 15:32:54 -0500 Received: from mail-40131.protonmail.ch ([185.70.40.131]:20178 "EHLO mail-40131.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728475AbhANUcy (ORCPT ); Thu, 14 Jan 2021 15:32:54 -0500 Date: Thu, 14 Jan 2021 20:32:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=connolly.tech; s=protonmail; t=1610656331; bh=ZjEeyA413RNzpU9DT+FNrhe0K3Gvid9ETDUGt0k6xos=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=FQtJcXyrSzOzQhCejPr+Moq0CVLEOGugaxaLGZttMZzQkR99WOVg7Vq5T8sSuvQx4 QZTOB8nq3TtFm4ahmKS2ib8YutPvZ4NQYmd67EqJRWPy3ePeai9HpI3WN0Wdtrnvsd rNJajI6e+ymDq6H4qlpFP+QdmgQcOBCZpThTBoHk= To: caleb@connolly.tech, Andy Gross , Bjorn Andersson , Rob Herring , Stephen Boyd From: Caleb Connolly Cc: ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Rob Herring , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Reply-To: Caleb Connolly Subject: [PATCH v4 2/2] dt-bindings: Document bindings for new SDM845 devices Message-ID: <20210114203057.64541-3-caleb@connolly.tech> In-Reply-To: <20210114203057.64541-1-caleb@connolly.tech> References: <20210114203057.64541-1-caleb@connolly.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: phone-devel@vger.kernel.org Document compatible bindings for the new OnePlus 6/6T devices. Signed-off-by: Caleb Connolly --- Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++ Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentatio= n/devicetree/bindings/arm/qcom.yaml index c97d4a580f47..f3ad845754d3 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -171,6 +171,11 @@ properties: - enum: - qcom,ipq6018-cp01-c1 - const: qcom,ipq6018 + - items: + - enum: + - oneplus,enchilada + - oneplus,fajita + - const: qcom,sdm845 =20 - items: - enum: diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Docum= entation/devicetree/bindings/vendor-prefixes.yaml index 041ae90b0d8f..aff440b18293 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -800,6 +800,8 @@ patternProperties: description: OLIMEX Ltd. "^olpc,.*": description: One Laptop Per Child + "^oneplus,.*": + description: One Plus Technology (Shenzhen) Co., Ltd. "^onion,.*": description: Onion Corporation "^onnn,.*": --=20 2.29.2