diff options
author | Quan Nguyen <quan@os.amperecomputing.com> | 2022-10-24 10:11:15 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-11-20 11:17:31 +0100 |
commit | c1b175dbfce86e37d84c1d895d46e01d0e72d9b9 (patch) | |
tree | 66cdc01a4730a4206b7ba6f8e9a4c0f6f611bfb0 /arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts | |
parent | ARM: dts: aspeed: Add Delta AHE-50DC BMC (diff) | |
download | linux-c1b175dbfce86e37d84c1d895d46e01d0e72d9b9.tar.xz linux-c1b175dbfce86e37d84c1d895d46e01d0e72d9b9.zip |
ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes
Add BMC SSIF node to support IPMI in-band communication.
Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
Link: https://lore.kernel.org/r/20221024081115.3320584-1-quan@os.amperecomputing.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts index 606cd4be245a..4b91600eaf62 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts @@ -445,6 +445,10 @@ &i2c11 { status = "okay"; + ssif-bmc@10 { + compatible = "ssif-bmc"; + reg = <0x10>; + }; }; &i2c14 { |