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:
parent
5b5bd09d5b
commit
0eb0e78d67
23 changed files with 154 additions and 154 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue