Skip to content

Commit

Permalink
dts: posix: Fix 'current-speed' property typo
Browse files Browse the repository at this point in the history
s/current_speed/current-speed/, just to match the binding. The value is
never used.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
  • Loading branch information
ulfalizer authored and ioannisg committed Jul 31, 2019
1 parent 8e437ad commit 25bca3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/posix/native_posix/native_posix.dts
Expand Up @@ -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>;
};
};

0 comments on commit 25bca3c

Please sign in to comment.