Commit 070b761d authored by Ashish Kumar's avatar Ashish Kumar Committed by Shawn Guo

arm64: dts: ls1046a: Update QSPI node properties of ls1046ardb

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: default avatarKuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: default avatarAshish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a932cb23
...@@ -101,23 +101,23 @@ cpld: board-control@2,0 { ...@@ -101,23 +101,23 @@ cpld: board-control@2,0 {
&qspi { &qspi {
status = "okay"; status = "okay";
qflash0: flash@0 { s25fs512s0: flash@0 {
compatible = "spansion,m25p80"; compatible = "jedec,spi-nor";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
spi-max-frequency = <20000000>; spi-max-frequency = <50000000>;
spi-rx-bus-width = <4>; spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>; spi-tx-bus-width = <1>;
reg = <0>; reg = <0>;
}; };
qflash1: flash@1 { s25fs512s1: flash@1 {
compatible = "spansion,m25p80"; compatible = "jedec,spi-nor";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
spi-max-frequency = <20000000>; spi-max-frequency = <50000000>;
spi-rx-bus-width = <4>; spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>; spi-tx-bus-width = <1>;
reg = <1>; reg = <1>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment