From 25bca3cec4716bbc51604ca13662f31ecf5a1600 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 30 Jul 2019 15:46:20 +0200 Subject: [PATCH] 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 --- boards/posix/native_posix/native_posix.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/posix/native_posix/native_posix.dts b/boards/posix/native_posix/native_posix.dts index 0f90e9b2f58776..d834beb9ca30a7 100644 --- a/boards/posix/native_posix/native_posix.dts +++ b/boards/posix/native_posix/native_posix.dts @@ -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>; }; };