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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 8FB63C4742C for ; Mon, 2 Nov 2020 12:50:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 37C672227F for ; Mon, 2 Nov 2020 12:50:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="JiOdFOq4" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728905AbgKBMuM (ORCPT ); Mon, 2 Nov 2020 07:50:12 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:40806 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728599AbgKBMuM (ORCPT ); Mon, 2 Nov 2020 07:50:12 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0A2CnxDA056196; Mon, 2 Nov 2020 06:49:59 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1604321399; bh=ubYN/MufBybuGzbX2j0LPXwsO/e+Ls1IrcOs20wLmL0=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=JiOdFOq4wJMm9cwCqXaPMb8akGIKgwdEBEG/xYrVZ4M8SbUaE7pcdkLSr5R6kH5YN TNW/XjM9VyC+kwnRQqs1MnSd6/l00yOrah4GLcrHE/rtCPHntWx1X9ngDCr1BDBkWy wWqgHTwtxnbluv8+Kcbh035zmKtigsaI/6NShk5o= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0A2CnxBG037379 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 2 Nov 2020 06:49:59 -0600 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 2 Nov 2020 06:49:59 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 2 Nov 2020 06:49:59 -0600 Received: from [10.250.36.55] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0A2Cnx1m060281; Mon, 2 Nov 2020 06:49:59 -0600 Subject: Re: [PATCH 37/46] dt-binding:iio:adc:ti,ads124s08: txt to yaml format conversion. To: Jonathan Cameron , , Rob Herring , CC: Jonathan Cameron References: <20201031184854.745828-1-jic23@kernel.org> <20201031184854.745828-38-jic23@kernel.org> From: Dan Murphy Message-ID: Date: Mon, 2 Nov 2020 06:49:54 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201031184854.745828-38-jic23@kernel.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Jonathan On 10/31/20 1:48 PM, Jonathan Cameron wrote: > From: Jonathan Cameron > > Simple binding so straight forward format conversion. > > Signed-off-by: Jonathan Cameron > Cc: Dan Murphy > --- > .../bindings/iio/adc/ti,ads124s08.yaml | 52 +++++++++++++++++++ > .../bindings/iio/adc/ti-ads124s08.txt | 25 --------- > 2 files changed, 52 insertions(+), 25 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml b/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml > new file mode 100644 > index 000000000000..5912a52953fa > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml > @@ -0,0 +1,52 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) GPL-2.0-only  OR BSD-2-Clause Otherwise Reviewed-by: Dan Murphy