On 6.10.2022 12:41, Krzysztof Kozlowski wrote: > The I2C8 pins are split into i2c8_a (GPIO30 and GPIO31) and i2c8_b > (GPIO44 and GPIO52). Correct the name of function for I2C8 pins. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/sdm630.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi > index bc7c341e793c..796c19b9b2eb 100644 > --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi > @@ -885,14 +885,14 @@ i2c7_sleep: i2c7-sleep { > > i2c8_default: i2c8-default { > pins = "gpio30", "gpio31"; > - function = "blsp_i2c8"; > + function = "blsp_i2c8_a"; > drive-strength = <2>; > bias-disable; > }; > > i2c8_sleep: i2c8-sleep { > pins = "gpio30", "gpio31"; > - function = "blsp_i2c8"; > + function = "blsp_i2c8_a"; > drive-strength = <2>; > bias-pull-up; > };