diff options
author | AngeloGioacchino Del Regno <[email protected]> | 2022-03-09 21:47:01 +0800 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-03-28 20:17:54 -0500 |
commit | 10f17b2054a7ab3b86a8d333d99146fff3e9c728 (patch) | |
tree | ca4a413b3f410e289b24bef1b26376d2db0e19ed | |
parent | ab487888d5dfb37b71a256114e8fa6fafdbb3163 (diff) |
dt-bindings: display: mediatek, ovl: Fix 'iommu' required property typo
The property is called 'iommus' and not 'iommu'. Fix this typo.
Fixes: 4ed545e7d100 ("dt-bindings: display: mediatek: disp: split each block to individual yaml")
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Signed-off-by: jason-jh.lin <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Chun-Kuang Hu <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml index 93d5c68a2dbd..fc691d00c60e 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml @@ -75,7 +75,7 @@ required: - interrupts - power-domains - clocks - - iommu + - iommus additionalProperties: false |