gnu: linux-libre-arm64-generic@5.10: Add eDP panel, audio and battery

support for Pinebook Pro.

* gnu/packages/linux.scm (linux-libre-5.10-source): Add pinebook pro lcd patch.
  (linux-libre-arm64-generic-5.10): Add audio and battery modules.
This commit is contained in:
Vagrant Cascadian 2021-04-28 11:24:18 -07:00
parent e7fbf10066
commit d018a11ee0
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA

View File

@ -489,7 +489,9 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(define-public linux-libre-5.10-source
(source-with-patches linux-libre-5.10-pristine-source
(list %boot-logo-patch
%linux-libre-arm-export-__sync_icache_dcache-patch)))
%linux-libre-arm-export-__sync_icache_dcache-patch
(search-patch
"linux-libre-arm64-generic-pinebook-lcd.patch"))))
(define-public linux-libre-5.4-source
(source-with-patches linux-libre-5.4-pristine-source
@ -1072,7 +1074,11 @@ It has been modified to remove all non-free binary blobs.")
("CONFIG_BATTERY_AXP20X" . m)
("CONFIG_PINCTRL_AXP209" . m)
("CONFIG_AXP20X_POWER" . m)
("CONFIG_AXP20X_ADC" . m))
("CONFIG_AXP20X_ADC" . m)
;; Pinebook PRO battery and sound support
("CONFIG_BATTERY_CW2015" . m)
("CONFIG_CHARGER_GPIO" . m)
("CONFIG_SND_SOC_ES8316" . m))
%default-extra-linux-options)))
(define-public linux-libre-arm64-generic-5.4