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

ARM: dts: aspeed: mtjade: Add SMPro nodes

Add SMPro nodes to Mt. Jade BMC.

Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
Link: https://lore.kernel.org/r/20221118065109.2339066-1-quan@os.amperecomputing.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Quan Nguyen and committed by
Joel Stanley
3973fc0f c1b175db

+8
+8
arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
··· 354 354 355 355 &i2c2 { 356 356 status = "okay"; 357 + smpro@4f { 358 + compatible = "ampere,smpro"; 359 + reg = <0x4f>; 360 + }; 361 + smpro@4e { 362 + compatible = "ampere,smpro"; 363 + reg = <0x4e>; 364 + }; 357 365 }; 358 366 359 367 &i2c3 {