ARM: dts: aspeed: amd-ethanolx: Enable all used I2C busses
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Thu, 15 Apr 2021 15:52:59 +0000 (18:52 +0300)
committerJoel Stanley <joel@jms.id.au>
Fri, 16 Apr 2021 02:54:33 +0000 (12:24 +0930)
Enable all I2C busses that are used in AMD EthanolX CRB:
 i2c0 - APML P0
 i2c1 - APML P1
 i2c2 - FPGA
 i2c3 - 24LC128 EEPROM
 i2c4 - P0 Power regulators
 i2c5 - P1 Power regulators
 i2c6 - P0/P1 Thermal diode
 i2c7 - Thermal Sensors
 i2c8 - BMC I2C

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20210415155300.1135-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts

index ac2d04cfaf2f3ab88161c2426a85b87f903145c4..6aeb47c44eba27b06b9680d7e608c2e2409b2788 100644 (file)
        status = "okay";
 };
 
+//FPGA
+&i2c2 {
+       status = "okay";
+};
+
+//24LC128 EEPROM
+&i2c3 {
+       status = "okay";
+};
+
+//P0 Power regulators
+&i2c4 {
+       status = "okay";
+};
+
+//P1 Power regulators
+&i2c5 {
+       status = "okay";
+};
+
+//P0/P1 Thermal diode
+&i2c6 {
+       status = "okay";
+};
+
 // Thermal Sensors
 &i2c7 {
        status = "okay";
        };
 };
 
+//BMC I2C
+&i2c8 {
+       status = "okay";
+};
+
 &kcs1 {
        status = "okay";
        aspeed,lpc-io-reg = <0x60>;