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 88C1CC43217 for ; Mon, 14 Nov 2022 10:30:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236230AbiKNKaJ (ORCPT ); Mon, 14 Nov 2022 05:30:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235859AbiKNKaG (ORCPT ); Mon, 14 Nov 2022 05:30:06 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 85B7AF022; Mon, 14 Nov 2022 02:30:05 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7B31A23A; Mon, 14 Nov 2022 02:30:11 -0800 (PST) Received: from [10.57.39.18] (unknown [10.57.39.18]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 328A73F534; Mon, 14 Nov 2022 02:30:01 -0800 (PST) Message-ID: Date: Mon, 14 Nov 2022 10:29:55 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH] dt-bindings: Drop type from 'cpus' property To: Rob Herring , Hector Martin , Sven Peter , Alyssa Rosenzweig , Thomas Gleixner , Marc Zyngier , Krzysztof Kozlowski , Will Deacon , Mark Rutland , Andy Gross , Bjorn Andersson , Konrad Dybcio , "Rafael J. Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Robin Murphy , Geert Uytterhoeven , Magnus Damm , Thara Gopinath Cc: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org References: <20221111212857.4104308-1-robh@kernel.org> From: Suzuki K Poulose In-Reply-To: <20221111212857.4104308-1-robh@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 11/11/2022 21:28, Rob Herring wrote: > 'cpus' is a common property, and it is now defined in dtschema schemas, > so drop the type references in the tree. > > Signed-off-by: Rob Herring > --- > .../devicetree/bindings/interrupt-controller/apple,aic.yaml | 1 - > Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml | 3 --- > Documentation/devicetree/bindings/power/renesas,apmu.yaml | 6 ++---- > Documentation/devicetree/bindings/thermal/qcom-lmh.yaml | 2 +- > 4 files changed, 3 insertions(+), 9 deletions(-) > ... > diff --git a/Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml b/Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml > index c87821be158b..a740378ed592 100644 > --- a/Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml > +++ b/Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml > @@ -32,11 +32,8 @@ properties: > - description: nCLUSTERPMUIRQ interrupt > > cpus: > - $ref: /schemas/types.yaml#/definitions/phandle-array > minItems: 1 > maxItems: 12 > - items: > - maxItems: 1 > description: List of phandles for the CPUs connected to this DSU instance. > > required: Acked-by: Suzuki K Poulose