[PATCH v2 0/8] Enable eQEP DT support for Sitara K3 platforms

From: Judith Mendez
Date: Thu May 23 2024 - 19:16:33 EST


This patch series adds eQEP DT nodes for K3 Sitara devices:
- AM62x
- AM62ax
- AM62px
- AM64x

Also enable eQEP to be built as a module for ARCH_k3.

Changes since v1:
- Add new compatible ti,am62-eqep
- Fix eqep binding for new compatible, require
power-domains for new compatible
- Fix eQEP DT node to use new ti,am62-eqep compatible

Judith Mendez (8):
counter/ti-eqep: Add new ti-am62-eqep compatible
dt-bindings: counter: 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
counter: ti-eqep: Allow eQEP driver to be built for K3 devices
arm64: defconfig: Enable TI eQEP Driver

.../devicetree/bindings/counter/ti-eqep.yaml | 53 +++++++++++++++++--
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/configs/defconfig | 1 +
drivers/counter/Kconfig | 2 +-
drivers/counter/ti-eqep.c | 1 +
8 files changed, 159 insertions(+), 6 deletions(-)


base-commit: 534ad093bb80f19c20b251a89f09ce1a0e3d4f2d
--
2.45.1