From: sashiko-bot@kernel.org
To: "Taniya Das" <taniya.das@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v4 3/5] dt-bindings: clock: qcom: Add Maili global clock controller
Date: Thu, 30 Jul 2026 18:02:36 +0000 [thread overview]
Message-ID: <20260730180237.5FCDA1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260730-maili_initial_clock-v4-3-ed52ade264f0@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] Missing QUPV3 WRAP5 reset definition (e.g., GCC_QUPV3_WRAPPER_5_BCR) for the Maili GCC.
--
--- Patch [3]: [PATCH v4 3/5] dt-bindings: clock: qcom: Add Maili global clock controller ---
commit 833adf32860ecbd5cd7a72269cd3221a4b141fad
Author: Taniya Das <taniya.das@oss.qualcomm.com>
dt-bindings: clock: qcom: Add Maili global clock controller
This commit adds device tree bindings for the global clock controller (GCC)
on the Qualcomm Maili SoC. It extends the existing Hawi GCC bindings and
introduces a new header file for the Maili-specific clocks.
> diff --git a/include/dt-bindings/clock/qcom,maili-gcc.h b/include/dt-bindings/clock/qcom,maili-gcc.h
> new file mode 100644
> index 0000000000000..9bea90adb988e
> --- /dev/null
> +++ b/include/dt-bindings/clock/qcom,maili-gcc.h
> @@ -0,0 +1,21 @@
> +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
> +/*
> + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
> + */
> +
> +#ifndef _DT_BINDINGS_CLK_QCOM_GCC_MAILI_H
> +#define _DT_BINDINGS_CLK_QCOM_GCC_MAILI_H
> +
> +#include "qcom,hawi-gcc.h"
> +
> +/* Maili has below additional clocks on top of Hawi */
> +#define GCC_QUPV3_WRAP5_CORE_2X_CLK 188
> +#define GCC_QUPV3_WRAP5_CORE_CLK 189
> +#define GCC_QUPV3_WRAP5_QSPI_REF_CLK 190
[Severity: Medium]
Does the QUPv3 WRAP5 hardware on Maili also require a corresponding reset
definition (such as GCC_QUPV3_WRAPPER_5_BCR)?
The QUPv3 core driver usually needs a reset for each wrapper to initialize
it and recover from hardware errors. Without the reset index macro included
here alongside the clocks, it looks like developers won't be able to define
the resets property for WRAP5 in the Device Tree.
> +#define GCC_QUPV3_WRAP5_QSPI_REF_CLK_SRC 191
> +#define GCC_QUPV3_WRAP5_S0_CLK 192
> +#define GCC_QUPV3_WRAP5_S0_CLK_SRC 193
> +#define GCC_QUPV3_WRAP_5_M_AHB_CLK 194
> +#define GCC_QUPV3_WRAP_5_S_AHB_CLK 195
> +
> +#endif
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260730-maili_initial_clock-v4-0-ed52ade264f0@oss.qualcomm.com?part=3
next prev parent reply other threads:[~2026-07-30 18:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-30 17:54 [PATCH v4 0/5] clk: qcom: Introduce initial clock controllers for Maili SoC Taniya Das
2026-07-30 17:54 ` [PATCH v4 1/5] dt-bindings: clock: qcom-rpmhcc: Add RPMH clock controller for Maili Taniya Das
2026-07-30 17:54 ` [PATCH v4 2/5] dt-bindings: clock: qcom: Add Maili TCSR clock controller Taniya Das
2026-07-30 17:54 ` [PATCH v4 3/5] dt-bindings: clock: qcom: Add Maili global " Taniya Das
2026-07-30 18:02 ` sashiko-bot [this message]
2026-07-30 17:54 ` [PATCH v4 4/5] clk: qcom: gcc-hawi: Add support for global clock controller on Maili Taniya Das
2026-07-30 17:54 ` [PATCH v4 5/5] dt-bindings: mailbox: qcom: Document Maili CPUCP mailbox controller Taniya Das
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260730180237.5FCDA1F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=taniya.das@oss.qualcomm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox