Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Quan Nguyen and committed by
Joel Stanley
c1b175db f7f0518b

+8
+4
arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
··· 342 342 343 343 &i2c0 { 344 344 status = "okay"; 345 + ssif-bmc@10 { 346 + compatible = "ssif-bmc"; 347 + reg = <0x10>; 348 + }; 345 349 }; 346 350 347 351 &i2c1 {
+4
arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
··· 445 445 446 446 &i2c11 { 447 447 status = "okay"; 448 + ssif-bmc@10 { 449 + compatible = "ssif-bmc"; 450 + reg = <0x10>; 451 + }; 448 452 }; 449 453 450 454 &i2c14 {