Skip to content

Commit

Permalink
arm64: dts: imx8mq-tqma8mq: change the spi-nor tx
Browse files Browse the repository at this point in the history
This fixes the qspi read command by importing the changes from commit
04aa946 ("arm64: dts: imx8: change the spi-nor tx").

Fixes: b186b8b ("arm64: dts: freescale: add initial device tree for TQMa8Mx with i.MX8M")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Alexander Stein authored and Shawn Guo committed Apr 11, 2022
1 parent fa51e1d commit c7b45c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
#address-cells = <1>;
#size-cells = <1>;
spi-max-frequency = <84000000>;
spi-tx-bus-width = <4>;
spi-tx-bus-width = <1>;
spi-rx-bus-width = <4>;
};
};
Expand Down

0 comments on commit c7b45c7

Please sign in to comment.