Skip to content

Commit 085be88

Browse files
saschahauermmind
authored andcommitted
arm64: dts: rockchip: Add DFI to rk356x
The DFI unit can be used to measure DRAM utilization using perf. Add the node to the device tree. Signed-off-by: Sascha Hauer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent f57ef11 commit 085be88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm64/boot/dts/rockchip/rk356x.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,13 @@
959959
reg = <0x0 0xfe1a8100 0x0 0x20>;
960960
};
961961

962+
dfi: dfi@fe230000 {
963+
compatible = "rockchip,rk3568-dfi";
964+
reg = <0x00 0xfe230000 0x00 0x400>;
965+
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
966+
rockchip,pmu = <&pmugrf>;
967+
};
968+
962969
pcie2x1: pcie@fe260000 {
963970
compatible = "rockchip,rk3568-pcie";
964971
reg = <0x3 0xc0000000 0x0 0x00400000>,

0 commit comments

Comments
 (0)