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@xxxxxx/ Link to 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 | 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(-) -- 2.45.1