RE: [Patch v2] arm: dts: lx2160aqds: Add FSPI node properties

2020-03-30 Thread Priyanka Jain (OSS)
>-Original Message-
>From: U-Boot  On Behalf Of Kuldeep Singh
>Sent: Monday, March 2, 2020 4:39 PM
>To: u-boot@lists.denx.de
>Cc: Priyanka Jain ; Kuldeep Singh
>
>Subject: [Patch v2] arm: dts: lx2160aqds: Add FSPI node properties
>
>lx2160a-qds has 2 micron "mt35xu512aba" flashes of size 64M each
>connected on A0 and B1 i.e on CS0 and CS3. Since flashes are connected on
>different buses, only one flash can be probed at a time.
>
>Add fspi node properties aligned with LX2160A-RDB fspi properties.
>
>Signed-off-by: Kuldeep Singh 
>---
Applied to u-boot-fsl-qoriq. Waiting upstream

Thanks
Priyanka


[Patch v2] arm: dts: lx2160aqds: Add FSPI node properties

2020-03-02 Thread Kuldeep Singh
lx2160a-qds has 2 micron "mt35xu512aba" flashes of size 64M each
connected on A0 and B1 i.e on CS0 and CS3. Since flashes are connected
on different buses, only one flash can be probed at a time.

Add fspi node properties aligned with LX2160A-RDB fspi properties.

Signed-off-by: Kuldeep Singh 
---
v2: Update flash nodes as per compatibles

 arch/arm/dts/fsl-lx2160a-qds.dts | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/arch/arm/dts/fsl-lx2160a-qds.dts b/arch/arm/dts/fsl-lx2160a-qds.dts
index 34df0f5..33bedae 100644
--- a/arch/arm/dts/fsl-lx2160a-qds.dts
+++ b/arch/arm/dts/fsl-lx2160a-qds.dts
@@ -13,6 +13,9 @@
 / {
model = "NXP Layerscape LX2160AQDS Board";
compatible = "fsl,lx2160aqds", "fsl,lx2160a";
+   aliases {
+   spi0 = &fspi;
+   };
 };
 
 &esdhc0 {
@@ -46,6 +49,18 @@
};
 };
 
+&fspi {
+   status = "okay";
+
+   mt35xu512aba0: flash@0 {
+   #address-cells = <1>;
+   #size-cells = <1>;
+   compatible = "jedec,spi-nor";
+   spi-max-frequency = <5000>;
+   reg = <0>;
+   };
+};
+
 &sata0 {
status = "okay";
 };
-- 
2.7.4