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 635BDC433EF for ; Mon, 16 May 2022 15:23:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239695AbiEPPXv (ORCPT ); Mon, 16 May 2022 11:23:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233090AbiEPPXt (ORCPT ); Mon, 16 May 2022 11:23:49 -0400 Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4EB023BF8F; Mon, 16 May 2022 08:23:48 -0700 (PDT) Received: by mail-oi1-f173.google.com with SMTP id i66so18954161oia.11; Mon, 16 May 2022 08:23:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qUebPv8QwG9bv3Ct/54X53c2K97ko7btR5+8WxOHvFs=; b=SO3R3r/fHwrkdf5rfyxmPs9FJ3g4gU0fzPG4cOYV93wC6KzLCavu217sAU7nOLsvG+ bUv0MLruOkFz0fwjCGrSDAOrQ8v4wHcdMlY3tRy6+iHhohThHENaSQwN70ViFo5emjo0 7e/kYZZrB4ZaJspM31lVDSwk8zTHSVJMkJkm3GTqK1wHa0yUV0N+rsPKVyJAe0i3QhvH idLzRfULHLm9vXQFGe7PDDdbkyzRdIV5iGl8BxIpqamEOej9cXT3EHDhaz2Z+3AYkXVn 1u3jCFLBZT3HmZZlZIZ6//+BoydKVcuoYolMLquIVRpFZqFXPxgHFc3yh2Y1DLd7n7wb q1yw== X-Gm-Message-State: AOAM531T45E5N6ecuzB0E+iTYN4SR/MoMUlXw6RtI1WcvADT/Wz//zZH Y7D3GqadY9thY2egAGMJ7A== X-Google-Smtp-Source: ABdhPJx33k0GQSQFVgU1JM+JPqexotQR6ro7YUH7l9wpmto50JaG3h/jXGffkezrxvtwVmZBuIp9Og== X-Received: by 2002:a05:6808:218c:b0:328:c5e6:b2a with SMTP id be12-20020a056808218c00b00328c5e60b2amr9709258oib.173.1652714627585; Mon, 16 May 2022 08:23:47 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z18-20020a544592000000b00325cda1ffb2sm3903476oib.49.2022.05.16.08.23.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 May 2022 08:23:46 -0700 (PDT) Received: (nullmailer pid 2672616 invoked by uid 1000); Mon, 16 May 2022 15:23:45 -0000 Date: Mon, 16 May 2022 10:23:45 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org, Krzysztof Kozlowski , Mathieu Poirier , Sibi Sankar , linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org, Sireesh Kodali , devicetree@vger.kernel.org, Manivannan Sadhasivam , Rob Herring , Andy Gross , Bjorn Andersson Subject: Re: [PATCH 07/12] dt-bindings: remoteproc: qcom,glink-edge: define re-usable schema for glink-edge Message-ID: <20220516152345.GA2672576-robh@kernel.org> References: <20220512100006.99695-1-krzysztof.kozlowski@linaro.org> <20220512100006.99695-8-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220512100006.99695-8-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org On Thu, 12 May 2022 12:00:01 +0200, Krzysztof Kozlowski wrote: > 'glink-edge' property appears in multiple bindings, so split it into one > place which can be re-used. This reduces code duplication and strict > schema matching for glink-edge nodes (instead of just "type:object"). > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/remoteproc/qcom,adsp.yaml | 2 +- > .../bindings/remoteproc/qcom,glink-edge.yaml | 72 +++++++++++++++++++ > .../remoteproc/qcom,sc7280-wpss-pil.yaml | 18 ++--- > 3 files changed, 77 insertions(+), 15 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,glink-edge.yaml > Reviewed-by: Rob Herring