We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2724a commit 69441faCopy full SHA for 69441fa
1 file changed
drivers/mfd/rk808.c
@@ -947,7 +947,8 @@ static int rk808_probe(struct i2c_client *client,
947
if (!rk808)
948
return -ENOMEM;
949
950
- if (of_device_is_compatible(np, "rockchip,rk817")) {
+ if (of_device_is_compatible(np, "rockchip,rk817") ||
951
+ of_device_is_compatible(np, "rockchip,rk809")) {
952
pmic_id_msb = RK817_ID_MSB;
953
pmic_id_lsb = RK817_ID_LSB;
954
}
0 commit comments