sysdrv:tools:board:kernel:Fix FBTFT backlight display issue and enable USB support in the kernel.
Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
parent
23c4e3c690
commit
897ee1da0d
|
|
@ -233,6 +233,7 @@ CONFIG_USB=y
|
|||
CONFIG_USB_OTG=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_USB_DWC3=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_CONFIGFS=y
|
||||
|
|
|
|||
|
|
@ -328,7 +328,7 @@
|
|||
fps = <30>;
|
||||
buswidth = <8>;
|
||||
debug = <0x7>;
|
||||
led-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;//BL
|
||||
led-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>;//BL
|
||||
dc-gpios = <&gpio1 RK_PA2 GPIO_ACTIVE_HIGH>; //DC
|
||||
reset-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>; //RES
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user