Commit d8a2b2a2 authored by Patrick Venture's avatar Patrick Venture Committed by Joel Stanley
Browse files

ARM: dts: aspeed: quanta-q71l: Add four PSUs



Enable the four PSUs via generic PMBUS.

Signed-off-by: default avatarPatrick Venture <venture@google.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e19ecbca
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -318,24 +318,44 @@ i2c_psu4: i2c@0 {
			#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>;
			};
		};
	};