dts: posix: Fix 'current-speed' property typo
s/current_speed/current-speed/, just to match the binding. The value is never used. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
8e437adc42
commit
25bca3cec4
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@
|
|||
status = "okay";
|
||||
compatible = "zephyr,native-posix-uart";
|
||||
label = "UART_0";
|
||||
/* Dummy current_speed entry to comply with serial
|
||||
/* Dummy current-speed entry to comply with serial
|
||||
* DTS binding
|
||||
*/
|
||||
current_speed = <0>;
|
||||
current-speed = <0>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue