From patchwork Fri Jan 13 09:07:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 642252 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 13817C678D6 for ; Fri, 13 Jan 2023 09:11:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241117AbjAMJLA (ORCPT ); Fri, 13 Jan 2023 04:11:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240922AbjAMJKW (ORCPT ); Fri, 13 Jan 2023 04:10:22 -0500 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A47A73E2C for ; Fri, 13 Jan 2023 01:07:50 -0800 (PST) Received: by mail-lf1-x12f.google.com with SMTP id j17so32235014lfr.3 for ; Fri, 13 Jan 2023 01:07:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=aw+Ll8gA8CDi1Y7f1Cqn7fscIlNjH9PUmDYuMqv7naQ=; b=NP+jd3HDsMkWOG9vZclmMojbPQ4Vmq6Zpc2ekluLj+tMha9VLxvLwA4c6jhi+by46N 6EBuZXui4mIJuF5rAyur+sEYGq6T2ROyiret2vUcHDZrJ8FUw+nE6c9ZX95u6JX5Seo8 hDoKvGkoLsBVXK/TS07noOBN5qw6qDNOPqidhhTP103tFiWRRVDKagTGuEfSvEJcUzsi pRjXGSfvW4OMoky7ogaeD7vK/UyxBsEomtMpbPc3wtafqkUYymIs2YNvB8XVeFYC+nV3 K+Xomvzx/2mFtekEOhax5tBu3ggkSwjklWpWKHF+E1pMXmNyH9NwRzfqADy9UkMsYfUP 3/fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=aw+Ll8gA8CDi1Y7f1Cqn7fscIlNjH9PUmDYuMqv7naQ=; b=NeZKBKHYHg/eNXJQMTA+i/LIB58BSpGNilEpS1vW9UkBmZyN1NDQBUcPbTuJge7kG1 7mtI3EEfarmYkG+btH56/0qnm7KN77gLqu6/CvXsqdlawhgJPDVRFqcjk/TWvi0TTuLW Gm6K5UxybzqdKu4kCainLDJHYNDF+DHrDYkoVcAn4PuKubJepC3rgtqfqKnNpSAO0CF0 11PTW9Is9PEFf3FsV/+G4vVgF2Uf0+bq1UH+NDyG0e9mOgig2BlsQgFDzx1IDja2Ugzv wi51g1dcW8b89wSM8xQEuMgoLNvA2Dwzwu07BNHiqGUP9qMXZIcHWJ9JrOuXcheU084s Ib3w== X-Gm-Message-State: AFqh2ko5zUDMfsuqbnILHmYUP2V22ngjhWbxF/tgsRvuSuIUeBcmWDbR 0KrQx5geLgGVQNtLzieDSiCIXg== X-Google-Smtp-Source: AMrXdXselyV/UW7hbOvgzPFB9DfU664EPmewva7fCJNwkIwvUxBoxx1grYKqbnbK4lqJ9/huF8tK2Q== X-Received: by 2002:a05:6512:1087:b0:4d1:331:f6df with SMTP id j7-20020a056512108700b004d10331f6dfmr611512lfg.64.1673600868856; Fri, 13 Jan 2023 01:07:48 -0800 (PST) Received: from eriador.lumag.spb.ru ([194.204.33.9]) by smtp.gmail.com with ESMTPSA id d4-20020a05651233c400b004947a12232bsm3735296lfg.275.2023.01.13.01.07.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Jan 2023 01:07:48 -0800 (PST) From: Dmitry Baryshkov To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Stephen Boyd , Michael Turquette , Rob Herring , Krzysztof Kozlowski , Taniya Das Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 1/4] dt-bindings: mailbox: qcom: correct the list of platforms using clocks Date: Fri, 13 Jan 2023 11:07:36 +0200 Message-Id: <20230113090739.45805-2-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230113090739.45805-1-dmitry.baryshkov@linaro.org> References: <20230113090739.45805-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Only three platforms require `pll' and `aux' clocks: msm8916, msm8939 and qcs404. Correct the list of platforms in the corresponding clause. Fixes: 0d17014e9189 ("dt-bindings: mailbox: Add binding for SDX55 APCS") Signed-off-by: Dmitry Baryshkov --- .../bindings/mailbox/qcom,apcs-kpss-global.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index 943f9472ae10..b8a44ef0540f 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -71,15 +71,8 @@ allOf: compatible: enum: - qcom,msm8916-apcs-kpss-global - - qcom,msm8994-apcs-kpss-global - - qcom,msm8996-apcs-hmss-global - - qcom,msm8998-apcs-hmss-global + - qcom,msm8939-apcs-kpss-global - qcom,qcs404-apcs-apps-global - - qcom,sc7180-apss-shared - - qcom,sdm660-apcs-hmss-global - - qcom,sdm845-apss-shared - - qcom,sm6125-apcs-hmss-global - - qcom,sm8150-apss-shared then: properties: clocks: From patchwork Fri Jan 13 09:07:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 642251 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 58427C54EBD for ; Fri, 13 Jan 2023 09:11:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241142AbjAMJLD (ORCPT ); Fri, 13 Jan 2023 04:11:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241184AbjAMJKY (ORCPT ); Fri, 13 Jan 2023 04:10:24 -0500 Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5AD8574641 for ; Fri, 13 Jan 2023 01:07:51 -0800 (PST) Received: by mail-lf1-x12d.google.com with SMTP id cf42so32239817lfb.1 for ; Fri, 13 Jan 2023 01:07:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=3eCp5P/TMVFbFTF7vzefqI/ZA2E3ZQFeIqWdTLT1Q4s=; b=HM8sx/v06ph5D8nBfI/gnRCdbBcGkRlz9G9eAMxhTOythqrp8URubU3w0Lgiz79WZw QNSsCo73Lii2SdrN5ybv5YUTWia9Ovm5suipcsjNOmN95vKh569rtoOW4wVE0LIBlUyd w9AalLd/3+ycJlKVD8/cgEDCSy+wrnEajMalxLhQM/QYQFVYFaNB9p8UHxbRmZ3S8UMX 6ZuZSat050V3jpP8J4VnBTZMuFnj5F1d6kiO0c45xwOUgjYVRyzlOTFkI+zqZi8jpE4e tBW4fE5JPPMgVSedwCJxFuzLWkRzmGL7+LwX1o3+OY7lOWcBN5u/gEUE2xMq5WLseUj+ zgQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=3eCp5P/TMVFbFTF7vzefqI/ZA2E3ZQFeIqWdTLT1Q4s=; b=hVzcjWAqBETfbWW3Ra8nAipFExcpFy4rPpjEtt8h4bFNx8/bi87DPFaKM8+dJaZbWZ FFuC2HIr4E4zNcE4HJEGWMb6jyCKGz2kwUTeH+Hj0hTgI3oN/nFSgTniQlYZLGIn14hs ls2M3JCOgilE5hZlv3EQ9286pDpeV1q2iR57+KYwcgYK/jyNiZG8p/WkuFQRQEH6hy5Z a0aV46VFRE1AjT3gTuABgzXrvotCwuiPHcC1BmZ63TAnk7eI744JseJTkadCI5cmX4H/ 5D1RWrGR9bQZs8lD06tNjAhMhVQpoaiR7K/kjsmYrZ5ahohFxqvhaMhu9pfRo4V/HKnn e1mw== X-Gm-Message-State: AFqh2kqPIvFTAi4P4GgpPn0l21t4VEfjq82BltFpR531FLnaRxr6/4Ep yfXbLXBImCjPKPuXHUYr5iUPIg== X-Google-Smtp-Source: AMrXdXvxZZm6392EWT1MaPSsii9UKpBAx3zLyhu7p6kipsBV5ZZLuiGSTGaIIxTXTP2frdfKnSVPOQ== X-Received: by 2002:a19:ac41:0:b0:4cb:3471:ab94 with SMTP id r1-20020a19ac41000000b004cb3471ab94mr9933151lfc.31.1673600870936; Fri, 13 Jan 2023 01:07:50 -0800 (PST) Received: from eriador.lumag.spb.ru ([194.204.33.9]) by smtp.gmail.com with ESMTPSA id d4-20020a05651233c400b004947a12232bsm3735296lfg.275.2023.01.13.01.07.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Jan 2023 01:07:50 -0800 (PST) From: Dmitry Baryshkov To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Stephen Boyd , Michael Turquette , Rob Herring , Krzysztof Kozlowski , Taniya Das Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 2/4] dt-bindings: mailbox: qcom: add #clock-cells to msm8996 example Date: Fri, 13 Jan 2023 11:07:37 +0200 Message-Id: <20230113090739.45805-3-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230113090739.45805-1-dmitry.baryshkov@linaro.org> References: <20230113090739.45805-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add the #clock-cells property to the MSM8996 example, as the APCS block is going to provide the `sys_apcs_aux' clock to the consumers. Signed-off-by: Dmitry Baryshkov --- .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index b8a44ef0540f..5e7c83345774 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -141,6 +141,7 @@ examples: reg = <0x9820000 0x1000>; #mbox-cells = <1>; + #clock-cells = <0>; }; rpm-glink {