mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Add sy8106a to Allwinner kernel. This regulator is used to control VDD_CPUX
and is connected to R_TWI on some H3-based Orange Pi boards.
This commit is contained in:
parent
8dd48c60a0
commit
22a07618ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305419
@ -28,6 +28,7 @@ dev/usb/controller/generic_ohci.c optional ohci
|
||||
dev/usb/controller/generic_usb_if.m optional ohci
|
||||
arm/allwinner/aw_sid.c standard
|
||||
arm/allwinner/aw_thermal.c standard
|
||||
dev/iicbus/sy8106a.c optional sy8106a
|
||||
#arm/allwinner/console.c standard
|
||||
|
||||
arm/allwinner/a10_fb.c optional vt
|
||||
|
@ -81,6 +81,7 @@ device twsi
|
||||
device rsb
|
||||
device axp209 # AXP209 Power Management Unit
|
||||
device axp81x # AXP813/818 Power Management Unit
|
||||
device sy8106a # SY8106A Buck Regulator
|
||||
|
||||
# GPIO
|
||||
device gpio
|
||||
|
Loading…
Reference in New Issue
Block a user