Skip to content

Commit 2d80b1e

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sc8280xp: Revert "arm64: dts: qcom: sc8280xp: remove superfluous "input-enable""
This reverts commit 87e1f7b because it removed input-enable from the LPASS TLMM, where it is still correct (both bindings and Linux driver parse it). Reported-by: Johan Hovold <[email protected]> Closes: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Johan Hovold <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ac9a786 commit 2d80b1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/qcom/sc8280xp.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,6 +2726,7 @@
27262726
pins = "gpio7";
27272727
function = "dmic1_data";
27282728
drive-strength = <8>;
2729+
input-enable;
27292730
};
27302731
};
27312732

@@ -2743,6 +2744,7 @@
27432744
function = "dmic1_data";
27442745
drive-strength = <2>;
27452746
bias-pull-down;
2747+
input-enable;
27462748
};
27472749
};
27482750

@@ -2758,6 +2760,7 @@
27582760
pins = "gpio9";
27592761
function = "dmic2_data";
27602762
drive-strength = <8>;
2763+
input-enable;
27612764
};
27622765
};
27632766

@@ -2775,6 +2778,7 @@
27752778
function = "dmic2_data";
27762779
drive-strength = <2>;
27772780
bias-pull-down;
2781+
input-enable;
27782782
};
27792783
};
27802784

0 commit comments

Comments
 (0)