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 DC3A0C433EF for ; Thu, 26 May 2022 21:45:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348578AbiEZVpz (ORCPT ); Thu, 26 May 2022 17:45:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244735AbiEZVpy (ORCPT ); Thu, 26 May 2022 17:45:54 -0400 Received: from mail-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8E04C1EC0; Thu, 26 May 2022 14:45:52 -0700 (PDT) Received: by mail-ot1-f48.google.com with SMTP id l10-20020a9d7a8a000000b0060b151de434so1851953otn.2; Thu, 26 May 2022 14:45:52 -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=PCG4r4X+asFA0jZTA+Ife3/8wPAarl7+c0uuxFcUqiE=; b=JDFIzcLAmfYbfGDx7kE82SI7WwZMoBTNmqVhWXDsztkst/94OV4pW5aixB/V/SRlN9 SreK5VJ7D5aWmOXRD4om/8hVYF7gz6xtzotz7mVB+uFv59/xCfomUzuFqzFgV1Rkzyi8 WDgg4xjHvqLSEqRzq64nLh2gtEAbQD1PwHMXQuUcccwlFcvbt6THpgoU2s94MXhEK0cj h6+UcWarSGU0GcVZTgN+KMVIN3qJR7b5Y3wwbFLSdiP0IS37T1wj404J3f7B8pC5O9/1 KS9q7vpeMKJEyBajbArMYMEJHs1Wbmk1T9g+2h6nXKs5F/cYmcIkS7uilzRkV07yaEBU Bfww== X-Gm-Message-State: AOAM531JxC8dznnmQ8bD6+AkcQacAnbYZ16K+w/iwwHB2XsXOTK+UqTq S0cT3VTS+5GNUjRktyw8+w== X-Google-Smtp-Source: ABdhPJy9ZcPJjkdrjLie5XqS/prFVhv90S8NFQPbVS8lSLRs2N3IH+W94qTPJpzkcMVN5bqyoYrIDg== X-Received: by 2002:a9d:1b42:0:b0:60b:20f9:7849 with SMTP id l60-20020a9d1b42000000b0060b20f97849mr6345709otl.383.1653601552019; Thu, 26 May 2022 14:45:52 -0700 (PDT) Received: from robh.at.kernel.org (rrcs-192-154-179-37.sw.biz.rr.com. [192.154.179.37]) by smtp.gmail.com with ESMTPSA id h19-20020a9d3e53000000b00606b1f72fcbsm1060327otg.31.2022.05.26.14.45.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 May 2022 14:45:51 -0700 (PDT) Received: (nullmailer pid 317160 invoked by uid 1000); Thu, 26 May 2022 21:45:49 -0000 Date: Thu, 26 May 2022 16:45:49 -0500 From: Rob Herring To: Sven Peter Cc: Hector Martin , Alyssa Rosenzweig , Bjorn Helgaas , Krzysztof Kozlowski , Mark Kettenis , linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: PCI: apple: Add missing 'power-domains' property Message-ID: <20220526214549.GA315754-robh@kernel.org> References: <20220526014107.2871787-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, May 26, 2022 at 03:48:15PM +0200, Sven Peter wrote: > Hi, > > > On Thu, May 26, 2022, at 03:41, Rob Herring wrote: > > The 'unevaluatedProperties' schema checks is not fully working and doesn't > > catch some cases where there's a $ref to another schema. A fix is pending, > > but results in new warnings in examples. > > > > The Apple PCIe host has 3 power domains at least according to the example. > > Add the 'power-domains' property to the schema. > > > > Signed-off-by: Rob Herring > > --- > > Ideally, we'd define what each power domain is, but I don't know what > > they are. > > --- > > I think the example is just wrong (or outdated) and we only need a single > power-domain for pcie. > > The hierarchy is ps_pcie_ref -> ps_apcie -> ps_apcie_gp and the pcie > node then only depends on ps_apcie_gp. Okay, I'll update the example and schema.