Commit 2115a84d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Greg Kroah-Hartman
Browse files

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230124091916.45054-10-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent eec2c477
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -72,6 +72,6 @@ examples:
        compatible = "xlnx,xuartps", "cdns,uart-r1p8";
        clocks = <&clkc 23>, <&clkc 40>;
        clock-names = "uart_clk", "pclk";
      reg = <0xE0000000 0x1000>;
        reg = <0xe0000000 0x1000>;
        interrupts = <0 27 4>;
    };
+13 −13

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+11 −11

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

Loading