linux-next: add support for pine64 pinephone (MR 5703)
Add configs to get the PinePhone to boot and some functionality such as wifi. A number of components, including the modem, sound, and usb, don't yet work without patches, so are left out here.
This commit is contained in:
parent
a2b2c0ee5a
commit
4dfa2e644e
2 changed files with 23 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=linux-next
|
||||
pkgver=6.12_git20241101
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_nextver="${pkgver#*_git}"
|
||||
pkgdesc="Linux next kernel"
|
||||
arch="aarch64"
|
||||
|
|
@ -70,6 +70,6 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
485514b77d36539ce7a1c97e27040815f770b6e2e06a2814fac34ef6a34d6420c00ab9d48f86d137422993a11cf10bf063d2b3857585b28113508a58c5af1275 linux-next-next-20241101.tar.gz
|
||||
adbb506c0a2d676b1964a5d7c693f72338541ebd0cacee62e4579d43163c468d95607d73bf7439fb55b4d6bfa0dd42578b07ee20965aa03c2a9d8022cb3ae267 devices.config
|
||||
8de0a3791ea671528a9fc753071683dfea68ea4f4c22060fc0ca8a4b1b3d76eaa2a3fd40bb013173f0e55da15dde91cf285902779beb35781b6c90f39244ce11 devices.config
|
||||
a30df186f06519e2f519bfe622bbd46caec6c2473a1fd3df370320a661d53882b49cfb2b3be7edd92fabdb4a8e6e3419194e8d43cca3cf4ab1615275dab4fee4 pmos.config
|
||||
"
|
||||
|
|
|
|||
|
|
@ -37,3 +37,24 @@ CONFIG_SND_SOC_TFA989X=m
|
|||
CONFIG_CM3323=m
|
||||
CONFIG_IIO_ST_ACCEL_3AXIS=m
|
||||
|
||||
# pine64 pinephone
|
||||
CONFIG_ARM_SUN8I_A33_MBUS_DEVFREQ=m
|
||||
CONFIG_AXP20X_ADC=m
|
||||
CONFIG_AXP20X_POWER=m
|
||||
CONFIG_BATTERY_AXP20X=m
|
||||
CONFIG_CHARGER_AXP20X=m
|
||||
CONFIG_INPUT_AXP20X_PEK=m
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_KEYBOARD_PINEPHONE=m
|
||||
CONFIG_KEYBOARD_SUN4I_LRADC=m
|
||||
CONFIG_LEDS_CLASS_FLASH=m
|
||||
CONFIG_LEDS_GROUP_MULTICOLOR=m
|
||||
CONFIG_LEDS_SGM3140=m
|
||||
CONFIG_RTW88=m
|
||||
CONFIG_RTW88_8723CS=m
|
||||
CONFIG_STK3310=m
|
||||
CONFIG_V4L2_FLASH_LED_CLASS=m
|
||||
CONFIG_VIDEO_SUN8I_DEINTERLACE=m
|
||||
CONFIG_VIDEO_SUN8I_ROTATE=m
|
||||
CONFIG_VIDEO_SUNXI=y
|
||||
CONFIG_VIDEO_SUNXI_CEDRUS=m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue