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.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 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 B44FCC433DB for ; Sat, 20 Mar 2021 15:05:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A1716196A for ; Sat, 20 Mar 2021 15:05:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229873AbhCTPFS (ORCPT ); Sat, 20 Mar 2021 11:05:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:34952 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229564AbhCTPEq (ORCPT ); Sat, 20 Mar 2021 11:04:46 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F1B7B61936; Sat, 20 Mar 2021 15:04:37 +0000 (UTC) Date: Sat, 20 Mar 2021 15:04:34 +0000 From: Jonathan Cameron To: Seiya Wang Cc: Rob Herring , Matthias Brugger , Lars-Peter Clausen , Peter Meerwald-Stadler , Ulf Hansson , Chunfeng Yun , Kishon Vijay Abraham I , Vinod Koul , Greg Kroah-Hartman , Daniel Lezcano , Thomas Gleixner , Wim Van Sebroeck , Guenter Roeck , Enric Balletbo i Serra , Hsin-Yi Wang , Fabien Parent , Sean Wang , Zhiyong Tao , Chaotian Jing , Wenbin Mei , Stanley Chu , , , , , , , , , Subject: Re: [PATCH v2 5/8] dt-bindings: iio: adc: Add compatible for Mediatek MT8195 Message-ID: <20210320150434.1f612fe7@jic23-huawei> In-Reply-To: <20210319023427.16711-7-seiya.wang@mediatek.com> References: <20210319023427.16711-1-seiya.wang@mediatek.com> <20210319023427.16711-7-seiya.wang@mediatek.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org On Fri, 19 Mar 2021 10:34:24 +0800 Seiya Wang wrote: > This commit adds dt-binding documentation of auxadc for Mediatek MT8195 SoC > Platform. > > Signed-off-by: Seiya Wang Applied to the togreg branch of iio.git and pushed out as testing for the normal autobuilder fun and games. Thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml > index 5b21a9fba5dd..b939f9652e3a 100644 > --- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml > @@ -34,6 +34,7 @@ properties: > - items: > - enum: > - mediatek,mt8183-auxadc > + - mediatek,mt8195-auxadc > - mediatek,mt8516-auxadc > - const: mediatek,mt8173-auxadc >