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 v3:
- Fix pinmux label name
- Fix eQEP node comment
v3: https://lore.kernel.org/linux-devicetree/[email protected]/
v2: https://lore.kernel.org/linux-devicetree/[email protected]/
v1: https://lore.kernel.org/linux-devicetree/[email protected]/
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 | 17 +++++++
drivers/counter/Kconfig | 2 +-
drivers/counter/ti-eqep.c | 1 +
8 files changed, 166 insertions(+), 6 deletions(-)
--
2.45.1