summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-01-24 12:19:16 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-02-01 08:13:36 +0300
commit2115a84d3688faef106abd19581a5a3b77845824 (patch)
tree11bffa63b447643e4519221cee5ac35abaa2ffbb /Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml
parenteec2c477d9f45812193170a30fc12bf7eb75de4c (diff)
downloadlinux-2115a84d3688faef106abd19581a5a3b77845824.tar.xz
dt-bindings: serial: example cleanup
Adjust example DTS indentation to match recommended style of 4-spaces and use lower-case hex for address in reg. No functional change. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230124091916.45054-10-krzysztof.kozlowski@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml')
-rw-r--r--Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml b/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml
index 6f65e9a81c29..08dcb275d8e2 100644
--- a/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml
+++ b/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml
@@ -76,7 +76,7 @@ unevaluatedProperties: false
examples:
- |
- serial@800c0000 {
+ serial@800c0000 {
compatible = "xlnx,xps-uartlite-1.00.a";
reg = <0x800c0000 0x10000>;
interrupts = <0x0 0x6e 0x1>;
@@ -84,5 +84,5 @@ examples:
current-speed = <115200>;
xlnx,data-bits = <8>;
xlnx,use-parity = <0>;
- };
+ };
...