mbox series

[U-Boot,0/4] Align QSPI compatible string with kernel one:

Message ID 20190628130301.18094-1-patrice.chotard@st.com
Headers show
Series Align QSPI compatible string with kernel one: | expand

Message

Patrice CHOTARD June 28, 2019, 1:02 p.m. UTC
Initially, QSPI compatible string was first introduced in U-boot.
On kernel side a different one was used, so align U-boot with kernel.



Patrice Chotard (4):
  ARM: dts: stm32: Use kernel qspi compatible string for
    stm32f7-uboot.dtsi
  ARM: dts: stm32: Use kernel qspi compatible string for
    stm32f469-disco-uboot.dtsi
  spi: stm32_qspi: Remove "st,stm32-qspi" compatible string
  doc: device-tree-bindings: alignment with v5.2-rc6 for
    spi-stm32-qspi.txt

 arch/arm/dts/stm32f469-disco-u-boot.dtsi      |  2 +-
 arch/arm/dts/stm32f7-u-boot.dtsi              |  2 +-
 .../spi/spi-stm32-qspi.txt                    | 71 ++++++++++---------
 drivers/spi/stm32_qspi.c                      |  1 -
 4 files changed, 40 insertions(+), 36 deletions(-)