aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Swartz <justin.swartz@risingedge.co.za>2019-06-14 05:05:12 -0400
committerHeiko Stuebner <heiko@sntech.de>2019-06-27 05:57:08 -0400
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 @@
579 interrupt-names = "vop_mmu"; 579 interrupt-names = "vop_mmu";
580 clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>; 580 clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>;
581 clock-names = "aclk", "iface"; 581 clock-names = "aclk", "iface";
582 iommu-cells = <0>; 582 #iommu-cells = <0>;
583 status = "disabled"; 583 status = "disabled";
584 }; 584 };
585 585