Message ID | 20200710203124.20044-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: display: sun8i-mixer: Remove duplicated 'iommus' | expand |
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
diff --git a/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml b/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml index c2fbf0b06d32..c040eef56518 100644 --- a/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml +++ b/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml @@ -42,9 +42,6 @@ properties: resets: maxItems: 1 - iommus: - maxItems: 1 - ports: type: object description: |
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> --- .../bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml | 3 --- 1 file changed, 3 deletions(-)