]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dts: versal: Updated OSPI node properties
authorSai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Mon, 1 Jul 2019 09:03:11 +0000 (14:33 +0530)
committerSiva Durga Prasad Paladugu <sivadur@xilinx.com>
Tue, 2 Jul 2019 04:22:49 +0000 (09:52 +0530)
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 <lakshmi.sai.krishna.potthuri@xilinx.com>
arch/arm/dts/versal.dtsi

index 54647924ca2c6dab4149792606841c84ebcd00c0..133bd1a3d73839ff314aef969a37882c94164a96 100644 (file)
                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>;