diff --git a/recipes-kernel/linux/linux-stable-5.4/defconfig b/recipes-kernel/linux/linux-stable-5.4/defconfig
index 806b7480b1293bc5d59f66e5e760c16a3fa34b72..a408af90fc6d571f8ddc2b36c8a02a55e4237c94 100644
--- a/recipes-kernel/linux/linux-stable-5.4/defconfig
+++ b/recipes-kernel/linux/linux-stable-5.4/defconfig
@@ -3452,6 +3452,7 @@ CONFIG_DRM_PANEL=y
 # CONFIG_DRM_PANEL_ARM_VERSATILE is not set
 CONFIG_DRM_PANEL_LVDS=y
 CONFIG_DRM_PANEL_SIMPLE=y
+CONFIG_DRM_PANEL_DT=y
 # CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D is not set
 # CONFIG_DRM_PANEL_ILITEK_IL9322 is not set
 # CONFIG_DRM_PANEL_ILITEK_ILI9881C is not set
diff --git a/recipes-kernel/linux/linux-stable_5.4.bb b/recipes-kernel/linux/linux-stable_5.4.bb
index 6d3990cf2a48ac651f8e56de5fd58b9f1601eef2..666936cd370a218accbae06ec88a17bc92295d73 100644
--- a/recipes-kernel/linux/linux-stable_5.4.bb
+++ b/recipes-kernel/linux/linux-stable_5.4.bb
@@ -16,7 +16,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-stable-${LINUX_VERSION}:"
 S = "${WORKDIR}/git"
 
 PV = "5.4.23"
-SRCREV = "adddc460e1f761b7c41ec171dd88d6db92faee47"
+SRCREV = "d601f5f03e80862028d9956dbae3ee0078f06baf"
 SRC_URI = " \
     git://git@gitlab.com/guf-yocto/stable.git;protocol=ssh;branch=linux-${PV}-guf \
     file://defconfig \