dts: Fix warnings associated with reg/unit-address not matching

Newer DTC now warns about mismatch between the reg and unit-address.
Most of these cases are due to case not matching, so fix thoses so
everything is lowercase.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-11-09 05:53:08 -06:00 committed by Anas Nashif
commit 0eb0e78d67
23 changed files with 154 additions and 154 deletions

View file

@ -78,9 +78,9 @@
#clock-cells = <3>;
};
uart0: uart@4006A000 {
uart0: uart@4006a000 {
compatible = "nxp,kinetis-lpsci";
reg = <0x4006A000 0xc>;
reg = <0x4006a000 0xc>;
interrupts = <12 0>;
clocks = <&sim KINETIS_SIM_CORESYS_CLK 0x1034 10>;
label = "UART_0";