ARM: dts: imx: change the spi-nor tx
authorHaibo Chen <haibo.chen@nxp.com>
Fri, 20 Aug 2021 09:29:49 +0000 (17:29 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 4 Oct 2021 03:23:19 +0000 (11:23 +0800)
commitb2a4f4a302b83976ad0d2930abe0f38e6119a144
tree225e58b3078745cc98c7f944c2bf9538b45883a3
parentc54467482ffd407a4404c990697f432bfcb6cdc4
ARM: dts: imx: change the spi-nor tx

Before commit 0e30f47232ab5 ("mtd: spi-nor: add support for DTR protocol"),
for all PP command, it only support 1-1-1 mode, no matter the tx setting
in dts. But after the upper commit, the logic change. It will choose
the best mode(fastest mode) which flash device and spi-nor host controller
both support.

Though the spi-nor device on imx6sx-sdb/imx6ul(l/z)-14x14-evk board
do not support PP-1-4-4/PP-1-1-4, but if tx is 4 in dts file, it will also
impact the read mode selection. For the spi-nor device on the upper mentioned
boards, they support read 1-4-4 mode and read 1-1-4 mode according to the
device internal sfdp register. But qspi host controller do not support
read 1-4-4 mode. so need to set the tx to 1, let the common code finally
select read 1-1-4 mode, PP-1-1-1 mode.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Fixes: 0e30f47232ab ("mtd: spi-nor: add support for DTR protocol")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sx-sdb.dts
arch/arm/boot/dts/imx6ul-14x14-evk.dtsi