Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions Documentation/devicetree/bindings/misc/amd,apml-alertl.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-congo.dts
Original file line number Diff line number Diff line change
Expand Up @@ -882,17 +882,6 @@
};
};

/ {
/* Alert_L associated with socket 0 */
alertl_sock0 {
compatible = "apml-alertl";
status = "okay";
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
sbrmi = <&sbrmi_p0_iod0>;
sbtsi = <&sbtsi_p0_iod0>;
};
};

#ifdef I3C_HUB

#define JESD300_SPD_I3C_MODE(bus, index, addr) \
Expand Down
11 changes: 0 additions & 11 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-kenya.dts
Original file line number Diff line number Diff line change
Expand Up @@ -572,17 +572,6 @@
};
};

/ {
/* Alert_L associated with socket 0 */
alertl_sock0 {
compatible = "apml-alertl";
status = "okay";
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
sbrmi = <&sbrmi_p0_iod0>;
sbtsi = <&sbtsi_p0_iod0>;
};
};

#ifdef I3C_HUB

#define JESD300_SPD_I3C_MODE(bus, index, addr) \
Expand Down
20 changes: 0 additions & 20 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-morocco.dts
Original file line number Diff line number Diff line change
Expand Up @@ -970,26 +970,6 @@
};
};

/ {
/* Alert_L associated with socket 0 */
alertl_sock0 {
compatible = "apml-alertl";
status = "okay";
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
sbrmi = <&sbrmi_p0_iod0>;
sbtsi = <&sbtsi_p0_iod0>;
};

/* Alert_L associated with socket 1 */
alertl_sock1 {
compatible = "apml-alertl";
status = "okay";
gpios = <&ltpi0_gpio 104 GPIO_ACTIVE_LOW>;
sbrmi = <&sbrmi_p1_iod0>;
sbtsi = <&sbtsi_p1_iod0>;
};
};

#ifdef I3C_HUB

#define JESD300_SPD_I3C_MODE(bus, index, addr) \
Expand Down
20 changes: 0 additions & 20 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-nigeria.dts
Original file line number Diff line number Diff line change
Expand Up @@ -741,26 +741,6 @@
};
};

/ {
/* Alert_L associated with socket 0 */
alertl_sock0 {
compatible = "apml-alertl";
status = "okay";
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
sbrmi = <&sbrmi_p0_iod0>;
sbtsi = <&sbtsi_p0_iod0>;
};

/* Alert_L associated with socket 1 */
alertl_sock1 {
compatible = "apml-alertl";
status = "okay";
gpios = <&ltpi0_gpio 104 GPIO_ACTIVE_LOW>;
sbrmi = <&sbrmi_p1_iod0>;
sbtsi = <&sbtsi_p1_iod0>;
};
};

#ifdef I3C_HUB

#define JESD300_SPD_I3C_MODE(bus, index, addr) \
Expand Down
16 changes: 0 additions & 16 deletions drivers/misc/amd-apml/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,3 @@ config APML_SBTSI

This driver can also be built as a module. If so, the module will
be called apml_sbtsi.

config APML_ALERTL
tristate "Emulated apml alertl interface driver over i3c bus"
depends on APML_SBRMI && APML_SBTSI
default n
help
This driver provides support for AMD APML Alert_L interface,
enabling alert notification from AMD SoCs to a BMC (Baseboard
Management Controller) over I2C/I3C bus.

The driver monitors RAS and thermal events by handling alerts
from SBRMI and SBTSI devices, and reports these events to userspace
via uevents. Device configuration is managed via device tree bindings.

This driver can also be built as a module. If so, the module will
be called apml_alertl.ko.
1 change: 0 additions & 1 deletion drivers/misc/amd-apml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@

obj-$(CONFIG_APML_SBRMI) += sbrmi.o sbrmi-common.o
obj-$(CONFIG_APML_SBTSI) += apml_sbtsi.o
obj-$(CONFIG_APML_ALERTL) += apml_alertl.o
Loading