layerscape: switch kernel to 6.1 version
[openwrt/openwrt.git] / target / linux / layerscape / patches-5.15 / 305-arm64-dts-ls1046a-rdb-Update-qspi-spi-rx-bus-width-t.patch
1 From 38093ebbf25eb60a1aa863f46118a68a0300c56e Mon Sep 17 00:00:00 2001
2 From: Kuldeep Singh <kuldeep.singh@nxp.com>
3 Date: Fri, 3 Jan 2020 14:49:07 +0530
4 Subject: [PATCH] arm64: dts: ls1046a-rdb: Update qspi spi-rx-bus-width to 1
5
6 Update rx width from quad mode to single mode as a workaround.
7
8 [Leo: Local workaround ]
9
10 Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
11 ---
12 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
16 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
17 @@ -104,7 +104,7 @@
18 #address-cells = <1>;
19 #size-cells = <1>;
20 spi-max-frequency = <50000000>;
21 - spi-rx-bus-width = <4>;
22 + spi-rx-bus-width = <1>;
23 spi-tx-bus-width = <1>;
24 reg = <0>;
25 };
26 @@ -114,7 +114,7 @@
27 #address-cells = <1>;
28 #size-cells = <1>;
29 spi-max-frequency = <50000000>;
30 - spi-rx-bus-width = <4>;
31 + spi-rx-bus-width = <1>;
32 spi-tx-bus-width = <1>;
33 reg = <1>;
34 };