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

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
...@@ -579,7 +579,7 @@ vop_mmu: iommu@20053f00 { ...@@ -579,7 +579,7 @@ vop_mmu: iommu@20053f00 {
interrupt-names = "vop_mmu"; interrupt-names = "vop_mmu";
clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>; clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>;
clock-names = "aclk", "iface"; clock-names = "aclk", "iface";
iommu-cells = <0>; #iommu-cells = <0>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment