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
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue