zephyr/dts/bindings/serial
Ulf Magnusson b9240a3cbc dts: bindings: Preserve newlines in descriptions
With https://github.com/zephyrproject-rtos/zephyr/pull/20185, multi-line
descriptions will be formatted nicely, but using '>' breaks it, because
it removes internal newlines (including between paragraphs).

See https://yaml-multiline.info/.

Replace 'description: >' with 'description: |' to encourage '|'. That'll
prevent '>' from getting copied around and messing up long descriptions.

This will lead to some extra newlines in the output, but it's fine.
Line-wrapping messes up any manual formatting.

The replacement was done with

    $ git ls-files 'dts/bindings/*.yaml' | \
          xargs sed -i 's/description:\s*>/description: |/'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-10-30 07:55:51 +01:00
..
altera,jtag-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
arm,cmsdk-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
arm,pl011.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
atmel,sam0-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
atmel,sam-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
atmel,sam-usart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
cypress,psoc6-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
espressif,esp32-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
litex,uart0.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
microsemi,coreuart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
nordic,nrf-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
nordic,nrf-uarte.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
ns16550.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
nxp,imx-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
nxp,kinetis-lpsci.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
nxp,kinetis-lpuart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
nxp,kinetis-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
nxp,lpc-usart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
openisa,rv32m1-lpuart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
sifive,uart0.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
silabs,gecko-leuart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
silabs,gecko-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
silabs,gecko-usart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
snps,nsim-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
st,stm32-lpuart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
st,stm32-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
st,stm32-usart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
ti,cc13xx-cc26xx-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
ti,cc32xx-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
ti,msp432p4xx-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
ti,stellaris-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
uart-controller.yaml scripts: dts: Change 'child/parent: bus: ...' to 'child/parent-bus:' 2019-09-17 14:37:43 -05:00
uart-device.yaml scripts: dts: Change 'child/parent: bus: ...' to 'child/parent-bus:' 2019-09-17 14:37:43 -05:00
xlnx,uartps.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
zephyr,native-posix-uart.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00