[PATCH linux dev-5.3] ARM: dts: aspeed: rainier: Add i2c eeproms

Jinu Thomas jinujoy at linux.vnet.ibm.com
Wed Oct 16 17:17:46 AEDT 2019


Added eeproms for the below VPD devices
- BMC
- TPM
- System Planar
- DCM 0 VRM
- DCM 1 VRM
- Base Op panel
- Lcd Op panel
- DASD (All)
- PCIe Cards (All)

Signed-off-by: Jinu Joy Thomas <jinu.joy.thomas at in.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 105 +++++++++++++++++++
 1 file changed, 105 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
index cdc65eb28d20..8ced62911155 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@ -53,6 +53,11 @@
 
 &i2c0 {
 	status = "okay";
+
+	eeprom at 51 {
+		compatible = "atmel,24c64";
+		reg = <0x51>;
+	};
 };
 
 &i2c1 {
@@ -104,6 +109,21 @@
 		compatible = "ti,tmp275";
 		reg = <0x4a>;
 	};
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
+
+	eeprom at 51 {
+		compatible = "atmel,24c64";
+		reg = <0x51>;
+	};
+
+	eeprom at 52 {
+		compatible = "atmel,24c64";
+		reg = <0x52>;
+	};
 };
 
 &i2c5 {
@@ -118,6 +138,16 @@
 		compatible = "ti,tmp275";
 		reg = <0x49>;
 	};
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
+
+	eeprom at 51 {
+		compatible = "atmel,24c64";
+		reg = <0x51>;
+	};
 };
 
 &i2c6 {
@@ -137,6 +167,26 @@
 		compatible = "ti,tmp275";
 		reg = <0x4b>;
 	};
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
+
+	eeprom at 51 {
+		compatible = "atmel,24c64";
+		reg = <0x51>;
+	};
+
+	eeprom at 52 {
+		compatible = "atmel,24c64";
+		reg = <0x52>;
+	};
+
+	eeprom at 53 {
+		compatible = "atmel,24c64";
+		reg = <0x53>;
+	};
 };
 
 &i2c7 {
@@ -262,6 +312,16 @@
 		reg = <0x76>;
 		#io-channel-cells = <0>;
 	};
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
+
+	eeprom at 51 {
+		compatible = "atmel,24c64";
+		reg = <0x51>;
+	};
 };
 
 &i2c8 {
@@ -296,6 +356,16 @@
 		compatible = "ti,tmp275";
 		reg = <0x4a>;
 	};
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
+
+	eeprom at 51 {
+		compatible = "atmel,24c64";
+		reg = <0x51>;
+	};
 };
 
 &i2c9 {
@@ -340,6 +410,11 @@
 		compatible = "infineon,ir35221";
 		reg = <0x74>;
 	};
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
 };
 
 &i2c10 {
@@ -384,6 +459,11 @@
 		compatible = "infineon,ir35221";
 		reg = <0x74>;
 	};
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
 };
 
 &i2c11 {
@@ -398,6 +478,16 @@
 		compatible = "ti,tmp275";
 		reg = <0x49>;
 	};
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
+
+	eeprom at 51 {
+		compatible = "atmel,24c64";
+		reg = <0x51>;
+	};
 };
 
 &i2c12 {
@@ -406,14 +496,29 @@
 
 &i2c13 {
 	status = "okay";
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
 };
 
 &i2c14 {
 	status = "okay";
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
 };
 
 &i2c15 {
 	status = "okay";
+
+	eeprom at 50 {
+		compatible = "atmel,24c64";
+		reg = <0x50>;
+	};
 };
 
 &lpc_ctrl {
-- 
2.21.0 (Apple Git-122)



More information about the openbmc mailing list