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=-12.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 6A5E1C4320A for ; Wed, 1 Sep 2021 16:14:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 52412610C7 for ; Wed, 1 Sep 2021 16:14:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245140AbhIAQP2 (ORCPT ); Wed, 1 Sep 2021 12:15:28 -0400 Received: from mail-4325.protonmail.ch ([185.70.43.25]:63253 "EHLO mail-4325.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245128AbhIAQPX (ORCPT ); Wed, 1 Sep 2021 12:15:23 -0400 Date: Wed, 01 Sep 2021 16:14:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1630512863; bh=C8bhmTg3LtiGmarjie/fRD57ShMGVEYwAFfFm06O7dE=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=CmKAeRvzWUCzi28MvzWjHh337eRDZVC3/OZvVG8jKpEWARyYFioCRXkTk+kZgqTEr inxC9Jf3BW9eftOi/RpcVgSpej/KL0djzIzV0MrSvFqhVu7pkM+LQH4jS6UBMejweE OMuX+khVkSTWFH+Y/wdekfoFyv/ubwBx3fFCeAqU= To: MyungJoo Ham , Chanwoo Choi , Rob Herring From: Yassine Oudjana Cc: Yassine Oudjana , Michael Auchter , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring Reply-To: Yassine Oudjana Subject: [PATCH v4 3/3] dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string Message-ID: <20210901161339.223973-4-y.oudjana@protonmail.com> In-Reply-To: <20210901161339.223973-1-y.oudjana@protonmail.com> References: <20210901161339.223973-1-y.oudjana@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a compatible string for TUSB320L. Signed-off-by: Yassine Oudjana Acked-by: Rob Herring Acked-by: Chanwoo Choi --- Changes since v1: - Fix dt_binding_check warning: ../Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml:15:= 6: [warning] wrong indentation: expected 6 but found 5 (indentation) .../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.y= aml b/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml index 9875b4d5c356..71a9f2e5d0dc 100644 --- a/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml +++ b/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml @@ -11,7 +11,9 @@ maintainers: =20 properties: compatible: - const: ti,tusb320 + enum: + - ti,tusb320 + - ti,tusb320l =20 reg: maxItems: 1 --=20 2.33.0