Skip to content

Commit 0aa7837

Browse files
committed
hw-mgmt: topology: Fix for n51xx COMEX i2c offset init
Fix misprint in COMEX i2c offset init for n51xx Bug #4004253 Signed-off-by: Oleksandr Shamray <[email protected]>
1 parent 1f60275 commit 0aa7837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

usr/usr/bin/hw-management-devtree.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ declare -A comex_bf3_alternatives=(["mp2975_0"]="mp2975 0x6b 15 comex_voltmon1"
7878

7979
declare -A comex_amd_snw_alternatives=(["mp2855_0"]="mp2855 0x69 15 comex_voltmon1" \
8080
["mp2975_1"]="mp2975 0x6a 15 comex_voltmon2" \
81-
["24c128_0"]="24c128 0x50 16 cpu_info"
81+
["24c128_0"]="24c128 0x50 16 cpu_info" \
8282
["24c512_0"]="24c512 0x50 16 cpu_info")
8383

8484
declare -A mqm8700_alternatives=(["max11603_0"]="max11603 0x64 5 swb_a2d" \

usr/usr/bin/hw-management.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2992,7 +2992,7 @@ pre_devtr_init()
29922992
;;
29932993
VMOD0021)
29942994
case $sku in
2995-
HI162|HI166H|I167)
2995+
HI162|HI166|HI167)
29962996
echo 55 > $config_path/cpu_brd_bus_offset
29972997
;;
29982998
*)

0 commit comments

Comments
 (0)