summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-08-31 13:58:55 -0700
committerJoel Stanley <joel@jms.id.au>2018-09-14 08:54:30 +0930
commitd8a2b2a279cefd468b6c6efa96ff3ed8e896894d (patch)
tree691eb954f1982ae5071e26bcb52538bf77b6551a /arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
parente19ecbca78fba879ce7b19ea09ba14923998daf5 (diff)
ARM: dts: aspeed: quanta-q71l: Add four PSUs
Enable the four PSUs via generic PMBUS. Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts')
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
index 586050e1c0e6..c655564e6c6d 100644
--- a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
@@ -318,24 +318,44 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
+
+ psu@59 {
+ compatible = "pmbus";
+ reg = <0x59>;
+ };
};
i2c_psu1: i2c@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
+
+ psu@58 {
+ compatible = "pmbus";
+ reg = <0x58>;
+ };
};
i2c_psu3: i2c@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
+
+ psu@58 {
+ compatible = "pmbus";
+ reg = <0x58>;
+ };
};
i2c_psu2: i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
+
+ psu@59 {
+ compatible = "pmbus";
+ reg = <0x59>;
+ };
};
};