On Tue, 14 Feb 2023 11:45:07 +0100, Krzysztof Kozlowski wrote: > Convert the Samsung S5P/Exynos Camera Subsystem (FIMC) bindings to DT > schema. Changes during conversion - adjust to existing DTS and Linux > driver: add iommus and power-domains. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > The patch depends on: > https://lore.kernel.org/all/20230207205834.673163-1-krzysztof.kozlowski@xxxxxxxxxx/ > --- > .../media/samsung,exynos4210-fimc.yaml | 152 ++++++++++ > .../bindings/media/samsung,fimc.yaml | 279 ++++++++++++++++++ > .../bindings/media/samsung-fimc.txt | 210 ------------- > MAINTAINERS | 2 + > 4 files changed, 433 insertions(+), 210 deletions(-) > create mode 100644 Documentation/devicetree/bindings/media/samsung,exynos4210-fimc.yaml > create mode 100644 Documentation/devicetree/bindings/media/samsung,fimc.yaml > delete mode 100644 Documentation/devicetree/bindings/media/samsung-fimc.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>