dt-bindings: drop redundant part of title (end, part two)
The Devicetree bindings document does not have to say in the title that
it is a "binding", but instead just describe the hardware.
Drop trailing "Node|Tree|Generic bindings" in various forms (also with
trailing full stop):
find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [nN]ode [bB]indings\?\.\?$/title: \1/' {} \;
find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [tT]ree [bB]indings\?\.\?$/title: \1/' {} \;
find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [gG]eneric [bB]indings\?\.\?$/title: \1/' {} \;
find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [bB]indings\? description\.\?$/title: \1/' {} \;
find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [bB]indings\? document\.\?$/title: \1/' {} \;
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # MMC
Acked-by: Stephen Boyd <sboyd@kernel.org> # clk
Acked-by: Vinod Koul <vkoul@kernel.org> # phy
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221216163815.522628-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
- Documentation/devicetree/bindings/clock/ti,sci-clk.yaml[diff]
- Documentation/devicetree/bindings/cpu/idle-states.yaml[diff]
- Documentation/devicetree/bindings/net/dsa/microchip,lan937x.yaml[diff]
- Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml[diff]
- Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml[diff]
- Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml[diff]
- Documentation/devicetree/bindings/phy/brcm,ns2-pcie-phy.yaml[diff]
- Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml[diff]
- Documentation/devicetree/bindings/phy/ti,phy-gmii-sel.yaml[diff]
- Documentation/devicetree/bindings/power/domain-idle-state.yaml[diff]
- Documentation/devicetree/bindings/reserved-memory/shared-dma-pool.yaml[diff]
- Documentation/devicetree/bindings/reset/ti,sci-reset.yaml[diff]
- Documentation/devicetree/bindings/reset/ti,tps380x-reset.yaml[diff]
- Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml[diff]
- Documentation/devicetree/bindings/sound/audio-graph-port.yaml[diff]
15 files changed