
Add QOS support for DSS in TI K3 SoC to route the DSS traffic through RT queue by setting orderID as 15: - J722S - AM62P
Changelog v1->v2: - Rebased on the tip of next branch - Corrected the commit message in patch 2/4
v1: https://lore.kernel.org/all/20241106063930.59870-1-j-choudhary@ti.com/
Jayesh Choudhary (4): arm: mach-k3: j722s: Add QoS support for DSS arm: mach-k3: am62p: Add QoS support for DSS configs: j722s_evm_r5_defconfig: Enable CONFIG_K3_QOS configs: am62p_evm_r5_defconfig: Enable CONFIG_K3_QOS
arch/arm/mach-k3/am62px/am62p5_init.c | 2 + arch/arm/mach-k3/j722s/j722s_init.c | 1 + arch/arm/mach-k3/r5/am62px/Makefile | 1 + arch/arm/mach-k3/r5/am62px/am62p_qos.h | 42 ++++++++++++++ arch/arm/mach-k3/r5/am62px/am62p_qos_uboot.c | 58 ++++++++++++++++++++ arch/arm/mach-k3/r5/j722s/Makefile | 1 + arch/arm/mach-k3/r5/j722s/j722s_qos.h | 51 +++++++++++++++++ arch/arm/mach-k3/r5/j722s/j722s_qos_uboot.c | 58 ++++++++++++++++++++ configs/am62px_evm_r5_defconfig | 1 + configs/j722s_evm_r5_defconfig | 1 + 10 files changed, 216 insertions(+) create mode 100644 arch/arm/mach-k3/r5/am62px/am62p_qos.h create mode 100644 arch/arm/mach-k3/r5/am62px/am62p_qos_uboot.c create mode 100644 arch/arm/mach-k3/r5/j722s/j722s_qos.h create mode 100644 arch/arm/mach-k3/r5/j722s/j722s_qos_uboot.c