Skip to content

Commit

Permalink
ARM: dts: aspeed: bletchley: add eeprom node on each sled
Browse files Browse the repository at this point in the history
Add eeprom (24c26) on each sled for storing sled fru information.

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Reviewed-by: Patrick Williams <patrick@stwcx.xyz>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20220509151118.4899-7-potin.lai.pt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
Potin Lai authored and Joel Stanley committed May 19, 2022
1 parent 9495c6d commit 8c9e374
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@
op-sink-microwatt = <10000000>;
};
};

eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};

&i2c1 {
Expand Down Expand Up @@ -395,6 +400,11 @@
op-sink-microwatt = <10000000>;
};
};

eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};

&i2c2 {
Expand Down Expand Up @@ -476,6 +486,11 @@
op-sink-microwatt = <10000000>;
};
};

eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};

&i2c3 {
Expand Down Expand Up @@ -557,6 +572,11 @@
op-sink-microwatt = <10000000>;
};
};

eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};

&i2c4 {
Expand Down Expand Up @@ -638,6 +658,11 @@
op-sink-microwatt = <10000000>;
};
};

eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};

&i2c5 {
Expand Down Expand Up @@ -719,6 +744,11 @@
op-sink-microwatt = <10000000>;
};
};

eeprom@54 {
compatible = "atmel,24c64";
reg = <0x54>;
};
};

&i2c6 {
Expand Down

0 comments on commit 8c9e374

Please sign in to comment.