Commit 8828af99 authored by George Liu's avatar George Liu Committed by Joel Stanley
Browse files

ARM: dts: aspeed: inspur-fp5280g2: Add ipsps1 driver



power-supply is compatible with Inspur's ipsps1 driver

Signed-off-by: default avatarGeorge Liu <liuxiwei@inspur.com>
Link: https://lore.kernel.org/r/20201225015149.1416773-1-liuxiwei@inspur.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 326e852f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -789,12 +789,12 @@ &i2c11 {
	status = "okay";

	power-supply@58 {
		compatible = "pmbus";
		compatible = "inspur,ipsps1";
		reg = <0x58>;
	};

	power-supply@59 {
		compatible = "pmbus";
		compatible = "inspur,ipsps1";
		reg = <0x59>;
	};
};