Skip to content

Commit

Permalink
arm64: dts: ls2080a: update the DTS for QSPI and DSPI support
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
Acked-by: Han xu <han.xu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Yuan Yao authored and Shawn Guo committed Apr 13, 2016
1 parent 6f1060e commit b3f85ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,14 @@

&qspi {
status = "okay";
qflash0: s25fl008k {
flash0: s25fl256s1@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
spi-max-frequency = <20000000>;
reg = <0>;
};
flash2: s25fl256s1@2 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p80";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@

dspi: dspi@2100000 {
status = "disabled";
compatible = "fsl,vf610-dspi";
compatible = "fsl,ls2080a-dspi", "fsl,ls2085a-dspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x0 0x2100000 0x0 0x10000>;
Expand Down Expand Up @@ -444,7 +444,7 @@

qspi: quadspi@20c0000 {
status = "disabled";
compatible = "fsl,vf610-qspi";
compatible = "fsl,ls2080a-qspi", "fsl,ls1021a-qspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x0 0x20c0000 0x0 0x10000>,
Expand Down

0 comments on commit b3f85ab

Please sign in to comment.