Commit d66d720b authored by Brandon Wyman's avatar Brandon Wyman Committed by Joel Stanley
Browse files

ARM: dts: aspeed: everest: Add power supply i2c devices



Add the i2c/pmbus power supply devices to the everest device tree.

Signed-off-by: default avatarBrandon Wyman <bjwyman@gmail.com>
Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210329150020.13632-17-eajames@linux.ibm.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent baf1fb26
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -228,6 +228,26 @@
		compatible = "atmel,24c128";
		reg = <0x54>;
	};

	power-supply@68 {
		compatible = "ibm,cffps";
		reg = <0x68>;
	};

	power-supply@69 {
		compatible = "ibm,cffps";
		reg = <0x69>;
	};

	power-supply@6a {
		compatible = "ibm,cffps";
		reg = <0x6a>;
	};

	power-supply@6b {
		compatible = "ibm,cffps";
		reg = <0x6b>;
	};
};

&i2c4 {