[PATCH 4/4] ARM: dts: rockchip: fix vop iommu-cells on rk322x

From: Heiko Stuebner
Date: Fri Jun 14 2019 - 12:59:56 EST


From: Justin Swartz <justin.swartz@xxxxxxxxxxxxxxxx>

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

Signed-off-by: Justin Swartz <justin.swartz@xxxxxxxxxxxxxxxx>
Signed-off-by: Heiko Stuebner <heiko@xxxxxxxxx>
---
arch/arm/boot/dts/rk322x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index 148f9b5157ea..340ed6ccb08f 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -617,7 +617,7 @@
interrupt-names = "vop_mmu";
clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>;
clock-names = "aclk", "iface";
- iommu-cells = <0>;
+ #iommu-cells = <0>;
status = "disabled";
};

--
2.20.1