dt-bindings: Fix typosFix typos in Documentation/devicetree/bindings. The changes are indescriptions or comments where they shouldn't affect functionality.Signed-off-by: Bjorn Helgaas <bhelgaas
dt-bindings: Fix typosFix typos in Documentation/devicetree/bindings. The changes are indescriptions or comments where they shouldn't affect functionality.Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>Link: https://lore.kernel.org/r/20230814212822.193684-3-helgaas@kernel.orgSigned-off-by: Rob Herring <robh@kernel.org>
show more ...
dt-bindings: display: atmel: optional video-interface of endpointsWith bus-type/bus-width properties in the endpoint nodes, the video-interface of the connection can be specified for cases where t
dt-bindings: display: atmel: optional video-interface of endpointsWith bus-type/bus-width properties in the endpoint nodes, the video-interface of the connection can be specified for cases where theheuristic fails to select the correct output mode. This can happene.g. if not all RGB pins are routed on the PCB; the driver has noway of knowing this, and needs to be told explicitly.This is critical for the devices that have the "conflicting outputformats" issue (SAM9N12, SAM9X5, SAMA5D3), since the most significantRGB bits move around depending on the selected output mode. Fordevices that do not have the "conflicting output formats" issue(SAMA5D2, SAMA5D4), this is completely irrelevant.Acked-by: Boris Brezillon <boris.brezillon@bootlin.com>Reviewed-by: Rob Herring <robh@kernel.org>Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>Signed-off-by: Peter Rosin <peda@axentia.se>Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>Link: https://patchwork.freedesktop.org/patch/msgid/20180825085620.10566-3-peda@axentia.se
dt-bindings: Remove "status" from examplesPretty much any node can have a status property, so it doesn't need tobe in examples.Converted with the following command and removed examples with SoC
dt-bindings: Remove "status" from examplesPretty much any node can have a status property, so it doesn't need tobe in examples.Converted with the following command and removed examples with SoC andboard specific splits:git grep -l -E 'status.*=.*' Documentation/devicetree/ | xargs sed -i -E '/\sstatus.*=.*"(disabled|ok|okay)/d'Acked-by: Mark Rutland <mark.rutland@arm.com>Signed-off-by: Rob Herring <robh@kernel.org>
dt-bindings: display: atmel: Fix path to atmel-hlcdc.txtThe relative path pointed toDocumentation/devicetree/bindings/display/mfd/atmel-hlcdc.txtinstead ofDocumentation/devicetree/bindings/mfd/a
dt-bindings: display: atmel: Fix path to atmel-hlcdc.txtThe relative path pointed toDocumentation/devicetree/bindings/display/mfd/atmel-hlcdc.txtinstead ofDocumentation/devicetree/bindings/mfd/atmel-hlcdc.txtSigned-off-by: Richard Genoud <richard.genoud@gmail.com>Signed-off-by: Rob Herring <robh@kernel.org>
dt-bindings: consolidate display related bindingsThis is a quite large renaming to consolidate display related bindingsinto a single "display" directory from various scattered locations ofvideo,
dt-bindings: consolidate display related bindingsThis is a quite large renaming to consolidate display related bindingsinto a single "display" directory from various scattered locations ofvideo, drm, gpu, fb, mipi, and panel. The prior location was somewhatbased on the Linux driver location, but bindings should be independentof that.Signed-off-by: Rob Herring <robh@kernel.org>Cc: Pawel Moll <pawel.moll@arm.com>Cc: Mark Rutland <mark.rutland@arm.com>Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>Cc: Kumar Gala <galak@codeaurora.org>