mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
ARM: dts: sti: minor whitespace cleanup around '='
The DTS code coding style expects exactly one space before and after '=' sign. Link: https://lore.kernel.org/r/20231127093438.20512-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
8af75ce86f
commit
8c82b4eef2
@ -462,14 +462,14 @@
|
||||
serial0 {
|
||||
pinctrl_serial0: serial0-0 {
|
||||
st,pins {
|
||||
tx = <&pio17 0 ALT1 OUT>;
|
||||
rx = <&pio17 1 ALT1 IN>;
|
||||
tx = <&pio17 0 ALT1 OUT>;
|
||||
rx = <&pio17 1 ALT1 IN>;
|
||||
};
|
||||
};
|
||||
pinctrl_serial0_hw_flowctrl: serial0-0_hw_flowctrl {
|
||||
st,pins {
|
||||
tx = <&pio17 0 ALT1 OUT>;
|
||||
rx = <&pio17 1 ALT1 IN>;
|
||||
tx = <&pio17 0 ALT1 OUT>;
|
||||
rx = <&pio17 1 ALT1 IN>;
|
||||
cts = <&pio17 2 ALT1 IN>;
|
||||
rts = <&pio17 3 ALT1 OUT>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user