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.8 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 autolearn=ham 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 619A7C4320A for ; Sun, 1 Aug 2021 10:07:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 486906054F for ; Sun, 1 Aug 2021 10:07:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231867AbhHAKHu (ORCPT ); Sun, 1 Aug 2021 06:07:50 -0400 Received: from mail-40140.protonmail.ch ([185.70.40.140]:56153 "EHLO mail-40140.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231803AbhHAKHs (ORCPT ); Sun, 1 Aug 2021 06:07:48 -0400 Date: Sun, 01 Aug 2021 10:07:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1627812459; bh=ornV7gQD6YzYwBFQXGOb/oyj4Zm6KjIeptHYuo8ki+U=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=vq0naASCO30aPqm7I+GdtZXCGvqQJozdQ3eITWNieMsRavIk0BJ0rbgSSWnoisXwS bQIJ2goiiraLbdNERGFDXwFpnywoOLKnjMlzr5d97P36ZBgLGhullEjP9uedzqpF+I HW+I/Ohs8NlzvKkkpBlzWQeQLjWeiCdfxevVqPvs= 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 v3 3/3] dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string Message-ID: <20210801100519.440574-4-y.oudjana@protonmail.com> In-Reply-To: <20210801100519.440574-1-y.oudjana@protonmail.com> References: <20210801100519.440574-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. 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) Signed-off-by: Yassine Oudjana Acked-by: Rob Herring Acked-by: Chanwoo Choi --- .../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.32.0