device-odroid-hc2: Load sec-i2c module
Commit 680ef57915db0f715e99a683c15f0f9f7c700e64 upstream[1] split the sec_core
driver into two drivers: sec_core and sec_i2c, the latter now handling support
for I2C-based Samsung PMICs. This included the S2MPS11 used in the Odroid HC1
and HC2.
Update modules-initfs to include the new module.
[1] 680ef57915
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7250>
This commit is contained in:
parent
b9bce48e38
commit
e79e48346d
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=device-odroid-hc2
|
||||
pkgdesc="ODROID HC2"
|
||||
pkgver=4
|
||||
pkgver=5
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -55,7 +55,7 @@ tools() {
|
|||
|
||||
sha512sums="
|
||||
8eae54c131b8fc9c0e4cca6bbd8aaca72eb585c59d7794a97606b6061f98f87fb2b268fefc3113410e04e9e772d1f65d78e935de01a7679ba45ee60007961183 deviceinfo
|
||||
c1bcb5bf8aac1135cfd55bc77445aa2edeb70777da927c8648a6ae602542ac3f7174bd9b86c70ca97d6444a62d2892f6fa0d743c14b3653bc8eb31b6e61fd4e2 modules-initfs
|
||||
125ee07a940e7ae8408ec73c47a521fc0aa940b499842779ff715eb8302a09c13e95ea7b9c1fcc4d5f28d4d64c9ad59846bf4f5bdecd146af56b5f618c75446b modules-initfs
|
||||
22212ee91d781bf9997569c986a340d4ff7ec2d30d19ae0233a664b5b91d8bbfe71586dae57d6a3d961f6e4e369733005e01c2cd58f941ce67f557b2e21ce37b uboot-script.cmd
|
||||
09a2191dce5b5c8fdf80c4473d9773a51f2c633db51477f2f64983dd030d7800fd80999a228ec7efe3f9feafeba35902bff68cf95e6ae59048dc64424f402b63 install-rootfs-hdd.sh
|
||||
"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ r8152
|
|||
xhci-hcd
|
||||
xhci-plat-hcd
|
||||
sec-core
|
||||
sec-i2c
|
||||
sec-irq
|
||||
s2mps11
|
||||
clk-s2mps11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue