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 15944C3F6B0 for ; Sun, 14 Aug 2022 21:26:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240764AbiHNV0d (ORCPT ); Sun, 14 Aug 2022 17:26:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236100AbiHNV0U (ORCPT ); Sun, 14 Aug 2022 17:26:20 -0400 Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E349E4F; Sun, 14 Aug 2022 14:25:23 -0700 (PDT) Received: by mail-pl1-f178.google.com with SMTP id o3so4950552ple.5; Sun, 14 Aug 2022 14:25:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=Qo7JqMyBl98Dfi1GLWq2+D40THRpPwUbZg2FaTyray4=; b=p0vQAsG3/dy/JTUKA7ZNpWVmPrDj+J4Oy5ecuw/4lKSYdN1oBl3aH938q9KQQoHidr yt6rIafB7uMuk+hn/5F+6NQ0ePQz1+HMVh0DkG/8RFWrln+wZiCWUK3LkFidFC+PXiJy qk8vedt9FX4l2nq+Tpwz11tlabmIJZCG3m4L+QxZHlFJPOVrvi47cTSVYnAxTmSTeOGZ bFA5VD8kU7dcDxfnJKrXOL77LW179iHYfYxDcOalMhR+prOIhGR0KsH5viHJXtI4bnFE hHXTUlrM7HlZeOHFWUu748R8YdqRn6QdIvkw5Fg1sFpfqKnkfxtdSFYHjWqMtNP4gr4Q AOmw== X-Gm-Message-State: ACgBeo2ik6SnWuOBdH7MwEZ6TCxmIXna0miJhRL8dMfVJJIy6H7lgeoE 67FPMp/5yWou+E+wTjlmtJZzlZlzmg== X-Google-Smtp-Source: AA6agR6CPtGSg5LrG2ATwGoXMf1RpAO/eKlw9Rdknyh9z164drqoQsdZs5vV+g2HhnZkK+fhVMn1Kw== X-Received: by 2002:a17:90a:8808:b0:1f7:4bd3:3760 with SMTP id s8-20020a17090a880800b001f74bd33760mr15279401pjn.170.1660512322794; Sun, 14 Aug 2022 14:25:22 -0700 (PDT) Received: from robh.at.kernel.org ([2607:fb90:282b:ad51:2025:80dc:3a15:a2de]) by smtp.gmail.com with ESMTPSA id a6-20020a170902710600b0016ed20eacd2sm5730887pll.150.2022.08.14.14.25.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 14 Aug 2022 14:25:22 -0700 (PDT) Received: (nullmailer pid 736117 invoked by uid 1000); Sun, 14 Aug 2022 21:25:17 -0000 Date: Sun, 14 Aug 2022 15:25:17 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , David Airlie , Daniel Vetter , Krzysztof Kozlowski , Del Regno , Loic Poulain , Krishna Manikandan , Jami Kettunen , Stephen Boyd , Bjorn Andersson , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] dt-bindings: display/msm: dpu-msm8998: add missing DPU opp-table Message-ID: <20220814212517.GA716652-robh@kernel.org> References: <20220811084331.83715-1-krzysztof.kozlowski@linaro.org> <20220811084331.83715-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220811084331.83715-2-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Aug 11, 2022 at 11:43:27AM +0300, Krzysztof Kozlowski wrote: > The 'display-controller' child (DPU) of Display SubSystem (MDSS) uses > opp-table, so reference it which allows restricting DPU schema to fixed > list of properties. > > Fixes: 6e986a8f1cf1 ("dt-bindings: display: msm: Add binding for msm8998 dpu") > Signed-off-by: Krzysztof Kozlowski > > --- > > Cc: Dmitry Baryshkov > Cc: Rob Clark > Cc: Sean Paul > Cc: Abhinav Kumar > --- > Documentation/devicetree/bindings/display/msm/dpu-msm8998.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/msm/dpu-msm8998.yaml b/Documentation/devicetree/bindings/display/msm/dpu-msm8998.yaml > index 2df64afb76e6..7ed438bc7dce 100644 > --- a/Documentation/devicetree/bindings/display/msm/dpu-msm8998.yaml > +++ b/Documentation/devicetree/bindings/display/msm/dpu-msm8998.yaml > @@ -62,6 +62,7 @@ patternProperties: > "^display-controller@[0-9a-f]+$": > type: object > description: Node containing the properties of DPU. > + additionalProperties: false > > properties: > compatible: > @@ -105,6 +106,8 @@ patternProperties: > maxItems: 1 > > operating-points-v2: true > + opp-table: true type: object Otherwise, 'opp-table;' would be accepted. > + > ports: > $ref: /schemas/graph.yaml#/properties/ports > description: | > -- > 2.34.1 > >