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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB213C433FE for ; Sat, 25 Sep 2021 05:46:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B7D72610D1 for ; Sat, 25 Sep 2021 05:46:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347811AbhIYFrw (ORCPT ); Sat, 25 Sep 2021 01:47:52 -0400 Received: from mail-4319.protonmail.ch ([185.70.43.19]:49565 "EHLO mail-4319.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345793AbhIYFrv (ORCPT ); Sat, 25 Sep 2021 01:47:51 -0400 Date: Sat, 25 Sep 2021 05:46:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1632548775; bh=C8bhmTg3LtiGmarjie/fRD57ShMGVEYwAFfFm06O7dE=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=mtXPFveHZ5tDQXfQEQQZsFR5TFYjMRDU62EOlKGTac6IlaX21Si8+Ys1ijO3PAPgS E7B/KtCUqqfHnlokaCtmRjFWQsXtFc+NW9WfLHt2T2dlpd/+eqooOSHjYoA1lV81DD vy+GtoY9qM4taWkoxeLYUF/VcDidArcGfXDALXHE= 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 v5 3/3] dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string Message-ID: <20210925054407.944225-4-y.oudjana@protonmail.com> In-Reply-To: <20210925054407.944225-1-y.oudjana@protonmail.com> References: <20210925054407.944225-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