summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2021-08-08 14:08:46 +0800
committeryjun2021-08-08 14:08:46 +0800
commitad36016f63723da21fa94b13f7cd1a9c5b30dd8a (patch)
tree479944f134476832015c5c8d5dfd6e67a7fa1cf0
parentb5971c8cb094be49dfc9f52b458eac54a4b02157 (diff)
downloadaur-ad36016f63723da21fa94b13f7cd1a9c5b30dd8a.tar.gz
dts: update dts about SD card
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--sun50i-h6-tqc-a01.dts2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a9d4ed7bb7e..5840562a14b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,7 +33,7 @@ pkgbase = linux-tqc-a01
source = 90-linux.hook
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.13.8.xz
md5sums = 76c60fb304510a7bbd9c838790bc5fe4
- md5sums = 73b95ca2cd8dd9f41d704aa20b288a34
+ md5sums = 3a6a8b9477658e6dccdeb2ef5f0eef1c
md5sums = 17aa0c69176c68cd98b4522740a1b747
md5sums = 2285d81ec6fb859d34b7abfd46a59550
md5sums = f9b6f367eef351eaa89b23a9b1ffc5a2
diff --git a/PKGBUILD b/PKGBUILD
index 002f04d6dcb7..b390b07d5a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,6 @@ source=("http://cdn.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
'0005-drm-gem-cma-Export-with-handle-allocator.patch'
'0006-drm-sun4i-Add-GEM-allocator.patch'
'0010-general-h6-add-dma-i2c-ir-spi-uart.patch'
- # '0011-mmc-sunxi-fix-unusuable-eMMC-on-some-H6-boards-by-di.patch'
'config'
'linux.preset'
'60-linux.hook'
@@ -39,7 +38,7 @@ source=("http://cdn.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
source+=("https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz")
md5sums=('76c60fb304510a7bbd9c838790bc5fe4'
- '73b95ca2cd8dd9f41d704aa20b288a34'
+ '3a6a8b9477658e6dccdeb2ef5f0eef1c'
'17aa0c69176c68cd98b4522740a1b747'
'2285d81ec6fb859d34b7abfd46a59550'
'f9b6f367eef351eaa89b23a9b1ffc5a2'
@@ -76,7 +75,6 @@ prepare() {
patch -p1 < ../0005-drm-gem-cma-Export-with-handle-allocator.patch
patch -p1 < ../0006-drm-sun4i-Add-GEM-allocator.patch
patch -p1 < ../0010-general-h6-add-dma-i2c-ir-spi-uart.patch
- # patch -p1 < ../0011-mmc-sunxi-fix-unusuable-eMMC-on-some-H6-boards-by-di.patch
cat "${srcdir}/config" > ./.config
diff --git a/sun50i-h6-tqc-a01.dts b/sun50i-h6-tqc-a01.dts
index bd7bc18b9351..923280e61958 100644
--- a/sun50i-h6-tqc-a01.dts
+++ b/sun50i-h6-tqc-a01.dts
@@ -155,6 +155,7 @@
vmmc-supply = <&reg_cldo1>;
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
bus-width = <4>;
+ disable-wp;
status = "okay";
};
@@ -164,6 +165,7 @@
mmc-pwrseq = <&wifi_pwrseq>;
bus-width = <4>;
non-removable;
+ keep-power-in-suspend;
status = "okay";
brcm: sdio-wifi@1 {