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

@ -88,11 +88,11 @@
label= "I2C_4";
};
spi3: spi@40003C00 {
spi3: spi@40003c00 {
compatible = "st,stm32-spi-fifo";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x40003C00 0x400>;
reg = <0x40003c00 0x400>;
interrupts = <51 5>;
status = "disabled";
label = "SPI_3";