nv-public: p3740: fix cvb eeprom bus id

Since IGX CVM eeprom uses different I2C controller than CVB, bus id
in eeprom manager should be different. Currently, CVM and CVB has bus@0,
which brings CVB eeprom inside wrong i2c controller. Fixes it by differentiating
bus ids. Now, bus@0 has CVM and bus@1 has CVB eeprom.

Bug 4625456

Change-Id: Ied4cd3c66bf0c1122bce9899b3fa749c4ff38d26
Signed-off-by: Shubhi Garg <shgarg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3135834
(cherry picked from commit aa281b277b)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3141028
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Shubhi Garg
2024-05-13 10:46:11 +05:30
committed by mobile promotions
parent a27a5a2ae2
commit eea0eeefbf

View File

@@ -137,9 +137,9 @@
}; };
eeprom-manager { eeprom-manager {
bus@0 { bus@1 {
i2c-bus = <&dp_aux_ch2_i2c>; i2c-bus = <&dp_aux_ch2_i2c>;
eeprom@1 { eeprom@0 {
slave-address = <0x55>; slave-address = <0x55>;
label = "cvb"; label = "cvb";
}; };