Skip to content

Commit 680bbae

Browse files
committed
misc: amd-apml: Update Alert_L driver to use global device registry
Modify device tree-based device discovery in Alert_L driver with centralized device registry from apml_common module. This provides more reliable to sbrmi/sbtsi device access for processing alerts and eliminates DTS parsing. Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com> Signed-off-by: Akshay Gupta <akshay.gupta@amd.com> Signed-off-by: sathya priya kumar <SathyaPriya.K@amd.com>
1 parent 1b788c4 commit 680bbae

3 files changed

Lines changed: 199 additions & 273 deletions

File tree

drivers/misc/amd-apml/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ config APML_SBTSI
4141

4242
config APML_ALERTL
4343
tristate "Emulated apml alertl interface driver over i3c bus"
44-
depends on APML_SBRMI && APML_SBTSI
44+
depends on (APML_SBRMI || APML_SBTSI) && APML_COMMON
4545
default n
4646
help
4747
This driver provides support for AMD APML Alert_L interface,

0 commit comments

Comments
 (0)