]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-am654-icssg2: Add ti,pa-stats property
authorMD Danish Anwar <danishanwar@ti.com>
Mon, 14 Oct 2024 07:45:25 +0000 (13:15 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Sun, 20 Oct 2024 17:14:54 +0000 (22:44 +0530)
Add ti,pa-stats phandles to AM65x device trees. This is a phandle to
PA_STATS syscon regmap and will be used to dump IET related statistics
for ICSSG Driver

Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Link: https://lore.kernel.org/r/20241014074527.1121613-3-danishanwar@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso
arch/arm64/boot/dts/ti/k3-am654-idk.dtso

index 0a6e75265ba9296a369e3ec58b2adfed3af2b663..66bb0b913d49691552b47a27073456a6dd5f920e 100644 (file)
@@ -41,6 +41,7 @@
 
                ti,mii-g-rt = <&icssg2_mii_g_rt>;
                ti,mii-rt = <&icssg2_mii_rt>;
+               ti,pa-stats = <&icssg2_pa_stats>;
                ti,iep = <&icssg2_iep0>, <&icssg2_iep1>;
 
                interrupt-parent = <&icssg2_intc>;
index b0ce2cb2fdc8e1f61363ac0cafc19363797e769d..6cb44dae9f90acf8a6ef287dca24671e9fc90750 100644 (file)
@@ -43,6 +43,7 @@
 
                ti,mii-g-rt = <&icssg0_mii_g_rt>;
                ti,mii-rt = <&icssg0_mii_rt>;
+               ti,pa-stats = <&icssg0_pa_stats>;
                ti,iep = <&icssg0_iep0>,  <&icssg0_iep1>;
 
                interrupt-parent = <&icssg0_intc>;
 
                ti,mii-g-rt = <&icssg1_mii_g_rt>;
                ti,mii-rt = <&icssg1_mii_rt>;
+               ti,pa-stats = <&icssg1_pa_stats>;
                ti,iep = <&icssg1_iep0>,  <&icssg1_iep1>;
 
                interrupt-parent = <&icssg1_intc>;