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:
Ulf Magnusson 2019-07-30 15:46:20 +02:00 committed by Ioannis Glaropoulos
commit 25bca3cec4

View file

@ -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>;
};
};