On Wed, 29 Jun 2022 14:08:03 +0200, Krzysztof Kozlowski wrote: > Convert the Samsung SoC JPEG codec bindings to DT schema. > > The original bindings were quite old and incomplete, so change during > conversion: > 1. Add typical (already used) properties like iommus and power domains. > 2. Document samsung,exynos4212-jpeg compatible (already used in DTS and > driver). > 3. List clocks per each variant. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../bindings/media/exynos-jpeg-codec.txt | 16 --- > .../bindings/media/samsung,s5pv210-jpeg.yaml | 123 ++++++++++++++++++ > MAINTAINERS | 1 + > 3 files changed, 124 insertions(+), 16 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt > create mode 100644 Documentation/devicetree/bindings/media/samsung,s5pv210-jpeg.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>