ARM: dts: aspeed: rainier: Add eeprom on bus 12
authorEddie James <eajames@linux.ibm.com>
Wed, 15 Sep 2021 21:47:37 +0000 (16:47 -0500)
committerJoel Stanley <joel@jms.id.au>
Thu, 21 Oct 2021 06:26:10 +0000 (16:56 +1030)
The devicetree was missing an eeprom.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210915214738.34382-4-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

index 496f070a3dc122b5b61ace9b8ab732448032a99f..3705f6788b493b22c31b77d18115689bc515e688 100644 (file)
 
 &i2c12 {
        status = "okay";
+
+       eeprom@50 {
+               compatible = "atmel,24c64";
+               reg = <0x50>;
+       };
 };
 
 &i2c13 {