Skip to content

Commit 18f3410

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: apq8026: remove superfluous "input-enable"
Pin configuration property "input-enable" was used with the intention to disable the output, but this is done by default by Linux drivers. Since patch ("dt-bindings: pinctrl: qcom: tlmm should use output-disable, not input-enable") the property is not accepted anymore. Signed-off-by: Krzysztof Kozlowski <[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 fae7d90 commit 18f3410

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

arch/arm/boot/dts/qcom-apq8026-asus-sparrow.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,13 @@
268268
function = "gpio";
269269
drive-strength = <8>;
270270
bias-disable;
271-
input-enable;
272271
};
273272

274273
wlan_hostwake_default_state: wlan-hostwake-default-state {
275274
pins = "gpio46";
276275
function = "gpio";
277276
drive-strength = <2>;
278277
bias-disable;
279-
input-enable;
280278
};
281279

282280
wlan_regulator_default_state: wlan-regulator-default-state {

arch/arm/boot/dts/qcom-apq8026-huawei-sturgeon.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@
352352
function = "gpio";
353353
drive-strength = <2>;
354354
bias-disable;
355-
input-enable;
356355
};
357356

358357
wlan_regulator_default_state: wlan-regulator-default-state {

arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@
307307
function = "gpio";
308308
drive-strength = <2>;
309309
bias-disable;
310-
input-enable;
311310
};
312311

313312
touch_pins: touch-state {
@@ -317,7 +316,6 @@
317316

318317
drive-strength = <8>;
319318
bias-pull-down;
320-
input-enable;
321319
};
322320

323321
reset-pins {
@@ -335,7 +333,6 @@
335333
function = "gpio";
336334
drive-strength = <2>;
337335
bias-disable;
338-
input-enable;
339336
};
340337

341338
wlan_regulator_default_state: wlan-regulator-default-state {

0 commit comments

Comments
 (0)