Add the 'cdns,trigger-address' property to the cadence QSPI device node for the ST STV0991 application board.
Signed-off-by: Jason A. Rush <[email protected]> --- Changed in v2: - renamed trigger-base to trigger-address arch/arm/dts/stv0991.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/stv0991.dts b/arch/arm/dts/stv0991.dts index fa3fd641b2..f83b1efd9d 100644 --- a/arch/arm/dts/stv0991.dts +++ b/arch/arm/dts/stv0991.dts @@ -33,6 +33,7 @@ <0x40000000 0x1000000>; clocks = <3750000>; sram-size = <256>; + trigger-address = <0x40000000>; status = "okay"; flash0: n25q32@0 { -- 2.11.0 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/listinfo/u-boot

