
* Cumulative fixes and updates for MediaTek platform. [1] * Update mt7981 pinctrl driver based on upstream kernel. [2] [1] https://lore.kernel.org/u-boot/cover.1737104723.git.weijie.gao@mediatek.com/ [2] https://lore.kernel.org/u-boot/20250124033902.187796-1-weijie.gao@mediatek.com/ Signed-off-by: Shiji Yang <yangshiji66@qq.com>
97 lines
2.2 KiB
Diff
97 lines
2.2 KiB
Diff
From c7a602028669f4409538c3ce0a63c4054d0f2b7a Mon Sep 17 00:00:00 2001
|
|
From: Weijie Gao <weijie.gao@mediatek.com>
|
|
Date: Fri, 17 Jan 2025 17:18:01 +0800
|
|
Subject: [PATCH 07/15] arm: dts: mediatek: add quad mode capabilities for SPI
|
|
flashes
|
|
|
|
Explicitly add quad mode capabilities or the SPI controller may
|
|
start transfer in single mode.
|
|
|
|
Signed-off-by: SkyLake.Huang <skylake.huang@mediatek.com>
|
|
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
|
|
---
|
|
arch/arm/dts/mt7981-rfb.dts | 4 ++++
|
|
arch/arm/dts/mt7986a-rfb.dts | 4 ++++
|
|
arch/arm/dts/mt7986b-rfb.dts | 4 ++++
|
|
arch/arm/dts/mt7988-rfb.dts | 4 ++++
|
|
4 files changed, 16 insertions(+)
|
|
|
|
--- a/arch/arm/dts/mt7981-rfb.dts
|
|
+++ b/arch/arm/dts/mt7981-rfb.dts
|
|
@@ -143,6 +143,8 @@
|
|
compatible = "spi-nand";
|
|
reg = <0>;
|
|
spi-max-frequency = <52000000>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-tx-bus-width = <4>;
|
|
};
|
|
};
|
|
|
|
@@ -164,6 +166,8 @@
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
spi-max-frequency = <52000000>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-tx-bus-width = <4>;
|
|
};
|
|
};
|
|
|
|
--- a/arch/arm/dts/mt7986a-rfb.dts
|
|
+++ b/arch/arm/dts/mt7986a-rfb.dts
|
|
@@ -190,12 +190,16 @@
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
spi-max-frequency = <52000000>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-tx-bus-width = <4>;
|
|
};
|
|
|
|
spi_nand@1 {
|
|
compatible = "spi-nand";
|
|
reg = <1>;
|
|
spi-max-frequency = <52000000>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-tx-bus-width = <4>;
|
|
};
|
|
};
|
|
|
|
--- a/arch/arm/dts/mt7986b-rfb.dts
|
|
+++ b/arch/arm/dts/mt7986b-rfb.dts
|
|
@@ -177,12 +177,16 @@
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
spi-max-frequency = <52000000>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-tx-bus-width = <4>;
|
|
};
|
|
|
|
spi_nand@1 {
|
|
compatible = "spi-nand";
|
|
reg = <1>;
|
|
spi-max-frequency = <52000000>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-tx-bus-width = <4>;
|
|
};
|
|
};
|
|
|
|
--- a/arch/arm/dts/mt7988-rfb.dts
|
|
+++ b/arch/arm/dts/mt7988-rfb.dts
|
|
@@ -144,6 +144,8 @@
|
|
compatible = "spi-nand";
|
|
reg = <0>;
|
|
spi-max-frequency = <52000000>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-tx-bus-width = <4>;
|
|
};
|
|
};
|
|
|
|
@@ -165,6 +167,8 @@
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
spi-max-frequency = <52000000>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-tx-bus-width = <4>;
|
|
};
|
|
};
|
|
|