mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
arm64: dts: ti: k3-am64-main: Add ti,pruss-pa-st node
Add pa-stats nodes to k3-am64-main.dtsi for all ICSSG instances. This is needed to dump IET related statistics for ICSSG Driver. Signed-off-by: MD Danish Anwar <danishanwar@ti.com> Reviewed-by: Roger Quadros <rogerq@kernel.org> Link: https://lore.kernel.org/r/20241014074527.1121613-4-danishanwar@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
6fb909467d
commit
007f3e72c9
|
|
@ -1288,6 +1288,11 @@ icssg0_mii_g_rt: mii-g-rt@33000 {
|
|||
reg = <0x33000 0x1000>;
|
||||
};
|
||||
|
||||
icssg0_pa_stats: pa-stats@2c000 {
|
||||
compatible = "ti,pruss-pa-st", "syscon";
|
||||
reg = <0x2c000 0x1000>;
|
||||
};
|
||||
|
||||
icssg0_intc: interrupt-controller@20000 {
|
||||
compatible = "ti,icssg-intc";
|
||||
reg = <0x20000 0x2000>;
|
||||
|
|
@ -1453,6 +1458,11 @@ icssg1_mii_g_rt: mii-g-rt@33000 {
|
|||
reg = <0x33000 0x1000>;
|
||||
};
|
||||
|
||||
icssg1_pa_stats: pa-stats@2c000 {
|
||||
compatible = "ti,pruss-pa-st", "syscon";
|
||||
reg = <0x2c000 0x1000>;
|
||||
};
|
||||
|
||||
icssg1_intc: interrupt-controller@20000 {
|
||||
compatible = "ti,icssg-intc";
|
||||
reg = <0x20000 0x2000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user