Hi Jason, On 03/01/2017 10:38 AM, Rush, Jason A. wrote: > Add the 'cdns,trigger-address' property to the cadence QSPI device > node for Altera SoC devices. > > Signed-off-by: Jason A. Rush <[email protected]> > --- > Changed in v2: > - renamed trigger-base to trigger-address > > arch/arm/dts/socfpga.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/dts/socfpga.dtsi b/arch/arm/dts/socfpga.dtsi > index 8588221e57..ac26d05722 100644 > --- a/arch/arm/dts/socfpga.dtsi > +++ b/arch/arm/dts/socfpga.dtsi > @@ -646,6 +646,7 @@ > num-cs = <4>; > fifo-depth = <128>; > sram-size = <128>; > + trigger-address = <0x00000000>;
According to the documentation I see, the indaddrtrig on SoCFPGA is at offset of 0x1C. Dinh _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/listinfo/u-boot

