ARM: dts: aspeed: yosemitev2: Disable the EEPROM driver
authorKarthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Wed, 14 Sep 2022 11:53:07 +0000 (17:23 +0530)
committerJoel Stanley <joel@jms.id.au>
Wed, 28 Sep 2022 03:01:39 +0000 (12:31 +0930)
Removed NIC EEPROM driver IPMB-12 channel and enabled it as
generic i2c EEPROM.

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Link: https://lore.kernel.org/r/20220914115307.GA339@hcl-ThinkPad-T495
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-facebook-yosemitev2.dts

index 84236df..6bf2ff8 100644 (file)
 
 &i2c12 {
        status = "okay";
-       //MEZZ_FRU
-       eeprom@51 {
-               compatible = "atmel,24c64";
-               reg = <0x51>;
-               pagesize = <32>;
-       };
 };
 
 &i2c13 {