From: Sai Krishna Potthuri Date: Mon, 1 Jul 2019 09:03:11 +0000 (+0530) Subject: dts: versal: Updated OSPI node properties X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d02f7d087fddcc8b050ba2f7ee2b2679aafa34b;p=thirdparty%2Fu-boot.git dts: versal: Updated OSPI node properties This patch updates the following properties in ospi node -> reg - Linux driver expects AHB base addr in reg property. - Fixed length of controller register set. -> interrupt - Corrected the interrupt number for ospi. -> cdns,fifo-depth - Corrected ospi fifo-depth property. Signed-off-by: Sai Krishna Potthuri --- diff --git a/arch/arm/dts/versal.dtsi b/arch/arm/dts/versal.dtsi index 54647924ca2..133bd1a3d73 100644 --- a/arch/arm/dts/versal.dtsi +++ b/arch/arm/dts/versal.dtsi @@ -377,10 +377,10 @@ ospi: spi@f1010000 { compatible = "cdns,qspi-nor"; status = "disabled"; - reg = <0 0xf1010000 0 0x1000>; - interrupts = <0 125 4>, <0 125 4>; + reg = <0 0xf1010000 0 0x10000 0 0xc0000000 0 0x20000000>; + interrupts = <0 124 4>, <0 124 4>; clock-names = "ref_clk", "pclk"; - cdns,fifo-depth = <508>; + cdns,fifo-depth = <256>; cdns,fifo-width = <4>; cdns,is-dma = <1>; cdns,is-stig-pgm = <1>;