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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 05D95C6377B for ; Thu, 22 Jul 2021 02:43:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E14E561279 for ; Thu, 22 Jul 2021 02:43:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230331AbhGVCDM (ORCPT ); Wed, 21 Jul 2021 22:03:12 -0400 Received: from mail-io1-f48.google.com ([209.85.166.48]:35332 "EHLO mail-io1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229932AbhGVCDL (ORCPT ); Wed, 21 Jul 2021 22:03:11 -0400 Received: by mail-io1-f48.google.com with SMTP id d9so4696195ioo.2; Wed, 21 Jul 2021 19:43:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=6sstflDi3MceJtIHFwONk/lvZMH4MUOVSwrKCIiFyZQ=; b=b36uUHDU7DaoV2kcUUz7943qKicjJXcoYagBtLOE/wgUSVL+SOwmY1j/xQaoKdkW8X YNrgcT/1yhe2vVL3hEvlg38FC04JHAPxenckOaHeIs6DAzzIaJfsDNdz3BgKmaVemZEV 256JP6CK3lBOj5VBfPK+8VFRz09fnB7CWIhGiYQx49bkd80gdbT2Z39oVUyRnEGdYl/P O4wToeOWVZuNkTy3juST8iPQmH+isuZOAEM76k09F/z8JhVj9XiQv+opHcBRk3h7HThG 08/bD/7SrJa8rqpsTKt12C+n12TYQ+SWsWt37fO8p9oaI1KsqZClsDDzklauunjg338b LydA== X-Gm-Message-State: AOAM5316sN2FR8MFgCy5kritaLoIAeHlb16hZlQy7v7S9gl0557cC/nl 7JnRstsDV2u0WN8T0xc6HA== X-Google-Smtp-Source: ABdhPJzN9m6CX5jHqO9i8bxgqSuU29i0p7rAhuVMkn2k0nkV36pevPVnZY9zB1Vjk2gU3KqHoraNtw== X-Received: by 2002:a05:6638:39c2:: with SMTP id o2mr33032388jav.87.1626921826438; Wed, 21 Jul 2021 19:43:46 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id i2sm13985246ilq.83.2021.07.21.19.43.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Jul 2021 19:43:45 -0700 (PDT) Received: (nullmailer pid 3193118 invoked by uid 1000); Thu, 22 Jul 2021 02:43:43 -0000 Date: Wed, 21 Jul 2021 20:43:43 -0600 From: Rob Herring To: Yassine Oudjana Cc: Michael Auchter , linux-kernel@vger.kernel.org, Chanwoo Choi , devicetree@vger.kernel.org, Rob Herring , MyungJoo Ham Subject: Re: [PATCH 2/2] dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string Message-ID: <20210722024343.GA3193066@robh.at.kernel.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 14 Jul 2021 17:43:35 +0000, Yassine Oudjana wrote: > Add a compatible string for TUSB320L. > > Signed-off-by: Yassine Oudjana > --- > .../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring