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=-21.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C66A5C433B4 for ; Fri, 9 Apr 2021 16:29:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8E713610C7 for ; Fri, 9 Apr 2021 16:29:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234079AbhDIQ3X (ORCPT ); Fri, 9 Apr 2021 12:29:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:36076 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234011AbhDIQ3W (ORCPT ); Fri, 9 Apr 2021 12:29:22 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9001F611C9; Fri, 9 Apr 2021 16:29:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617985748; bh=mq0DbNuduGKt/8Gq3KTibog9pvXQzaTafSLd7wSRyXo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=ke78XXtbGDCQOfT3ycd20AXCx4zA43fHe38EtpNwU2fWD1i2eU1F9xCiMdzUMdZr1 J3FgDDcLDj66CFmSVvVkjSTOwFHjDk2550bKsH3BDum9AFJir6Qn8Cv5h3ZYs9zAQP kSLGFmpFoQTlwXydX47ZXpIUwUaCyJzhaaXCchY6xci5+gStCjv45lzBhBXVgEaUPc Gd3QLkID+I9CSGFyE7LyZyWQrSl/w00G8TdmgIrKD0AfDAzsIjiRmra9EULwynLE06 5aGjReByQEHdGQydsZjWEdIb4N7fFfPIKsaRuiPl2eQt9PbZq+LAF0BJcXSXQ0PcnW xjVeb/sJ/LNog== Received: by mail-ej1-f52.google.com with SMTP id g17so6831066ejp.8; Fri, 09 Apr 2021 09:29:08 -0700 (PDT) X-Gm-Message-State: AOAM533x8R2F3/TE50AteIlTucbp6IckPyaHQiDirShubCnjFynBBRyT I7awefvtB/yZcG6uWhiRRpHgVPSgDrdeYVV9wA== X-Google-Smtp-Source: ABdhPJz3miqJO0314G0q55AgoyXuziE/TVMKiWkXk5yBK5kg54Aev0phZN989BABn9u+cW21U6911tZvMEK926B7c9o= X-Received: by 2002:a17:907:217b:: with SMTP id rl27mr9172959ejb.359.1617985747111; Fri, 09 Apr 2021 09:29:07 -0700 (PDT) MIME-Version: 1.0 References: <4efd81eca266ca0875d3bf9d1672097444146c69.1617972339.git.mchehab+huawei@kernel.org> In-Reply-To: <4efd81eca266ca0875d3bf9d1672097444146c69.1617972339.git.mchehab+huawei@kernel.org> From: Rob Herring Date: Fri, 9 Apr 2021 11:28:55 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 2/8] dt-bindings: fix references for iio-bindings.txt To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Artur Rojek , Dmitry Torokhov , Guenter Roeck , Jean Delvare , Jonathan Cameron , Lars-Peter Clausen , Lee Jones , Peter Meerwald-Stadler , devicetree@vger.kernel.org, Linux HWMON List , "open list:IIO SUBSYSTEM AND DRIVERS" , Linux Input , "linux-kernel@vger.kernel.org" , Jonathan Cameron Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Fri, Apr 9, 2021 at 7:48 AM Mauro Carvalho Chehab wrote: > > The iio-bindings.txt was converted into two files and merged > at the dt-schema git tree at: > > https://github.com/devicetree-org/dt-schema > > Yet, some documents still refer to the old file. Fix their > references, in order to point to the right URL. > > Fixes: dba91f82d580 ("dt-bindings:iio:iio-binding.txt Drop file as content now in dt-schema") > Acked-by: Jonathan Cameron > Acked-by: Guenter Roeck > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt | 2 +- > Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml | 5 +++-- > Documentation/devicetree/bindings/input/adc-joystick.yaml | 4 +++- > .../bindings/input/touchscreen/resistive-adc-touch.txt | 5 ++++- > Documentation/devicetree/bindings/mfd/ab8500.txt | 4 +++- > 5 files changed, 14 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt b/Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt > index 37f18d684f6a..4c5c3712970e 100644 > --- a/Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt > +++ b/Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt > @@ -32,7 +32,7 @@ Optional node properties: > - "#thermal-sensor-cells" Used to expose itself to thermal fw. > > Read more about iio bindings at > - Documentation/devicetree/bindings/iio/iio-bindings.txt > + https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/ > > Example: > ncp15wb473@0 { > diff --git a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml > index 9f414dbdae86..433a3fb55a2e 100644 > --- a/Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml > @@ -14,8 +14,9 @@ description: > > Industrial I/O subsystem bindings for ADC controller found in > Ingenic JZ47xx SoCs. > > - ADC clients must use the format described in iio-bindings.txt, giving > - a phandle and IIO specifier pair ("io-channels") to the ADC controller. > + ADC clients must use the format described in > + https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml, > + giving a phandle and IIO specifier pair ("io-channels") to the ADC controller. > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/input/adc-joystick.yaml b/Documentation/devicetree/bindings/input/adc-joystick.yaml > index 054406bbd22b..721878d5b7af 100644 > --- a/Documentation/devicetree/bindings/input/adc-joystick.yaml > +++ b/Documentation/devicetree/bindings/input/adc-joystick.yaml > @@ -24,7 +24,9 @@ properties: > description: > > List of phandle and IIO specifier pairs. > Each pair defines one ADC channel to which a joystick axis is connected. > - See Documentation/devicetree/bindings/iio/iio-bindings.txt for details. > + See > + https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml > + for details. Please just drop this one. We don't need every user of a common property to link to the common schema. If we do, then we should figure out how to generate that (there are some json-schema to docs projects I'd like to investigate some day). > > '#address-cells': > const: 1 > diff --git a/Documentation/devicetree/bindings/input/touchscreen/resistive-adc-touch.txt b/Documentation/devicetree/bindings/input/touchscreen/resistive-adc-touch.txt > index fee0da12474e..af5223bb5bdd 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/resistive-adc-touch.txt > +++ b/Documentation/devicetree/bindings/input/touchscreen/resistive-adc-touch.txt > @@ -5,7 +5,10 @@ Required properties: > - compatible: must be "resistive-adc-touch" > The device must be connected to an ADC device that provides channels for > position measurement and optional pressure. > -Refer to Documentation/devicetree/bindings/iio/iio-bindings.txt for details > +Refer to > +https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml > +for details > + > - iio-channels: must have at least two channels connected to an ADC device. > These should correspond to the channels exposed by the ADC device and should > have the right index as the ADC device registers them. These channels > diff --git a/Documentation/devicetree/bindings/mfd/ab8500.txt b/Documentation/devicetree/bindings/mfd/ab8500.txt > index d2a6e835c257..937b3e5505e0 100644 > --- a/Documentation/devicetree/bindings/mfd/ab8500.txt > +++ b/Documentation/devicetree/bindings/mfd/ab8500.txt > @@ -72,7 +72,9 @@ Required child device properties: > pwm|regulator|rtc|sysctrl|usb]"; > > A few child devices require ADC channels from the GPADC node. Those follow the > - standard bindings from iio/iio-bindings.txt and iio/adc/adc.txt > + standard bindings from > + https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml > + and Documentation/devicetree/bindings/iio/adc/adc.yaml > > abx500-temp : io-channels "aux1" and "aux2" for measuring external > temperatures. > -- > 2.30.2 >