Message ID | 20240522192524.3286237-16-eajames@linux.ibm.com |
---|---|
State | Accepted |
Commit | 787d4cbff0dc2fb5c4a344fb5f5f14ca5d7d0a9c |
Headers | show |
Series | ARM: dts: aspeed: Add IBM P11 BMC systems | expand |
Reviewed-by: Ninad Palsule <ninad@linux.ibm.com> On 5/22/24 14:25, Eddie James wrote: > The 4U Blueridge is identical to the Blueridge system but has two extra > power supplies. > > Signed-off-by: Eddie James <eajames@linux.ibm.com> > --- > .../aspeed/aspeed-bmc-ibm-blueridge-4u.dts | 21 +++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts new file mode 100644 index 0000000000000..839aad4ddd917 --- /dev/null +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts @@ -0,0 +1,21 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +// Copyright 2024 IBM Corp. +/dts-v1/; + +#include "aspeed-bmc-ibm-blueridge.dts" + +/ { + model = "Blueridge 4U"; +}; + +&i2c3 { + power-supply@6a { + compatible = "ibm,cffps"; + reg = <0x6a>; + }; + + power-supply@6b { + compatible = "ibm,cffps"; + reg = <0x6b>; + }; +};
The 4U Blueridge is identical to the Blueridge system but has two extra power supplies. Signed-off-by: Eddie James <eajames@linux.ibm.com> --- .../aspeed/aspeed-bmc-ibm-blueridge-4u.dts | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts