main/linux-postmarketos-allwinner: correct voltage for lcd (!994)
Currently, every LCDs inside their (our users) pocket are driving 3.3V, meanwhile the LCD interface is meant to drive at ~2V. This turns our LCDs into a timebomb that is ready to trigger at any moment, killing the display. Signed-off-by: Danct12 <danct12@disroot.org>
This commit is contained in:
parent
1b3f6476da
commit
06c3133ab5
1 changed files with 4 additions and 4 deletions
|
@ -3,15 +3,15 @@ _config="config-$_flavor.$CARCH"
|
|||
|
||||
pkgname=linux-$_flavor
|
||||
|
||||
pkgver=5.5.0_git20200213
|
||||
pkgrel=2
|
||||
pkgver=5.5.0_git20200225
|
||||
pkgrel=0
|
||||
|
||||
arch="aarch64"
|
||||
pkgdesc="Kernel fork with Pine64 patches"
|
||||
url="https://gitlab.com/pine64-org/linux/"
|
||||
makedepends="devicepkg-dev perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex rsync"
|
||||
options="!strip !check !tracedeps"
|
||||
_commit="a41f10decbe148d189a0cd75435ba2b675a24ae3"
|
||||
_commit="ec1031d53ba4de194eab86f2cc2e5cb3f8fe6e81"
|
||||
_commit_rtl8723cs="1c9c0cb9d335626a66d8063399c6e16751ecc1a8"
|
||||
source="
|
||||
$pkgname-$_commit.tar.gz::https://gitlab.com/pine64-org/linux/-/archive/$_commit/linux-$_commit.tar.gz
|
||||
|
@ -98,7 +98,7 @@ dev() {
|
|||
INSTALL_HDR_PATH="$subpkgdir"/usr
|
||||
}
|
||||
|
||||
sha512sums="4af40c698b304c83f0c0ef9d7afb17afd91ed81f1279d276a869c36de809f638ef9209da684e23d7837aeabeb5a50ac56cc4f750e8b9669bf77a7f4792d1939b linux-postmarketos-allwinner-a41f10decbe148d189a0cd75435ba2b675a24ae3.tar.gz
|
||||
sha512sums="e534f16f308cdce4dec45c5cd89aa9336f6f77fb2610ded9796fde5bec78201ee62f56615de2e93be9cac69a3bfda06e28acd59f46234e360c61c8b1709b9d1c linux-postmarketos-allwinner-ec1031d53ba4de194eab86f2cc2e5cb3f8fe6e81.tar.gz
|
||||
e4e585ce787301eeee07ff8e45a97343456808a47ed237053f0c83a49b4958a75514def4c5263f4507a282ea90bd2bb3f8f468839f7e5fd05ae947a796c8c6b9 rtl8723cs-1c9c0cb9d335626a66d8063399c6e16751ecc1a8.tar.gz
|
||||
b102a10fe5718d3a15cefb4447b5620d41c5420e9e29ccb5319f4645a46c4d71c978ea81116b98fafb2cb758f33902ab8a6493397406eedd6459ec046a24216c config-postmarketos-allwinner.aarch64
|
||||
5f403bb1e3e7528954adcba4429768ce26bf13382dc6325ced245babcfb5252d515bea812b9df16d0e5370c9d4e07b4e0267f4c750281faf3cb6ffb29906700c touch-dts.patch
|
||||
|
|
Loading…
Reference in a new issue