devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Cercueil <paul@crapouillou.net>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Aidan MacDonald <aidanmacdonald.0x0@gmail.com>,
	robh+dt@kernel.org, linux-mips@vger.kernel.org,
	devicetree@vger.kernel.org, linux-pwm@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Subject: Re: [PATCH v2 2/2] mips: dts: ingenic: x1000: Add PWM device tree node
Date: Fri, 22 Apr 2022 18:53:39 +0100	[thread overview]
Message-ID: <FP5RAR.CXCRD56PL7G72@crapouillou.net> (raw)
In-Reply-To: <YmLT1VA8ZL57CQkO@orome>

Hi Thierry,

Le ven., avril 22 2022 at 18:12:05 +0200, Thierry Reding 
<thierry.reding@gmail.com> a écrit :
> On Thu, Feb 24, 2022 at 11:41:34PM +0000, Aidan MacDonald wrote:
>>  Copied from the jz4740 devicetree and trimmed to 5 timers, which
>>  is what the hardware supports.
>> 
>>  Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com>
>>  ---
>>   arch/mips/boot/dts/ingenic/x1000.dtsi | 13 +++++++++++++
>>   1 file changed, 13 insertions(+)
> 
> However I don't see this upstream yet, neither in Linus' tree nor in
> linux-next. Paul, do you still have this on your radar?

I don't have a tree so that would be a patch for Thomas (Cc'd) to go 
through the linux-mips tree.
(Note to Thomas: patch 1 is already applied in the pwm tree)

The changes look good though, so:

Reviewed-by: Paul Cercueil <paul@crapouillou.net>

Cheers,
-Paul

> 
> Thierry
> 
>> 
>>  diff --git a/arch/mips/boot/dts/ingenic/x1000.dtsi 
>> b/arch/mips/boot/dts/ingenic/x1000.dtsi
>>  index 8bd27edef216..0dcf37527c8e 100644
>>  --- a/arch/mips/boot/dts/ingenic/x1000.dtsi
>>  +++ b/arch/mips/boot/dts/ingenic/x1000.dtsi
>>  @@ -127,6 +127,19 @@ wdt: watchdog@0 {
>>   			clocks = <&tcu TCU_CLK_WDT>;
>>   			clock-names = "wdt";
>>   		};
>>  +
>>  +		pwm: pwm@40 {
>>  +			compatible = "ingenic,x1000-pwm";
>>  +			reg = <0x40 0x80>;
>>  +
>>  +			#pwm-cells = <3>;
>>  +
>>  +			clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>,
>>  +				 <&tcu TCU_CLK_TIMER2>, <&tcu TCU_CLK_TIMER3>,
>>  +				 <&tcu TCU_CLK_TIMER4>;
>>  +			clock-names = "timer0", "timer1", "timer2",
>>  +				      "timer3", "timer4";
>>  +		};
>>   	};
>> 
>>   	rtc: rtc@10003000 {
>>  --
>>  2.34.1
>> 



  reply	other threads:[~2022-04-22 18:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24 23:41 [PATCH v2 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC Aidan MacDonald
2022-02-24 23:41 ` [PATCH v2 2/2] mips: dts: ingenic: x1000: Add PWM device tree node Aidan MacDonald
2022-04-22 16:12   ` Thierry Reding
2022-04-22 17:53     ` Paul Cercueil [this message]
2022-04-22 15:54 ` [PATCH v2 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC Thierry Reding

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=FP5RAR.CXCRD56PL7G72@crapouillou.net \
    --to=paul@crapouillou.net \
    --cc=aidanmacdonald.0x0@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=tsbogend@alpha.franken.de \
    /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;
as well as URLs for NNTP newsgroup(s).