Message ID | 20230124091602.44027-1-krzysztof.kozlowski@linaro.org |
---|---|
Headers | show |
Series | dt-bindings: serial: cleanup and improvements | expand |
On Tue, 24 Jan 2023 10:15:51 +0100, Krzysztof Kozlowski wrote: > Reference common serial properties bindings to allow typical serial > properties: > > meson-axg-jethome-jethub-j100.dtb: serial@23000: 'bluetooth', 'uart-has-rtscts' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> > > --- > > Changes since v1: > 1. Add tag > 2. Use local path (not absolute to /schemas/serial/serial.yaml) > --- > .../devicetree/bindings/serial/amlogic,meson-uart.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 24 Jan 2023 10:19:07 +0100, Krzysztof Kozlowski wrote: > Reference ARM Primecell bindings to allow typical Primecell device node properties: > > broadcom/bcm2711-rpi-400.dtb: serial@7e201000: Unevaluated properties are not allowed ('arm,primecell-periphid' was unexpected) > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/serial/pl011.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 24 Jan 2023 10:19:09 +0100, Krzysztof Kozlowski wrote: > Few Xilinx DTS have power domains in serial node: > > zynqmp-zc1232-revA.dtb: serial@ff000000: Unevaluated properties are not allowed ('power-domains' was unexpected) > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Reviewed-by: Michal Simek <michal.simek@amd.com> > --- > .../devicetree/bindings/serial/cdns,uart.yaml | 17 ++++++++++++++--- > 1 file changed, 14 insertions(+), 3 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 24 Jan 2023 10:19:11 +0100, Krzysztof Kozlowski wrote: > The binding references serial and rs485 schemas, so there is no need to > list their properties. Simplify a bit by removing unneeded entries. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml | 7 ------- > 1 file changed, 7 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 24 Jan 2023 10:19:13 +0100, Krzysztof Kozlowski wrote: > Reference common serial properties bindings to allow typical serial > properties: > > imx8qxp-ai_ml.dtb: serial@5a060000: Unevaluated properties are not allowed ('uart-has-rtscts' were unexpected) > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 24 Jan 2023 10:19:15 +0100, Krzysztof Kozlowski wrote: > Cleanup by removing unneeded quotes from refs. No functional impact > except adjusting to preferred coding style. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/serial/8250.yaml | 4 ++-- > .../devicetree/bindings/serial/fsl,s32-linflexuart.yaml | 2 +- > Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml | 4 ++-- > Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 2 +- > Documentation/devicetree/bindings/serial/fsl-mxs-auart.yaml | 2 +- > 5 files changed, 7 insertions(+), 7 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>