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: - Drop the new example from binding (patch 1/8) v4: https://lore.kernel.org/linux-devicetree/20240610144637.477954-1-jm@xxxxxx/ v3: https://lore.kernel.org/linux-devicetree/20240607162755.366144-1-jm@xxxxxx/ v2: https://lore.kernel.org/linux-devicetree/20240523231516.545085-1-jm@xxxxxx/ v1: https://lore.kernel.org/linux-devicetree/20240418221417.1592787-1-jm@xxxxxx/ 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 | 27 +++++++++++++++---- 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, 149 insertions(+), 6 deletions(-) base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 -- 2.45.1