mbox series

[v2,0/3] arm: dts: k3-j721e: Enable OSPI1/QSPI

Message ID 20200304044001.5346-1-j-keerthy@ti.com
Headers show
Series arm: dts: k3-j721e: Enable OSPI1/QSPI | expand

Message

Keerthy March 4, 2020, 4:39 a.m. UTC
The patch series enables he OSPI1 aka QSPI node.
This is a precursor for enabling QSPI boot on j721e.

Changes in v2:

  * Moved the pin definitions out of u-boot.dtsi to r5 and a72
    based dts files. 

Keerthy (3):
  arm: dts: k3-j721e: Enable ospi1/qspi
  arm: dts: k3-j721e-mcu-wakeup: Add assigned-clocks/rates properties
    for ospi1/qspi
  arm: dts: k3-j721e-r5-common-proc-board: Add ospi1 flash node

 .../k3-j721e-common-proc-board-u-boot.dtsi    | 12 ++++++
 arch/arm/dts/k3-j721e-mcu-wakeup.dtsi         |  2 +
 .../arm/dts/k3-j721e-r5-common-proc-board.dts | 39 +++++++++++++++++++
 3 files changed, 53 insertions(+)

Comments

Lokesh Vutla March 4, 2020, 4:40 a.m. UTC | #1
On 04/03/20 10:09 AM, Keerthy wrote:
> The patch series enables he OSPI1 aka QSPI node.
> This is a precursor for enabling QSPI boot on j721e.

How did you test this using R5 defconig?

Thanks and regards,
Lokesh
Keerthy March 4, 2020, 4:51 a.m. UTC | #2
On 04/03/20 10:10 am, Lokesh Vutla wrote:
> 
> 
> On 04/03/20 10:09 AM, Keerthy wrote:
>> The patch series enables he OSPI1 aka QSPI node.
>> This is a precursor for enabling QSPI boot on j721e.
> 
> How did you test this using R5 defconig?

#define CONFIG_SF_DEFAULT_BUS          1

So as to force SPI boot to OSPI1/QSPI.

Booted using OSPI boot probed sf probe 1:0 & burnt all the
boot images on to QSPI.

Then booted from QSPI.

- Keerthy

> 
> Thanks and regards,
> Lokesh
>
Lokesh Vutla March 6, 2020, 7:31 a.m. UTC | #3
On 04/03/20 10:09 AM, Keerthy wrote:
> The patch series enables he OSPI1 aka QSPI node.
> This is a precursor for enabling QSPI boot on j721e.
> 
> Changes in v2:
> 
>   * Moved the pin definitions out of u-boot.dtsi to r5 and a72
>     based dts files. 

Applied to u-boot-ti next.

Thanks and regards,
Lokesh