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

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.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 326e852f
...@@ -789,12 +789,12 @@ &i2c11 { ...@@ -789,12 +789,12 @@ &i2c11 {
status = "okay"; status = "okay";
power-supply@58 { power-supply@58 {
compatible = "pmbus"; compatible = "inspur,ipsps1";
reg = <0x58>; reg = <0x58>;
}; };
power-supply@59 { power-supply@59 {
compatible = "pmbus"; compatible = "inspur,ipsps1";
reg = <0x59>; reg = <0x59>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment