dt-bindings: arm: nvidia: Drop unneeded quotesCleanup bindings dropping unneeded quotes. Once all these are fixed,checking for this can be enabled in yamllint.Signed-off-by: Rob Herring <robh@ke
dt-bindings: arm: nvidia: Drop unneeded quotesCleanup bindings dropping unneeded quotes. Once all these are fixed,checking for this can be enabled in yamllint.Signed-off-by: Rob Herring <[email protected]>Reviewed-by: Krzysztof Kozlowski <[email protected]>Signed-off-by: Thierry Reding <[email protected]>
show more ...
dt-bindings: drop redundant part of title (beginning)The Devicetree bindings document does not have to say in the title thatit is a "Devicetree binding", but instead just describe the hardware.D
dt-bindings: drop redundant part of title (beginning)The Devicetree bindings document does not have to say in the title thatit is a "Devicetree binding", but instead just describe the hardware.Drop beginning "Devicetree bindings" in various forms: find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ -exec sed -i -e 's/^title: [dD]evice[ -]\?[tT]ree [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2/' {} \; find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ -exec sed -i -e 's/^title: [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2/' {} \; find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ -exec sed -i -e 's/^title: [dD][tT] [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2/' {} \;Signed-off-by: Krzysztof Kozlowski <[email protected]>Acked-by: Alexandre Belloni <[email protected]>Reviewed-by: Jonathan Cameron <[email protected]>Acked-by: Ulf Hansson <[email protected]> # MMCAcked-by: Stephen Boyd <[email protected]> # clkAcked-by: Dmitry Torokhov <[email protected]> # inputAcked-by: Mark Brown <[email protected]>Acked-by: Sebastian Reichel <[email protected]> # powerLink: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring <[email protected]>
dt-bindings: Add bindings for Tegra234 NVDECUpdate NVDEC bindings for Tegra234. This new engine version only hastwo memory clients, but now requires three clocks, and as a biggerchange the engine
dt-bindings: Add bindings for Tegra234 NVDECUpdate NVDEC bindings for Tegra234. This new engine version only hastwo memory clients, but now requires three clocks, and as a biggerchange the engine loads firmware from a secure carveout configured bythe bootloader.For the latter, we need to add a phandle to the memory controllerto query the location of this carveout, and several other propertiescontaining offsets into the firmware inside the carveout. Thiscarveout is not accessible by the CPU, but is needed by NVDEC,so we need this information to be relayed from the bootloader.As the binding was getting large with many conditional properties,also split the Tegra234 version out into a separate file.Signed-off-by: Mikko Perttunen <[email protected]>Reviewed-by: Rob Herring <[email protected]>Signed-off-by: Thierry Reding <[email protected]>
dt-bindings: Add YAML bindings for NVENC and NVJPGAdd YAML device tree bindings for the Tegra NVENC and NVJPG Host1xengines.Signed-off-by: Jon Hunter <[email protected]>Reviewed-by: Rob Herr
dt-bindings: Add YAML bindings for NVENC and NVJPGAdd YAML device tree bindings for the Tegra NVENC and NVJPG Host1xengines.Signed-off-by: Jon Hunter <[email protected]>Reviewed-by: Rob Herring <[email protected]>Signed-off-by: Thierry Reding <[email protected]>
dt-bindings: Add YAML bindings for NVDECAdd YAML device tree bindings for NVDEC, now in a more appropriateplace compared to the old textual Host1x bindings.Signed-off-by: Mikko Perttunen <mpertt
dt-bindings: Add YAML bindings for NVDECAdd YAML device tree bindings for NVDEC, now in a more appropriateplace compared to the old textual Host1x bindings.Signed-off-by: Mikko Perttunen <[email protected]>Reviewed-by: Rob Herring <[email protected]>Signed-off-by: Thierry Reding <[email protected]>