diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-05-13 16:07:21 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-05-15 15:01:04 +0200 |
commit | e8ade6151905ba392cbbd03074207cacc7414d5d (patch) | |
tree | 77d860c5483cee8426be438e1d7c03e2f266c24b /Documentation/devicetree/bindings/display | |
parent | drm/dp_mst: Fix timeout handling of MST down messages (diff) | |
download | linux-e8ade6151905ba392cbbd03074207cacc7414d5d.tar.xz linux-e8ade6151905ba392cbbd03074207cacc7414d5d.zip |
dt-bindings: display: sun8i-mixer: Allow for an iommu property
The H6 mixer is attached to an IOMMU, so let's allow that property to be
set in the bindings.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/7941e0c02794e6336da75fcac950ecd43be7fd97.1589378833.git-series.maxime@cerno.tech
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r-- | Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 1dee641e3ea1..c040eef56518 100644 --- a/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml +++ b/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml @@ -36,6 +36,9 @@ properties: - const: bus - const: mod + iommus: + maxItems: 1 + resets: maxItems: 1 |