Hi,
On Fri, Jul 10, 2020 at 05:31:24PM -0300, Fabio Estevam wrote:
Commit 13871279ff5c ("arm64: dts: allwinner: h6: Fix Cedrus IOMMU usage") introduced a double instance of 'iommus' causing the following build error with 'make dt_binding_check':
found duplicate key "iommus" with value "{}" (original value: "{}") in "<unicode string>", line 45, column 3
Remove the double occurrence to fix this problem.
Fixes: 13871279ff5c ("arm64: dts: allwinner: h6: Fix Cedrus IOMMU usage") Signed-off-by: Fabio Estevam festevam@gmail.com
Sorry for that, I've amended the original commit to move it into the proper binding.
Thanks for reporting
Maxime