hwmon/pmbus: (q54sj108a2) The PMBUS_MFR_ID is actually 6 chars instead of 5
authorChu Lin <linchuyuan@google.com>
Mon, 17 May 2021 22:26:06 +0000 (22:26 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 17 May 2021 23:02:05 +0000 (16:02 -0700)
commitf0fb26c456a30d6009faa2c9d44aa22f5bf88c90
tree43f8d2e565893a8fc1a2d8f342b4082d7f18aa39
parent2a29db088c7ae7121801a0d7a60740ed2d18c4f3
hwmon/pmbus: (q54sj108a2) The PMBUS_MFR_ID is actually 6 chars instead of 5

The PMBUS_MFR_ID block is actually 6 chars for q54sj108a2.
/sys/bus/i2c/drivers/q54sj108a2_test# iotools smbus_read8 $BUS $ADDR 0x99
0x06

Tested: Devices are able to bind to the q54sj108a2 driver successfully.

Signed-off-by: Chu Lin <linchuyuan@google.com>
Link: https://lore.kernel.org/r/20210517222606.3457594-1-linchuyuan@google.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/q54sj108a2.c