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.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 BCD08C433DB for ; Sat, 20 Mar 2021 15:05:18 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3156B6192C for ; Sat, 20 Mar 2021 15:05:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3156B6192C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=fZ+tCcvLYuzUHNaDNIhlVX7SOxmmDXXVLS9/tQMgfJ0=; b=XmFD6nnDEs3ryGy3e0BuQ3LmB p0Ai+atDFPhYYfMKgEG9NZm+eYqJMx4CRgyE3V9fSKpd5kFjxXE8GlhldG7Z+gl+hOfpf6myFJRSm thI8R+cSyZ1/tA9u0xadZ/lEgH2YeEIVErdhqmqYa+h4yuISJenzG0MP+Ox+mFkuUnHjGCo2KHxjA bytbbrtZl6YUjUD3RIUDkwzL0SgV9jgD6eh4FxQDbO6zcAiWza+9xf19M9omtJJR3Csrkn7AYRWa/ R0daDi2MI7tQ6wh0Zzo/hn9L8ygeb5hYD7704m2Wi/+inrELlTKR88gj9lSUQKhmfhWofH9DL0Ppv F2q6jE7CA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lNdA5-008xND-Qh; Sat, 20 Mar 2021 15:05:10 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lNd9p-008xLu-EA; Sat, 20 Mar 2021 15:04:55 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210320_150453_705453_A821AD7A X-CRM114-Status: GOOD ( 15.05 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.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 > _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek