Commit f55d373f authored by Bjorn Andersson's avatar Bjorn Andersson

arm64: dts: qcom: c630: Fix pinctrl pins properties

The "pins" property takes an array of pin _names_, not pin numbers. Fix
this.
Tested-by: default avatarSteev Klimaszewski <steev@kali.org>
Fixes: 44acee20 ("arm64: dts: qcom: Add Lenovo Yoga C630")
Link: https://lore.kernel.org/r/20201130170028.319798-1-bjorn.andersson@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 11d0e4f2
......@@ -450,7 +450,7 @@ &tlmm {
gpio-reserved-ranges = <0 4>, <81 4>;
i2c3_hid_active: i2c2-hid-active {
pins = <37>;
pins = "gpio37";
function = "gpio";
input-enable;
......@@ -459,7 +459,7 @@ i2c3_hid_active: i2c2-hid-active {
};
i2c5_hid_active: i2c5-hid-active {
pins = <125>;
pins = "gpio125";
function = "gpio";
input-enable;
......@@ -468,7 +468,7 @@ i2c5_hid_active: i2c5-hid-active {
};
i2c11_hid_active: i2c11-hid-active {
pins = <92>;
pins = "gpio92";
function = "gpio";
input-enable;
......@@ -477,7 +477,7 @@ i2c11_hid_active: i2c11-hid-active {
};
wcd_intr_default: wcd_intr_default {
pins = <54>;
pins = "gpio54";
function = "gpio";
input-enable;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment