summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Swartz <justin.swartz@risingedge.co.za>2019-06-14 11:05:12 +0200
committerHeiko Stuebner <heiko@sntech.de>2019-06-27 11:57:08 +0200
commit836e2abff0021b4c20ec31f743d95be2a3d5869f (patch)
tree077b023ae43475ebb72e2646fafcc0b3b38531fc
parentfe32553c8704fe15effd6945afd5de893d417a80 (diff)
ARM: dts: rockchip: fix vop iommu-cells on rk322x
iommu-cells obviously needs to start with a "#". Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm/boot/dts/rk322x.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index da102fff96a2..b19e7939f3ea 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -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";
};