Skip to content

Commit fd49776

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength
The pin configuration (done with generic pin controller helpers and as expressed by bindings) requires children nodes with either: 1. "pins" property and the actual configuration, 2. another set of nodes with above point. The qup_i2c12_default pin configuration used second method - with a "pinmux" child. Fixes: 44acee2 ("arm64: dts: qcom: Add Lenovo Yoga C630") Cc: <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Tested-by: Steev Klimaszewski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 179badd commit fd49776

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,10 @@
487487
};
488488

489489
&qup_i2c12_default {
490-
drive-strength = <2>;
491-
bias-disable;
490+
pinmux {
491+
drive-strength = <2>;
492+
bias-disable;
493+
};
492494
};
493495

494496
&qup_uart6_default {

0 commit comments

Comments
 (0)