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

@ -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";