projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf1fb2
)
ARM: dts: aspeed: everest: Add power supply i2c devices
author
Brandon Wyman
<bjwyman@gmail.com>
Mon, 29 Mar 2021 15:00:14 +0000
(10:00 -0500)
committer
Joel Stanley
<joel@jms.id.au>
Thu, 8 Apr 2021 01:43:56 +0000
(11:13 +0930)
Add the i2c/pmbus power supply devices to the everest device tree.
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link:
https://lore.kernel.org/r/20210329150020.13632-17-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
index 1dc7718be2231bd5e3725bd407dfed8d4c98fbe0..f83e8f3a47ea2f18eced3d63f54dad043e0c4722 100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
@@
-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 {