ARM: dts: rockchip: fix vop iommu-cells on rk322x
authorJustin Swartz <justin.swartz@risingedge.co.za>
Fri, 14 Jun 2019 09:05:12 +0000 (11:05 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 27 Jun 2019 09:57:08 +0000 (11:57 +0200)
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>
arch/arm/boot/dts/rk322x.dtsi

index da102fff96a26b2974e86476c4f0143effe07e5b..b19e7939f3ea33587d0ed4b16497ec0186d8fbbd 100644 (file)
                interrupt-names = "vop_mmu";
                clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>;
                clock-names = "aclk", "iface";
-               iommu-cells = <0>;
+               #iommu-cells = <0>;
                status = "disabled";
        };