From patchwork Fri Jan 13 12:05:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 642210 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 0BE95C61DB3 for ; Fri, 13 Jan 2023 12:12:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240935AbjAMMMw (ORCPT ); Fri, 13 Jan 2023 07:12:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240992AbjAMMLo (ORCPT ); Fri, 13 Jan 2023 07:11:44 -0500 Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E57217D9FD for ; Fri, 13 Jan 2023 04:06:08 -0800 (PST) Received: by mail-lf1-x131.google.com with SMTP id m6so32807418lfj.11 for ; Fri, 13 Jan 2023 04:06:08 -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=SZDEolcQGnwFUL0b6SHhXtES+/x7b+VoQjgO/oUXinA=; b=Y3c2aTu+lBZqLf1pQVj3HOvZZCtBBotxEjVIzeC4sx0LsyrEBsF2icS/6sxA0B1eLy vmGi42Lim8Zbft+SBXAu9r7k/0swA6HMfml2gx31iSvREWVYdu5yBYIbnMDlbTJDZRmW RqDvOvNdE3hT8aC5gxB3ctSSk9J1IzOQkQEPmYdM5qFdSpdG0Nm8HQXZp0dqR6p4FSpV 1mU2VpOvMWKlGmRzJZzJpBVax5IhRcA2vW6/DfwF38tf4KOWGmCoNLBDFzkBPioHYvQ6 bZygaYe0At+62GYN+QqkjhdWY90ZOkA1tk1/vIBo92EDSbz5vEamj+BHs/87GQlzXYG/ OQrQ== 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=SZDEolcQGnwFUL0b6SHhXtES+/x7b+VoQjgO/oUXinA=; b=UZ5VhvgDvjredeTOon6/5I2x3hOCdV5tqtrXHH7DgmA1hTLS+we4jatgLl8oFhCB6B CnavunxSvcZpu1CE7EMQmj80mDpEgQpaHyuOOwnOKAjoLP9bMsV8vjxhe2dPIS2riMVh vA0RPaCcTu9+zmLuBiQYCmVKCgDgliGF9S8pIllX8X0KQ55xemyXOGO4xInMUj4mQ6vo 9rR59A1FzixVjiGl0bklvq+JFvAtKfxADlaZ4qIi9qSsO/P3+UXI++I7AJuEs+C1wfm2 kuxFnSxRfBtCbiAq3+sd9eubkLZR+R1qoeBgRBF0NtCiCBiUdXY661kToA9TqlBGlmZQ AIrw== X-Gm-Message-State: AFqh2kqHakcWif8sf09osWWsUNunnobq/gOd20J3Nz0Fvr2e4CpF1zZX 1wdIrrhPIxyBlaCWKdcmfpInNw== X-Google-Smtp-Source: AMrXdXv8GG9odTGIrhCZqfj1TTqxoGwIdULKDVy4O/xURU+JJ9F0/EC9Jd39q1WPUgU0fGNG/bSphA== X-Received: by 2002:a19:7008:0:b0:4b5:7d49:4a05 with SMTP id h8-20020a197008000000b004b57d494a05mr20313749lfc.0.1673611567319; Fri, 13 Jan 2023 04:06:07 -0800 (PST) Received: from eriador.lumag.spb.ru ([188.170.82.205]) by smtp.gmail.com with ESMTPSA id i7-20020ac25227000000b004ac6a444b26sm3806290lfl.141.2023.01.13.04.06.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Jan 2023 04:06:06 -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, Krzysztof Kozlowski Subject: [PATCH v3 01/14] dt-bindings: clock: qcom,msm8996-apcc: add sys_apcs_aux clock Date: Fri, 13 Jan 2023 14:05:31 +0200 Message-Id: <20230113120544.59320-2-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230113120544.59320-1-dmitry.baryshkov@linaro.org> References: <20230113120544.59320-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The MSM8996 CPU clock controller can make use of the sys_apcs_aux clock. Add it to the bindings. Acked-by: Krzysztof Kozlowski Signed-off-by: Dmitry Baryshkov --- .../devicetree/bindings/clock/qcom,msm8996-apcc.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml b/Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml index c4971234fef8..fcace96c72eb 100644 --- a/Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml @@ -27,10 +27,12 @@ properties: clocks: items: - description: XO source + - description: SYS APCS AUX clock clock-names: items: - const: xo + - const: sys_apcs_aux required: - compatible @@ -48,6 +50,6 @@ examples: reg = <0x6400000 0x90000>; #clock-cells = <1>; - clocks = <&xo_board>; - clock-names = "xo"; + clocks = <&xo_board>, <&apcs_glb>; + clock-names = "xo", "sys_apcs_aux"; };