Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 836e2abf authored by Justin Swartz's avatar Justin Swartz Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: fix vop iommu-cells on rk322x



iommu-cells obviously needs to start with a "#".

Signed-off-by: default avatarJustin Swartz <justin.swartz@risingedge.co.za>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent fe32553c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -579,7 +579,7 @@
		interrupt-names = "vop_mmu";
		clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>;
		clock-names = "aclk", "iface";
		iommu-cells = <0>;
		#iommu-cells = <0>;
		status = "disabled";
	};