From: Justin Swartz Date: Fri, 14 Jun 2019 09:05:12 +0000 (+0200) Subject: ARM: dts: rockchip: fix vop iommu-cells on rk322x X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=836e2abff0021b4c20ec31f743d95be2a3d5869f;p=linux.git ARM: dts: rockchip: fix vop iommu-cells on rk322x iommu-cells obviously needs to start with a "#". Signed-off-by: Justin Swartz Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index da102fff96a26..b19e7939f3ea3 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"; };