On Thu, 06 May 2021 21:20:48 +0800, Zhen Lei wrote: > The /schemas/serial.yaml from dt-schema only has the property $nodename, > whereas the kernel-defined /schemas/serial/serial.yaml contains more > useful properties, support for more complex application scenarios. > > For example: > 1) The property "current-speed" in fsl-lx2160a.dtsi > 2) The subnode "bluetooth" in hi3660-hikey960.dts > > Signed-off-by: Zhen Lei <thunder.leizhen@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/serial/8250.yaml | 2 +- > .../devicetree/bindings/serial/brcm,bcm7271-uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/ingenic,uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/pl011.yaml | 4 ++-- > Documentation/devicetree/bindings/serial/qca,ar9330-uart.yaml | 4 ++-- > Documentation/devicetree/bindings/serial/renesas,em-uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/sifive-serial.yaml | 4 ++-- > .../devicetree/bindings/serial/snps-dw-apb-uart.yaml | 2 +- > Documentation/devicetree/bindings/serial/st,stm32-uart.yaml | 3 +-- > 10 files changed, 13 insertions(+), 14 deletions(-) > Thanks for doing this! Reviewed-by: Rob Herring <robh@xxxxxxxxxx>