diff options
author | Jim Wright <jlwright@us.ibm.com> | 2021-03-29 17:00:15 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-04-08 03:43:56 +0200 |
commit | 22db69f04cd23e75d5961d47785495633c4952bf (patch) | |
tree | e3a89f43a56d02410ddce3b94b38e5606efd343c /arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | |
parent | ARM: dts: aspeed: everest: Add power supply i2c devices (diff) | |
download | linux-22db69f04cd23e75d5961d47785495633c4952bf.tar.xz linux-22db69f04cd23e75d5961d47785495633c4952bf.zip |
ARM: dts: aspeed: everest: Add UCD90320 power sequencer
Add UCD90320 chip to Everest device tree.
Signed-off-by: Jim Wright <jlwright@us.ibm.com>
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210329150020.13632-18-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index f83e8f3a47ea..ad6f5b34992b 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts @@ -406,6 +406,11 @@ &i2c8 { status = "okay"; + ucd90320@11 { + compatible = "ti,ucd90320"; + reg = <0x11>; + }; + eeprom@51 { compatible = "atmel,24c64"; reg = <0x51>; |