Skip to content

Commit 6036a96

Browse files
committed
ARM: dts: Add support for 2712 axi performance monitors
Also give a unique compatible string to 2711 to allow for driver differences.
1 parent 5ebda3c commit 6036a96

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,10 @@ i2c_vc: &i2c0 {};
505505
pinctrl-names = "default";
506506
};
507507

508+
&axiperf {
509+
compatible = "brcm,bcm2711-axiperf";
510+
};
511+
508512
/delete-node/ &v3d;
509513

510514
/ {

arch/arm/boot/dts/broadcom/bcm2712-rpi.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
/ {
6767
__overrides__ {
6868
arm_freq;
69+
axiperf = <&axiperf>,"status";
6970
};
7071
};
7172

arch/arm/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@
112112
status = "disabled";
113113
};
114114

115+
axiperf: axiperf {
116+
compatible = "brcm,bcm2712-axiperf";
117+
reg = <0x7c012800 0x100>,
118+
<0x7e000000 0x100>;
119+
firmware = <&firmware>;
120+
status = "disabled";
121+
};
122+
115123
mailbox: mailbox@7c013880 {
116124
compatible = "brcm,bcm2835-mbox";
117125
reg = <0x7c013880 0x40>;

0 commit comments

Comments
 (0)