ARM: dts: stm32: Add missing #address and #size cells on spi node for stm32mp151

Add the missing #address-cells and #size-cells to spi node.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Benjamin Gaignard 2020-05-13 16:59:32 +02:00 committed by Alexandre Torgue
parent 96f8d30a7c
commit e810e2d880
1 changed files with 2 additions and 0 deletions

View File

@ -1331,6 +1331,8 @@
dma-names = "tx", "rx";
clocks = <&rcc QSPI_K>;
resets = <&rcc QSPI_R>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};