projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6733059
)
ARM: dts: stm32: Fix SPI controller node names
author
Rob Herring
<robh@kernel.org>
Fri, 21 Sep 2018 12:25:41 +0000
(14:25 +0200)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Fri, 21 Sep 2018 14:09:52 +0000
(16:09 +0200)
SPI controller nodes should be named 'spi' rather than 'qspi'. Fixing the
name enables dtc SPI bus checks.
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/stm32mp157c.dtsi
b/arch/arm/boot/dts/stm32mp157c.dtsi
index 661be948ab7424759ebfdb2d1c780822d17f38b0..0e5a2f89f2d934048e7aac505cb334d9864eef22 100644
(file)
--- a/
arch/arm/boot/dts/stm32mp157c.dtsi
+++ b/
arch/arm/boot/dts/stm32mp157c.dtsi
@@
-947,7
+947,7
@@
dma-requests = <48>;
};
- qspi:
q
spi@58003000 {
+ qspi: spi@58003000 {
compatible = "st,stm32f469-qspi";
reg = <0x58003000 0x1000>, <0x70000000 0x10000000>;
reg-names = "qspi", "qspi_mm";