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
|
@ -394,9 +394,9 @@
|
|||
label = "USBD";
|
||||
};
|
||||
|
||||
eth: ethernet@400C0004 {
|
||||
eth: ethernet@400c0004 {
|
||||
compatible = "nxp,kinetis-ethernet";
|
||||
reg = <0x400C0004 0x620>;
|
||||
reg = <0x400c0004 0x620>;
|
||||
interrupts = <83 0>, <84 0>, <85 0>;
|
||||
interrupts-names = "TX", "RX", "ERR_MISC";
|
||||
status = "disabled";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue