ARM: dts: rockchip: fix vop iommu-cells on rk322x
From: Justin Swartz <justin.swartz@...> Date: Fri, 14 Jun 2019 11:05:12 +0200
Commit-Message
iommu-cells obviously needs to start with a "#". Signed-off-by: Justin Swartz <justin.swartz@...> Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/boot/dts/rk322x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Statistics
- 1 lines added
- 1 lines removed
Changes
------------------------ arch/arm/boot/dts/rk322x.dtsi -------------------------
index 148f9b5157ea..340ed6ccb08f 100644
@@ -617,7 +617,7 @@
interrupt-names = "vop_mmu";
clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>;
clock-names = "aclk", "iface";
+ #iommu-cells = <0>;
status = "disabled";
};