d1: improve Nezha D1 support
The Nezha board has a PCF8574 that acts as an I/O expander on the i2c2 bus. Enable the required module for it. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
This commit is contained in:
parent
de2d34cf7a
commit
b69e6c35c5
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ define Device/allwinner_d1-nezha
|
||||||
DEVICE_MODEL := D1
|
DEVICE_MODEL := D1
|
||||||
DEVICE_DTS := allwinner/sun20i-d1-nezha
|
DEVICE_DTS := allwinner/sun20i-d1-nezha
|
||||||
SUPPORTED_DEVICES += nezha
|
SUPPORTED_DEVICES += nezha
|
||||||
|
DEVICE_PACKAGES += kmod-gpio-pcf857x
|
||||||
UBOOT := nezha
|
UBOOT := nezha
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += allwinner_d1-nezha
|
TARGET_DEVICES += allwinner_d1-nezha
|
||||||
|
|
Loading…
Reference in a new issue