aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2019-12-18 00:09:59 +0100
committerPriyanka Jain <priyanka.jain@nxp.com>2020-02-04 16:19:37 +0530
commit922ac0f661507b6ec24a17a6ad0a949c6d5bcca1 (patch)
tree4a0b8a2071f2859b47b78b0ec644e7ff1d0995e6 /arch/arm
parent323d3af59fe4e72f375887cc3c702210d67063b3 (diff)
downloadu-boot-922ac0f661507b6ec24a17a6ad0a949c6d5bcca1.zip
u-boot-922ac0f661507b6ec24a17a6ad0a949c6d5bcca1.tar.gz
u-boot-922ac0f661507b6ec24a17a6ad0a949c6d5bcca1.tar.bz2
arm: ls1028a: use the new flexspi driver
Also align the fspi node with the kernel one. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Kuldeep Singh <kuldeep.singh@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/fsl-ls1028a.dtsi14
1 files changed, 8 insertions, 6 deletions
diff --git a/arch/arm/dts/fsl-ls1028a.dtsi b/arch/arm/dts/fsl-ls1028a.dtsi
index 43a154e..774e477 100644
--- a/arch/arm/dts/fsl-ls1028a.dtsi
+++ b/arch/arm/dts/fsl-ls1028a.dtsi
@@ -49,14 +49,16 @@
<1 10 0x8>; /* Hypervisor PPI, active-low */
};
- fspi: flexspi@20C0000 {
- compatible = "nxp,dn-fspi";
+ fspi: flexspi@20c0000 {
+ compatible = "nxp,lx2160a-fspi";
#address-cells = <1>;
#size-cells = <0>;
- reg = <0x0 0x20C0000 0x0 0x10000>,
- <0x0 0x20000000 0x0 0x10000000>; /*64MB flash*/
- reg-names = "FSPI", "FSPI-memory";
- num-cs = <1>;
+ reg = <0x0 0x20c0000 0x0 0x10000>,
+ <0x0 0x20000000 0x0 0x10000000>;
+ reg-names = "fspi_base", "fspi_mmap";
+ clocks = <&clockgen 4 3>, <&clockgen 4 3>;
+ clock-names = "fspi_en", "fspi";
+ interrupts = <0 25 0x4>;
status = "disabled";
};