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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,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 56B17C433ED for ; Tue, 11 May 2021 11:46:48 +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 D159561207 for ; Tue, 11 May 2021 11:46:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D159561207 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lucaceresoli.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=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:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=zzu9M2YbvhNT8zfDIQE75ftf2+PEmYeSkuXQwR6Ekms=; b=dtE4QHXLOnDiODGdBplhzB1Z5 mRAz4w9SsQ4hpmpAVdcAl44VlDH5hJmiwQtPCMOKceyGkmaauKQjJ7Ox4Mlf5IrNXcFS3P0dZt3yt 8Hzhsoo8RTgj1kltBICS19ilJY3en+JFaygaYBywvGAu7bkhplnO9V5fF690nhADPnD7VqJv+BceI KSl0vWfjXHMn7hTLSltAqSb5N/9ua0BQmnaxmz60uFDoygRIAfH6F26gkhkR80qASg+pD3pC6u+/t i4i6X6HWqKfZJhMW/BMmw9cWuW3/YtvzwM0LOUzdR1NTtynZVdlB1q5vMiH5mp6VwRGy7kDDeo90U n3gBDCCNA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lgQpJ-00HBye-Ni; Tue, 11 May 2021 11:45:25 +0000 Received: from [2607:7c80:54:e::133] (helo=bombadil.infradead.org) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lgMh6-00GUgJ-KF for linux-arm-kernel@desiato.infradead.org; Tue, 11 May 2021 07:20:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=3zqKQCrntUv2f3HTmEPRY3XV7OxTy0546Q+p5lyPaaA=; b=pqC0a3NcuNgo4WkAmVzIOMHLWp J+3bUJXtARHj7J48ZPZd9IkqieTniRjTZEBUbhi7iAZDdFeOq1Q9WR/NB3JqGHuo0Ogj9GBN2JsV5 w+VqR0E4PIRJLDLx/dRlyXDjT0iyMSJAqMFlHYv1ppURBtAaxSANEDZshEvyKthJ8e7q+wZIMAhD/ 8Cp9njbdER8yyU4VBZQx/YbYSmxtzEGTxAkZ+vabl4gXX1uLSNxRUvYbB5PKahHwixODE+iJZiTjQ MCqGCZjaAitJh23QZNnNwQ2ry/8SSw9lZcT4N6tyBNMAYpsXb/O8Q7am32s0cyOR0DGkqurnJUPcW olYwfzZw==; Received: from hostingweb31-40.netsons.net ([89.40.174.40]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lgMh2-009MMN-GR for linux-arm-kernel@lists.infradead.org; Tue, 11 May 2021 07:20:38 +0000 Received: from [77.244.183.192] (port=62410 helo=[192.168.178.41]) by hostingweb31.netsons.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1lgMgv-000DLY-4S; Tue, 11 May 2021 09:20:29 +0200 Subject: Re: [PATCH] dt-bindings: More removals of type references on common properties To: Rob Herring , devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Stephen Boyd , Olivier Moysan , Arnaud Pouliquen , Jonathan Cameron , Lars-Peter Clausen , Dmitry Torokhov , Bjorn Andersson , Georgi Djakov , "David S. Miller" , Jakub Kicinski , Sebastian Reichel , Orson Zhai , Baolin Wang , Chunyan Zhang , Liam Girdwood , Mark Brown , Fabrice Gasnier , Odelu Kukatla , Alex Elder , Shengjiu Wang , linux-clk@vger.kernel.org, alsa-devel@alsa-project.org, linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, linux-pm@vger.kernel.org, netdev@vger.kernel.org References: <20210510204524.617390-1-robh@kernel.org> From: Luca Ceresoli Message-ID: Date: Tue, 11 May 2021 09:20:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210510204524.617390-1-robh@kernel.org> Content-Language: it-IT X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hostingweb31.netsons.net X-AntiAbuse: Original Domain - lists.infradead.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: hostingweb31.netsons.net: authenticated_id: luca@lucaceresoli.net X-Authenticated-Sender: hostingweb31.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210511_002036_784152_87411CB9 X-CRM114-Status: GOOD ( 15.94 ) /bin/ln: failed to access 'reaver_cache/texts/20210511_002036_784152_87411CB9': No such file or directory X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210511_002036_784152_87411CB9 X-CRM114-Status: GOOD ( 11.51 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On 10/05/21 22:45, Rob Herring wrote: > Users of common properties shouldn't have a type definition as the > common schemas already have one. A few new ones slipped in and > *-names was missed in the last clean-up pass. Drop all the unnecessary > type references in the tree. > > A meta-schema update to catch these is pending. > > Cc: Luca Ceresoli > Cc: Stephen Boyd > Cc: Olivier Moysan > Cc: Arnaud Pouliquen > Cc: Jonathan Cameron > Cc: Lars-Peter Clausen > Cc: Dmitry Torokhov > Cc: Bjorn Andersson > Cc: Georgi Djakov > Cc: "David S. Miller" > Cc: Jakub Kicinski > Cc: Sebastian Reichel > Cc: Orson Zhai > Cc: Baolin Wang > Cc: Chunyan Zhang > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Fabrice Gasnier > Cc: Odelu Kukatla > Cc: Alex Elder > Cc: Shengjiu Wang > Cc: linux-clk@vger.kernel.org > Cc: alsa-devel@alsa-project.org > Cc: linux-iio@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-input@vger.kernel.org > Cc: linux-pm@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Rob Herring > --- > Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 2 -- > .../devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml | 1 - > Documentation/devicetree/bindings/input/input.yaml | 1 - > Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 - > Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 - > .../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +- > Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml | 2 +- > 7 files changed, 2 insertions(+), 8 deletions(-) > > diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml > index c268debe5b8d..28675b0b80f1 100644 > --- a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml > +++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml > @@ -60,7 +60,6 @@ properties: > maxItems: 2 > > idt,xtal-load-femtofarads: > - $ref: /schemas/types.yaml#/definitions/uint32 > minimum: 9000 > maximum: 22760 > description: Optional load capacitor for XTAL1 and XTAL2 > @@ -84,7 +83,6 @@ patternProperties: > enum: [ 1800000, 2500000, 3300000 ] > idt,slew-percent: > description: The Slew rate control for CMOS single-ended. > - $ref: /schemas/types.yaml#/definitions/uint32 > enum: [ 80, 85, 90, 100 ] Ok, but shouldn't "percent" be listed in Documentation/devicetree/bindings/property-units.txt? Reviewed-by: Luca Ceresoli -- Luca _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel