1.806驱动添加获取唤醒源功能,驱动编译进内核

2.lcd驱动增加背光渐亮功能,解耦驱动
This commit is contained in:
2025-04-28 17:58:56 +08:00
parent 17f1d2754e
commit 0833611b03
7 changed files with 169 additions and 52 deletions

View File

@@ -88,6 +88,11 @@
reg = <0x0 0x4304A000 0x0 0x1000>;
no-map;
};
wakeup_source: wakeup_source {
reg = <0x0 0x4304B000 0x0 0x00001000>;
compatible = "wakeup-src";
no-map;
};
boot_param: boot_param@0x42FFF000 {
reg = <0x0 0x42FFF000 0x0 0x1000>;

View File

@@ -913,7 +913,7 @@ CONFIG_NET_CORE=y
# CONFIG_SLIP is not set
# CONFIG_USB_NET_DRIVERS is not set
CONFIG_WLAN=y
CONFIG_XR806_WLAN=m
CONFIG_XR806_WLAN=y
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_VIRT_WIFI is not set
@@ -1128,7 +1128,7 @@ CONFIG_DUMP_REG=y
CONFIG_DUMP_REG_MISC=y
# CONFIG_SUNXI_TIMER_TEST is not set
# CONFIG_HAS_INTERNALCODEC is not set
# CONFIG_MEM_OPERATION is not set
CONFIG_MEM_OPERATION=y
# CONFIG_SUNXI_TRANSFORM is not set
# CONFIG_SUNXI_DI is not set
CONFIG_SUNXI_G2D=y
@@ -2049,7 +2049,7 @@ CONFIG_LCD_SUPPORT_ICN6202_2LANE=y
CONFIG_DISP2_SUNXI_SUPPORT_SMBL=y
CONFIG_DISP2_SUNXI_SUPPORT_ENAHNCE=y
# CONFIG_DISP2_HAS_SUPPORT_FRONT_WKSRCBL is not set
# CONFIG_DISP2_HAS_SUPPORT_BACK_WKSRCBL is not set
CONFIG_DISP2_HAS_SUPPORT_BACK_WKSRCBL=y
# CONFIG_FB_SSD1307 is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
# CONFIG_VGASTATE is not set