Skip to content

Commit

Permalink
arm64: dts: qcom: c630: Fix pinctrl pins properties
Browse files Browse the repository at this point in the history
[ Upstream commit f55d373 ]

The "pins" property takes an array of pin _names_, not pin numbers. Fix
this.

Tested-by: Steev Klimaszewski <steev@kali.org>
Fixes: 44acee2 ("arm64: dts: qcom: Add Lenovo Yoga C630")
Link: https://lore.kernel.org/r/20201130170028.319798-1-bjorn.andersson@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
andersson authored and gregkh committed Dec 30, 2020
1 parent 71d0ca4 commit 25cff7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
Expand Up @@ -432,7 +432,7 @@
gpio-reserved-ranges = <0 4>, <81 4>;

i2c3_hid_active: i2c2-hid-active {
pins = <37>;
pins = "gpio37";
function = "gpio";

input-enable;
Expand All @@ -441,7 +441,7 @@
};

i2c5_hid_active: i2c5-hid-active {
pins = <125>;
pins = "gpio125";
function = "gpio";

input-enable;
Expand All @@ -450,7 +450,7 @@
};

i2c11_hid_active: i2c11-hid-active {
pins = <92>;
pins = "gpio92";
function = "gpio";

input-enable;
Expand All @@ -459,7 +459,7 @@
};

wcd_intr_default: wcd_intr_default {
pins = <54>;
pins = "gpio54";
function = "gpio";

input-enable;
Expand Down

0 comments on commit 25cff7f

Please sign in to comment.