arm64: dts: ls1046a: Update QSPI node properties of ls1046ardb
authorAshish Kumar <Ashish.Kumar@nxp.com>
Wed, 4 Dec 2019 10:58:16 +0000 (16:28 +0530)
committerShawn Guo <shawnguo@kernel.org>
Wed, 11 Dec 2019 03:13:39 +0000 (11:13 +0800)
Update the compatibles to use jedec,spi-nor.
Also update the max-frequency to 50MHz and spi-tx-bus-width to 1.

Align the QSPI node with other similar boards like(ls1088ardb,
ls1046afrwy) as per bindings.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts

index 0c742be..dbc23d6 100644 (file)
 &qspi {
        status = "okay";
 
-       qflash0: flash@0 {
-               compatible = "spansion,m25p80";
+       s25fs512s0: flash@0 {
+               compatible = "jedec,spi-nor";
                #address-cells = <1>;
                #size-cells = <1>;
-               spi-max-frequency = <20000000>;
+               spi-max-frequency = <50000000>;
                spi-rx-bus-width = <4>;
-               spi-tx-bus-width = <4>;
+               spi-tx-bus-width = <1>;
                reg = <0>;
        };
 
-       qflash1: flash@1 {
-               compatible = "spansion,m25p80";
+       s25fs512s1: flash@1 {
+               compatible = "jedec,spi-nor";
                #address-cells = <1>;
                #size-cells = <1>;
-               spi-max-frequency = <20000000>;
+               spi-max-frequency = <50000000>;
                spi-rx-bus-width = <4>;
-               spi-tx-bus-width = <4>;
+               spi-tx-bus-width = <1>;
                reg = <1>;
        };
 };