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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B5FBEB64D9 for ; Wed, 12 Jul 2023 14:57:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231881AbjGLO5f (ORCPT ); Wed, 12 Jul 2023 10:57:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231144AbjGLO5d (ORCPT ); Wed, 12 Jul 2023 10:57:33 -0400 Received: from mail-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC62EBB; Wed, 12 Jul 2023 07:57:32 -0700 (PDT) Received: by mail-il1-f178.google.com with SMTP id e9e14a558f8ab-3457a3ada84so34763345ab.1; Wed, 12 Jul 2023 07:57:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689173852; x=1691765852; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=eQpNG1b7wMLR5twQRHrEFSWGNQ5hbqj3LiEbepk0pAs=; b=Qm9sgB1EyervI+L5tlZZwpLvgCeJPTHC8iOxx/ZKlOnxChlO1JkDCWsuoAY7/bGCQV 3sEkgfggHhuMQ4bQj6DFtuoCB3/nJzQOCll63jglYG4Nf1nYNpfsLB6wxM+xAHxkwe8a ldHn7qltksafUnzeHwEMM28IIChTZizKm5tju7YKshzyzyQLj50YiJouZOP2YySXFedd 9olufL5b//pmbcuX8yGQCIF5ZCT7t8rmXRHFcStPOaPlvWcvP6pwLlzXmnYtJkq8Ysnj Tj3BpFQ3j9MfmNreAyWTO2xHncrFgt/AEV2R4xTICjb12vkcWG59AzjM3B2EeFwU9I6y xjZg== X-Gm-Message-State: ABy/qLYgkK+xldjgZidN5f0TU1osBW7mZNiZXAs4ujg35Z0XtF7v+M6m kNwmB7fx8LuGNf0o39XeYA== X-Google-Smtp-Source: APBJJlHhBlEatXy+TeA0p640WcROEFN0Ctcfb+9Lz7BCpURusUfHQ+/RgjXT/eepAKQk9oWG5c9s5A== X-Received: by 2002:a92:d201:0:b0:346:b5d:c0ee with SMTP id y1-20020a92d201000000b003460b5dc0eemr16683818ily.0.1689173851928; Wed, 12 Jul 2023 07:57:31 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id i10-20020a02b68a000000b0042b3dcb1106sm1289071jam.47.2023.07.12.07.57.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Jul 2023 07:57:31 -0700 (PDT) Received: (nullmailer pid 183580 invoked by uid 1000); Wed, 12 Jul 2023 14:57:29 -0000 Date: Wed, 12 Jul 2023 08:57:29 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org, Michael Hennerich , Conor Dooley , Rob Herring , Krzysztof Kozlowski , Lars-Peter Clausen , devicetree@vger.kernel.org, Cosmin Tanislav , linux-iio@vger.kernel.org, Jonathan Cameron , Cosmin Tanislav Subject: Re: [PATCH] dt-bindings: iio: adi,ad74115: remove ref from -nanoamp Message-ID: <168917384908.183505.328888758911691646.robh@kernel.org> References: <20230712080512.94964-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230712080512.94964-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 12 Jul 2023 10:05:12 +0200, Krzysztof Kozlowski wrote: > dtschema v2023.06 comes with support for properties with -nanoamp > suffix, thus bindings should not have a ref for it: > > adi,ad74115.yaml: properties:adi,ext1-burnout-current-nanoamp: '$ref' should not be valid under {'const': '$ref'} > > Cc: Cosmin Tanislav > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml | 3 --- > 1 file changed, 3 deletions(-) > Acked-by: Rob Herring