Commit c038d845 authored by Devyn Liu's avatar Devyn Liu Committed by Hao Chen
Browse files

i2c: hisi: Correct the description comment for PIN_MUX METHOD

driver inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I9KYFI


CVE: NA

-----------------------------------------------

Correct the description comment for PIN_MUX METHOD and rename it
to hisi instead of dw.

Signed-off-by: default avatarDevyn Liu <liudingyuan@huawei.com>
Signed-off-by: default avatarJunhua Lu <lujunhua7@h-partners.com>
parent 277144f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -484,7 +484,7 @@ static void i2c_hisi_soft_reset(struct device *dev)
}

/**
 * i2c_dw_acpi_pin_mux_change - Change the I2C controller's pin mux through ACPI
 * i2c_hisi_pin_mux_change - Change the I2C controller's pin mux through ACPI
 * @dev: device owns the SCL/SDA pin
 * @to_gpio: true to switch to GPIO, false to switch to SCL/SDA
 *