summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-05-15dt-bindings: display: sun8i-mixer: Allow for an iommu propertyMaxime Ripard1-0/+3
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
2020-01-09dt-bindings: display: Convert Allwinner display pipeline to schemasMaxime Ripard1-0/+118
The Allwinner SoCs have a display engine composed of several controllers assembled differently depending on the SoC, the number and type of output they have, and the additional features they provide. A number of those are supported in Linux, with the matching bindings. Now that we have the DT validation in place, let's split into separate file and convert the device tree bindings for those controllers to schemas. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20200103152801.47254-1-maxime@cerno.tech