From: Benjamin Gaignard Date: Wed, 13 May 2020 14:59:32 +0000 (+0200) Subject: ARM: dts: stm32: Add missing #address and #size cells on spi node for stm32mp151 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e810e2d880bf1fc076ae07817b8a30149f72cd10;p=linux.git 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 Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi index 36f38a95b4dec..3faaa2e23224b 100644 --- a/arch/arm/boot/dts/stm32mp151.dtsi +++ b/arch/arm/boot/dts/stm32mp151.dtsi @@ -1331,6 +1331,8 @@ dma-names = "tx", "rx"; clocks = <&rcc QSPI_K>; resets = <&rcc QSPI_R>; + #address-cells = <1>; + #size-cells = <0>; status = "disabled"; };