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 A26DCC4332F for ; Wed, 16 Nov 2022 20:22:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233973AbiKPUWy (ORCPT ); Wed, 16 Nov 2022 15:22:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234037AbiKPUWu (ORCPT ); Wed, 16 Nov 2022 15:22:50 -0500 Received: from mail-oa1-f50.google.com (mail-oa1-f50.google.com [209.85.160.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5BFC63CF5; Wed, 16 Nov 2022 12:22:46 -0800 (PST) Received: by mail-oa1-f50.google.com with SMTP id 586e51a60fabf-13c2cfd1126so21441420fac.10; Wed, 16 Nov 2022 12:22:46 -0800 (PST) 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:subject:date :message-id:reply-to; bh=WgK1rUnmFyPXMa4kFguFgRQCBODLxAzA5c3KNx4CYyA=; b=I3LZEcnmFsaXXGIx3ZzzK0T9hDM0BA0B3eUw9KWnxgyr1ba9q3PyA/hAMcH/U9+O8i +rQ/HLk0bGgIjGgyAQKYQ0TftRIOF6MOQBoJaHjY4u360eZ3O0SmT9Rft2XQnWvqnDhB 84gOXP6AYU8YI/8PN82nwUEgKwY/lYI+ajZ0uQcyLGcOsuPOYP/0o98a3yJmlg5uQSc+ jPCFolT0L03l/k5Xv2z091MVm5YheP5pmMFYQwXTf5W6bnWd+MrU5o8KHZp6YggyczQJ jtnCAacBjCbAK4ub8fYnKqZV35Mj4cVpD2/R2c4O8B7QIQJlRb1+dfRlRGxrj0r4041j 4OZQ== X-Gm-Message-State: ANoB5pm9eXbGKogCxfOHCoH3DeRkv+yWx7PjVieQaEXD9/ntxkLCNXtH fV9+EpfJMAy1JoA49GW0JQ== X-Google-Smtp-Source: AA0mqf6Zz+aI/iuvrsoTgE0DD8XHfnfXOCIxD7/a202TUht3yY/MjAgq/K+lsqKSP6eH9QbNcQQfOQ== X-Received: by 2002:a05:6870:6a98:b0:136:66d0:b853 with SMTP id mv24-20020a0568706a9800b0013666d0b853mr2596240oab.161.1668630165974; Wed, 16 Nov 2022 12:22:45 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id e11-20020a056870238b00b00136f3e4bc29sm5007128oap.9.2022.11.16.12.22.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Nov 2022 12:22:45 -0800 (PST) Received: (nullmailer pid 826080 invoked by uid 1000); Wed, 16 Nov 2022 20:22:47 -0000 Date: Wed, 16 Nov 2022 14:22:47 -0600 From: Rob Herring To: Rob Herring Cc: Bjorn Andersson , Andy Gross , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Robin Murphy , Amit Kucheria , Mark Rutland , Zhang Rui , Thomas Gleixner , Geert Uytterhoeven , Thara Gopinath , Alyssa Rosenzweig , linux-pm@vger.kernel.org, "Rafael J. Wysocki" , Marc Zyngier , Suzuki K Poulose , linux-arm-kernel@lists.infradead.org, Sven Peter , Magnus Damm , Krzysztof Kozlowski , Daniel Lezcano , asahi@lists.linux.dev, devicetree@vger.kernel.org, Konrad Dybcio , Hector Martin , Will Deacon Subject: Re: [PATCH] dt-bindings: Drop type from 'cpus' property Message-ID: <166863016450.825960.2284429197449442060.robh@kernel.org> References: <20221111212857.4104308-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221111212857.4104308-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, 11 Nov 2022 15:28:56 -0600, 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(-) > Applied, thanks!