Added pinephone patches

This commit is contained in:
2023-01-11 15:23:25 +01:00
parent 448a91f3b0
commit 4e81e11a01
6 changed files with 1587 additions and 1666 deletions

View File

@@ -43,7 +43,14 @@ PATCHES=(
# PinePhonePro
${FILESDIR}/0103-arm64-dts-rk3399-pinephone-pro-add-modem-RI-pin.patch
# Reparent clocks to lower speed-occillator
${FILESDIR}/0103-ccu-sun50i-a64-reparent-clocks-to-lower-speed-oscillator.patch
# Quirk for Kernel-Bug 210681
${FILESDIR}/0104-quirk-kernel-org-bug-210681-firmware_rome_error.patch
# LED patches
${FILESDIR}/0105-leds-gpio-make-max_brightness-configurable.patch
${FILESDIR}/0106-panic-led.patch
)
S="${WORKDIR}/linux-${MEGI_TAG}"