All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: Nishanth Menon <nm@ti.com>, <kristo@kernel.org>
Cc: Device Tree Mailing List <devicetree@vger.kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, Vignesh R <vigneshr@ti.com>,
	Lokesh Vutla <lokeshvutla@ti.com>
Subject: [PATCH v2 0/4] arm64: dts: ti: k3-am64: Add PWM nodes
Date: Wed, 21 Jul 2021 17:06:21 +0530	[thread overview]
Message-ID: <20210721113625.17299-1-lokeshvutla@ti.com> (raw)

Add epwm and ecap nodes for AM64 boards.

Changes since v1:
- Mark all un-used pwm nodes as disabled.

Lokesh Vutla (4):
  arm64: dts: ti: k3-am64-main: Add epwm nodes
  arm64: dts: ti: k3-am64-main: Add ecap pwm nodes
  arm64: dts: ti: k3-am642-evm: Add pwm nodes
  arm64: dts: ti: k3-am642-sk: Add pwm nodes

 arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 114 +++++++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am642-evm.dts  |  56 +++++++++++
 arch/arm64/boot/dts/ti/k3-am642-sk.dts   |  64 +++++++++++++
 3 files changed, 234 insertions(+)

-- 
2.31.1


WARNING: multiple messages have this Message-ID (diff)
From: Lokesh Vutla <lokeshvutla@ti.com>
To: Nishanth Menon <nm@ti.com>, <kristo@kernel.org>
Cc: Device Tree Mailing List <devicetree@vger.kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, Vignesh R <vigneshr@ti.com>,
	Lokesh Vutla <lokeshvutla@ti.com>
Subject: [PATCH v2 0/4] arm64: dts: ti: k3-am64: Add PWM nodes
Date: Wed, 21 Jul 2021 17:06:21 +0530	[thread overview]
Message-ID: <20210721113625.17299-1-lokeshvutla@ti.com> (raw)

Add epwm and ecap nodes for AM64 boards.

Changes since v1:
- Mark all un-used pwm nodes as disabled.

Lokesh Vutla (4):
  arm64: dts: ti: k3-am64-main: Add epwm nodes
  arm64: dts: ti: k3-am64-main: Add ecap pwm nodes
  arm64: dts: ti: k3-am642-evm: Add pwm nodes
  arm64: dts: ti: k3-am642-sk: Add pwm nodes

 arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 114 +++++++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am642-evm.dts  |  56 +++++++++++
 arch/arm64/boot/dts/ti/k3-am642-sk.dts   |  64 +++++++++++++
 3 files changed, 234 insertions(+)

-- 
2.31.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-07-21 11:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-21 11:36 Lokesh Vutla [this message]
2021-07-21 11:36 ` [PATCH v2 0/4] arm64: dts: ti: k3-am64: Add PWM nodes Lokesh Vutla
2021-07-21 11:36 ` [PATCH v2 1/4] arm64: dts: ti: k3-am64-main: Add epwm nodes Lokesh Vutla
2021-07-21 11:36   ` Lokesh Vutla
2021-07-21 18:26   ` Grygorii Strashko
2021-07-21 18:26     ` Grygorii Strashko
2021-07-21 11:36 ` [PATCH v2 2/4] arm64: dts: ti: k3-am64-main: Add ecap pwm nodes Lokesh Vutla
2021-07-21 11:36   ` Lokesh Vutla
2021-07-21 18:27   ` Grygorii Strashko
2021-07-21 18:27     ` Grygorii Strashko
2021-07-21 11:36 ` [PATCH v2 3/4] arm64: dts: ti: k3-am642-evm: Add " Lokesh Vutla
2021-07-21 11:36   ` Lokesh Vutla
2021-07-21 18:27   ` Grygorii Strashko
2021-07-21 18:27     ` Grygorii Strashko
2021-07-21 11:36 ` [PATCH v2 4/4] arm64: dts: ti: k3-am642-sk: " Lokesh Vutla
2021-07-21 11:36   ` Lokesh Vutla
2021-07-21 18:27   ` Grygorii Strashko
2021-07-21 18:27     ` Grygorii Strashko
2021-07-30 15:46 ` [PATCH v2 0/4] arm64: dts: ti: k3-am64: Add PWM nodes Nishanth Menon
2021-07-30 15:46   ` Nishanth Menon

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=20210721113625.17299-1-lokeshvutla@ti.com \
    --to=lokeshvutla@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kristo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=vigneshr@ti.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 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.