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 493B3EB64DC for ; Mon, 26 Jun 2023 21:28:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230399AbjFZV2K (ORCPT ); Mon, 26 Jun 2023 17:28:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230383AbjFZV2J (ORCPT ); Mon, 26 Jun 2023 17:28:09 -0400 Received: from mail-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8F14BD; Mon, 26 Jun 2023 14:28:02 -0700 (PDT) Received: by mail-il1-f178.google.com with SMTP id e9e14a558f8ab-345ad94db0aso4943795ab.1; Mon, 26 Jun 2023 14:28:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687814882; x=1690406882; 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=0zK2Mav2vb8JF0Fy3zgYjfX71+8hxBKQuHXPFvrmmGM=; b=Hd+BH7wAj6/Qkt/W3FH1UPfkVqI143iLcftpY7immNTRg768tmP3aFl/O7YkfUjAFF PmXksPtm2klYIVPl/WW2awOkkbrZSpxSSxwqvdu7PBTtpswlSoM77nS9B3HsJhI0u/GV td8t8e3+dyjTBEGV2tTO0zs3ZDjWIC3j3yeH12b1sZmJ7zBoh1DCVWuAx+zoklMXpSYU wftz839YEmaQZ7VMQ4nznCwd3LihFMEmtkB0MEp5drLJGAQZ3ey4a8zbhkvRnr+OtOR8 wlElwNRS8FQJFRwOlFb1jkIAvdpiXXfCAcHfgBhyNWZFGI/+VhPIbnnRMLghg0XkBBjr IZqw== X-Gm-Message-State: AC+VfDz+fuyT/pge2QYIQzUgDXjPu4HYAtnePyXy41J+8GCbeZa7EmmZ RNy5/bMDahjHEkI+lfPvmA== X-Google-Smtp-Source: ACHHUZ7jHnb/zyrVLJqne0rdhbKBqgq5BwI/rrAQp52zF8/hXNAaImKe9kC5laVUV6/ht3rofQVxug== X-Received: by 2002:a92:c141:0:b0:345:97a9:48bf with SMTP id b1-20020a92c141000000b0034597a948bfmr5117562ilh.26.1687814881973; Mon, 26 Jun 2023 14:28:01 -0700 (PDT) Received: from robh_at_kernel.org ([199.114.228.113]) by smtp.gmail.com with ESMTPSA id dx1-20020a0566381d0100b00411b4acc990sm2060972jab.7.2023.06.26.14.28.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:28:01 -0700 (PDT) Received: (nullmailer pid 3928119 invoked by uid 1000); Mon, 26 Jun 2023 21:28:00 -0000 Date: Mon, 26 Jun 2023 15:28:00 -0600 From: Rob Herring To: Konrad Dybcio Cc: Andy Gross , Bjorn Andersson , Krzysztof Kozlowski , Conor Dooley , Bhupesh Sharma , Dmitry Baryshkov , Mathieu Poirier , Sibi Sankar , Luca Weiss , AngeloGioacchino Del Regno , AngeloGioacchino Del Regno , Luca Weiss , Vinod Koul , Marijn Suijten , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org, Konrad Dybcio Subject: Re: [PATCH 2/7] dt-bindings: remoteproc: qcom,msm8996-mss-pil: Fix 8996 clocks Message-ID: <20230626212800.GB3924052-robh@kernel.org> References: <20230626-topic-bindingsfixups-v1-0-254ae8642e69@linaro.org> <20230626-topic-bindingsfixups-v1-2-254ae8642e69@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230626-topic-bindingsfixups-v1-2-254ae8642e69@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Jun 26, 2023 at 10:00:24PM +0200, Konrad Dybcio wrote: > Change RPMH to RPM (as RPMh was introduced 2 generations later) and drop > the prng reference, which made ARRAY_SIZE(clocks) != > ARRAY_SIZE(clock-names). > > Fixes: bdea142295ff ("dt-bindings: remoteproc: qcom,q6v5: Move MSM8996 to schema") > Signed-off-by: Konrad Dybcio > --- > .../devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) Acked-by: Rob Herring