arm64: dts: rockchip: enable av1d iommu for rk3588-nvr

The av1d node is register av1dec_bus not platform bus,
so it no need to set okay status.

Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com>
Change-Id: Id5ab7c5bf8380221b663730596335e9bda1eb6b2
This commit is contained in:
Yandong Lin
2022-03-03 18:51:02 +08:00
committed by Tao Huang
parent cefea8c402
commit 2e8bbf3c08

View File

@@ -63,6 +63,10 @@
};
};
&av1d_mmu {
status = "okay";
};
&CPU_SLEEP {
status = "disabled";
};