mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 06:10:13 +01:00
kernel: Enable sysfs gpio access
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
@@ -97,5 +97,7 @@ SRC_URI:append = " \
|
||||
file://0096-delete-monolithe-iotg-defconfig.patch \
|
||||
file://0097-defconfig-Enable-Wireguard.patch \
|
||||
file://0098-defconfig-Enable-thermal-driver.patch \
|
||||
file://0099-defconfig-Enable-sys-class-gpio.patch \
|
||||
file://0100-defconfig-Disable-FB-EFI.patch \
|
||||
file://defconfig \
|
||||
"
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
From 80f03106638f612445d6416a987828a3e43c7fda Mon Sep 17 00:00:00 2001
|
||||
From: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
Date: Mon, 22 May 2023 17:45:40 +0300
|
||||
Subject: [PATCH 099/100] defconfig: Enable /sys/class/gpio
|
||||
|
||||
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
---
|
||||
arch/arm64/configs/cl-imx8m-mini_defconfig | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/arch/arm64/configs/cl-imx8m-mini_defconfig b/arch/arm64/configs/cl-imx8m-mini_defconfig
|
||||
index 469a8edf1e34..8aab3db5c219 100644
|
||||
--- a/arch/arm64/configs/cl-imx8m-mini_defconfig
|
||||
+++ b/arch/arm64/configs/cl-imx8m-mini_defconfig
|
||||
@@ -235,6 +235,7 @@ CONFIG_EEPROM_AT24=y
|
||||
CONFIG_EEPROM_AT25=m
|
||||
CONFIG_EFI_CAPSULE_LOADER=y
|
||||
CONFIG_EFIVAR_FS=y
|
||||
+CONFIG_EXPERT=y
|
||||
CONFIG_EXT2_FS_XATTR=y
|
||||
CONFIG_EXT2_FS=y
|
||||
CONFIG_EXT3_FS_POSIX_ACL=y
|
||||
--
|
||||
2.17.1
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
From 79d1b5b359c94e40c1ff48a2c2cdd779f57c9db2 Mon Sep 17 00:00:00 2001
|
||||
From: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
Date: Mon, 22 May 2023 17:46:24 +0300
|
||||
Subject: [PATCH 100/100] defconfig: Disable FB EFI
|
||||
|
||||
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
---
|
||||
arch/arm64/configs/cl-imx8m-mini_defconfig | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/arm64/configs/cl-imx8m-mini_defconfig b/arch/arm64/configs/cl-imx8m-mini_defconfig
|
||||
index 8aab3db5c219..ed4987ccf754 100644
|
||||
--- a/arch/arm64/configs/cl-imx8m-mini_defconfig
|
||||
+++ b/arch/arm64/configs/cl-imx8m-mini_defconfig
|
||||
@@ -247,7 +247,7 @@ CONFIG_EXTCON_USB_GPIO=y
|
||||
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
|
||||
CONFIG_FANOTIFY=y
|
||||
CONFIG_FB_ARMCLCD=y
|
||||
-CONFIG_FB_EFI=y
|
||||
+CONFIG_FB_EFI=n
|
||||
CONFIG_FEC=y
|
||||
CONFIG_FORCE_MAX_ZONEORDER=14
|
||||
CONFIG_FPGA_BRIDGE=m
|
||||
--
|
||||
2.17.1
|
||||
|
||||
Reference in New Issue
Block a user