Commit f57ef11e authored by Sascha Hauer's avatar Sascha Hauer Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Always enable DFI on rk3399



the DFI unit can provide useful data for measuring DDR utilization
and works without any configuration from the board, so enable it in the
dtsi file directly.

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Link: https://lore.kernel.org/r/20231018061714.3553817-25-s.hauer@pengutronix.de


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent efa1d1c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1358,7 +1358,6 @@ dfi: dfi@ff630000 {
		interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH 0>;
		clocks = <&cru PCLK_DDR_MON>;
		clock-names = "pclk_ddr_mon";
		status = "disabled";
	};

	vpu: video-codec@ff650000 {