All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: George Moussalem via B4 Relay
	<devnull+george.moussalem.outlook.com@kernel.org>
Cc: "Uwe Kleine-König" <ukleinek@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Konrad Dybcio" <konradybcio@kernel.org>,
	george.moussalem@outlook.com, linux-arm-msm@vger.kernel.org,
	linux-pwm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	"Devi Priya" <quic_devipriy@quicinc.com>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Baruch Siach" <baruch.siach@siklu.com>
Subject: Re: [PATCH v17 1/9] dt-bindings: pwm: add IPQ6018 binding
Date: Wed, 08 Oct 2025 19:08:28 +0300	[thread overview]
Message-ID: <87347tl6kj.fsf@tarshish> (raw)
In-Reply-To: <20251008-ipq-pwm-v17-1-9bd43edfc7f7@outlook.com> (George Moussalem via's message of "Wed, 08 Oct 2025 19:32:53 +0400")

Hi George,

On Wed, Oct 08 2025, George Moussalem via B4 Relay wrote:
> From: Devi Priya <quic_devipriy@quicinc.com>
>
> DT binding for the PWM block in Qualcomm IPQ6018 SoC.
>
> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Co-developed-by: Baruch Siach <baruch.siach@siklu.com>
> Signed-off-by: Baruch Siach <baruch.siach@siklu.com>
> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
> ---
>  .../devicetree/bindings/pwm/qcom,ipq6018-pwm.yaml  | 44 ++++++++++++++++++++++
>  1 file changed, 44 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/pwm/qcom,ipq6018-pwm.yaml
> b/Documentation/devicetree/bindings/pwm/qcom,ipq6018-pwm.yaml
> new file mode 100644
> index 0000000000000000000000000000000000000000..1172f0b53fadc140482f9384a36020260df372b7
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pwm/qcom,ipq6018-pwm.yaml
> @@ -0,0 +1,44 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/pwm/qcom,ipq6018-pwm.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Qualcomm IPQ6018 PWM controller
> +
> +maintainers:
> +  - Baruch Siach <baruch@tkos.co.il>

Unfortunately I have no access to this PWM hardware anymore. I don't
think I can maintain hardware DT binding.

baruch

> +
> +properties:
> +  compatible:
> +    const: qcom,ipq6018-pwm
> +
> +  reg:
> +    maxItems: 1
> +
> +  clocks:
> +    maxItems: 1
> +
> +  "#pwm-cells":
> +    const: 2
> +
> +required:
> +  - compatible
> +  - reg
> +  - clocks
> +  - "#pwm-cells"
> +
> +additionalProperties: false
> +
> +examples:
> +  - |
> +    #include <dt-bindings/clock/qcom,gcc-ipq6018.h>
> +
> +    pwm: pwm@1941010 {
> +        compatible = "qcom,ipq6018-pwm";
> +        reg = <0x01941010 0x20>;
> +        clocks = <&gcc GCC_ADSS_PWM_CLK>;
> +        assigned-clocks = <&gcc GCC_ADSS_PWM_CLK>;
> +        assigned-clock-rates = <100000000>;
> +        #pwm-cells = <2>;
> +    };

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

  reply	other threads:[~2025-10-08 16:18 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-08 15:32 [PATCH v17 0/9] Add PWM support for IPQ chipsets George Moussalem
2025-10-08 15:32 ` George Moussalem via B4 Relay
2025-10-08 15:32 ` [PATCH v17 1/9] dt-bindings: pwm: add IPQ6018 binding George Moussalem
2025-10-08 15:32   ` George Moussalem via B4 Relay
2025-10-08 16:08   ` Baruch Siach [this message]
2025-10-10  5:54     ` George Moussalem
2025-10-27 16:39   ` Bjorn Andersson
2025-10-08 15:32 ` [PATCH v17 2/9] pwm: driver for qualcomm ipq6018 pwm block George Moussalem
2025-10-08 15:32   ` George Moussalem via B4 Relay
2025-10-27 16:40   ` Bjorn Andersson
2025-10-08 15:32 ` [PATCH v17 3/9] dt-bindings: pwm: qcom,ipq6018-pwm: Add compatible for ipq5018 George Moussalem
2025-10-08 15:32   ` George Moussalem via B4 Relay
2025-10-08 15:32 ` [PATCH v17 4/9] dt-bindings: pwm: qcom,ipq6018-pwm: Add compatible for ipq5332 George Moussalem
2025-10-08 15:32   ` George Moussalem via B4 Relay
2025-10-08 15:32 ` [PATCH v17 5/9] dt-bindings: pwm: qcom,ipq6018-pwm: Add compatible for ipq9574 George Moussalem
2025-10-08 15:32   ` George Moussalem via B4 Relay
2025-10-08 15:32 ` [PATCH v17 6/9] arm64: dts: qcom: ipq6018: add pwm node George Moussalem
2025-10-08 15:32   ` George Moussalem via B4 Relay
2025-10-08 15:32 ` [PATCH v17 7/9] arm64: dts: qcom: ipq5018: " George Moussalem
2025-10-08 15:32   ` George Moussalem via B4 Relay
2025-10-08 15:33 ` [PATCH v17 8/9] arm64: dts: qcom: ipq5332: " George Moussalem
2025-10-08 15:33   ` George Moussalem via B4 Relay
2025-10-08 15:33 ` [PATCH v17 9/9] arm64: dts: qcom: ipq9574: " George Moussalem
2025-10-08 15:33   ` George Moussalem via B4 Relay

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=87347tl6kj.fsf@tarshish \
    --to=baruch@tkos.co.il \
    --cc=andersson@kernel.org \
    --cc=baruch.siach@siklu.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=devnull+george.moussalem.outlook.com@kernel.org \
    --cc=george.moussalem@outlook.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=quic_devipriy@quicinc.com \
    --cc=robh@kernel.org \
    --cc=ukleinek@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.