diff options
author | Quan Nguyen <quan@os.amperecomputing.com> | 2022-10-24 11:11:15 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-11-20 13:17:31 +0300 |
commit | c1b175dbfce86e37d84c1d895d46e01d0e72d9b9 (patch) | |
tree | 66cdc01a4730a4206b7ba6f8e9a4c0f6f611bfb0 /arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts | |
parent | f7f0518ba8fa975dbbd46a32c0422b64484ce05f (diff) | |
download | linux-c1b175dbfce86e37d84c1d895d46e01d0e72d9b9.tar.xz |
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 { |