Skip to content

Commit

Permalink
ARM: dts: stm32: Add missing #address and #size cells on spi node for…
Browse files Browse the repository at this point in the history
… stm32mp151

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

Signed-off-by: Benjamin Gaignard <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
  • Loading branch information
benjamingaignard authored and atorgue committed Jun 15, 2020
1 parent 96f8d30 commit e810e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/stm32mp151.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,8 @@
dma-names = "tx", "rx";
clocks = <&rcc QSPI_K>;
resets = <&rcc QSPI_R>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};

Expand Down

0 comments on commit e810e2d

Please sign in to comment.