From b69e6c35c515f2de579712685b9e498418df2758 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Mon, 26 May 2025 17:16:46 +0000 Subject: [PATCH] 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 --- target/linux/d1/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/d1/image/Makefile b/target/linux/d1/image/Makefile index ea41e65c760..b5e64c02183 100644 --- a/target/linux/d1/image/Makefile +++ b/target/linux/d1/image/Makefile @@ -87,6 +87,7 @@ define Device/allwinner_d1-nezha DEVICE_MODEL := D1 DEVICE_DTS := allwinner/sun20i-d1-nezha SUPPORTED_DEVICES += nezha + DEVICE_PACKAGES += kmod-gpio-pcf857x UBOOT := nezha endef TARGET_DEVICES += allwinner_d1-nezha