mbox series

[v3,0/8] Enable eQEP DT support for Sitara K3 platforms

Message ID 20240607162755.366144-1-jm@ti.com (mailing list archive)
Headers show
Series Enable eQEP DT support for Sitara K3 platforms | expand

Message

Judith Mendez June 7, 2024, 4:27 p.m. UTC
This patch series adds eQEP DT nodes for K3 Sitara devices:
- AM62x
- AM62ax
- AM62px
- AM64x

The series also allows the eQEP driver to be built for K3
architecture.

Changes since v2:
- Drop patch 8/8 ("Enable TI eQEP Driver")
- Enable eQEP0 in k3-am64 SK board
- Make clock-name optional for ti,am3352-eqep compatible
 and do not allow for ti,am62-eqep compatible

Link to v2: https://lore.kernel.org/linux-devicetree/20240523231516.545085-1-jm@ti.com/
Link to v1: https://lore.kernel.org/linux-devicetree/20240418221417.1592787-1-jm@ti.com/

Judith Mendez (8):
  dt-bindings: counter: Add new ti,am62-eqep compatible
  counter/ti-eqep: Add new ti-am62-eqep compatible
  arm64: dts: ti: k3-am62-main: Add eQEP nodes
  arm64: dts: ti: k3-am62a-main: Add eQEP nodes
  arm64: dts: ti: k3-am62p-main: Add eQEP nodes
  arm64: dts: ti: k3-am64-main: Add eQEP nodes
  arm64: dts: ti: k3-am64x-sk: Enable eQEP
  counter: ti-eqep: Allow eQEP driver to be built for K3 devices

 .../devicetree/bindings/counter/ti-eqep.yaml  | 44 ++++++++++++++++---
 arch/arm64/boot/dts/ti/k3-am62-main.dtsi      | 27 ++++++++++++
 arch/arm64/boot/dts/ti/k3-am62a-main.dtsi     | 27 ++++++++++++
 arch/arm64/boot/dts/ti/k3-am62p-main.dtsi     | 27 ++++++++++++
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 27 ++++++++++++
 arch/arm64/boot/dts/ti/k3-am642-sk.dts        | 18 ++++++++
 drivers/counter/Kconfig                       |  2 +-
 drivers/counter/ti-eqep.c                     |  1 +
 8 files changed, 167 insertions(+), 6 deletions(-)

Comments

David Lechner June 8, 2024, 1:58 p.m. UTC | #1
On 6/7/24 11:27 AM, Judith Mendez wrote:
> This patch series adds eQEP DT nodes for K3 Sitara devices:

FYI, it looks like you still have William's old not working email address
so he might not be seeing this to pick it up.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/MAINTAINERS?id=c90663596e7c97363d8855c635f39500ed2f0030
Judith Mendez June 10, 2024, 1:51 p.m. UTC | #2
Hi,

On 6/8/24 8:58 AM, David Lechner wrote:
> On 6/7/24 11:27 AM, Judith Mendez wrote:
>> This patch series adds eQEP DT nodes for K3 Sitara devices:
> 
> FYI, it looks like you still have William's old not working email address
> so he might not be seeing this to pick it up.
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/MAINTAINERS?id=c90663596e7c97363d8855c635f39500ed2f0030

Thanks David, will update with the respin.

~ Judith