* [PATCH] arm64: dts: qcom: sc8280xp: Revert "arm64: dts: qcom: sc8280xp: remove superfluous "input-enable""
@ 2023-04-11 17:09 Krzysztof Kozlowski
2023-04-17 9:46 ` Johan Hovold
2023-05-15 3:33 ` Bjorn Andersson
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-11 17:09 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
Cc: Krzysztof Kozlowski, Johan Hovold
This reverts commit 87e1f7b1a041a37390bf4fa7913683fb4f8d00d8 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 <johan@kernel.org>
Closes: https://lore.kernel.org/all/b7c9ac38-6f9b-8d05-39c6-fee9058209a9@linaro.org/T/#me6c2cc2d87c17c0f30f541e8161a84fdde69f5f5
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index 7608a4800732..ef9bd6ab577d 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -2725,6 +2725,7 @@ data-pins {
pins = "gpio7";
function = "dmic1_data";
drive-strength = <8>;
+ input-enable;
};
};
@@ -2742,6 +2743,7 @@ data-pins {
function = "dmic1_data";
drive-strength = <2>;
bias-pull-down;
+ input-enable;
};
};
@@ -2757,6 +2759,7 @@ data-pins {
pins = "gpio9";
function = "dmic2_data";
drive-strength = <8>;
+ input-enable;
};
};
@@ -2774,6 +2777,7 @@ data-pins {
function = "dmic2_data";
drive-strength = <2>;
bias-pull-down;
+ input-enable;
};
};
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: qcom: sc8280xp: Revert "arm64: dts: qcom: sc8280xp: remove superfluous "input-enable""
2023-04-11 17:09 [PATCH] arm64: dts: qcom: sc8280xp: Revert "arm64: dts: qcom: sc8280xp: remove superfluous "input-enable"" Krzysztof Kozlowski
@ 2023-04-17 9:46 ` Johan Hovold
2023-05-15 3:33 ` Bjorn Andersson
1 sibling, 0 replies; 3+ messages in thread
From: Johan Hovold @ 2023-04-17 9:46 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On Tue, Apr 11, 2023 at 07:09:38PM +0200, Krzysztof Kozlowski wrote:
> This reverts commit 87e1f7b1a041a37390bf4fa7913683fb4f8d00d8 because it
Unless using the default revert commit message, I think you should
follow the standard way of referring to commits (e.g. 12 chars SHA +
summary in parenthesis).
> removed input-enable from the LPASS TLMM, where it is still correct
> (both bindings and Linux driver parse it).
>
> Reported-by: Johan Hovold <johan@kernel.org>
> Closes: https://lore.kernel.org/all/b7c9ac38-6f9b-8d05-39c6-fee9058209a9@linaro.org/T/#me6c2cc2d87c17c0f30f541e8161a84fdde69f5f5
Are we already accepting Closes tags? I thought that was still under
discussion (even if akpm is currently including this work in his branch
for linux-next). Perhaps better to stick to Link until this has hit
Linus's tree.
Either way, the lore link is unnecessarily long:
Link: https://lore.kernel.org/lkml/ZDVq1b0TjXH5LTYx@hovoldconsulting.com/
is better and includes the right Message-ID.
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Looks good otherwise:
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
> ---
> arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> index 7608a4800732..ef9bd6ab577d 100644
> --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
> @@ -2725,6 +2725,7 @@ data-pins {
> pins = "gpio7";
> function = "dmic1_data";
> drive-strength = <8>;
> + input-enable;
> };
> };
>
> @@ -2742,6 +2743,7 @@ data-pins {
> function = "dmic1_data";
> drive-strength = <2>;
> bias-pull-down;
> + input-enable;
> };
> };
>
> @@ -2757,6 +2759,7 @@ data-pins {
> pins = "gpio9";
> function = "dmic2_data";
> drive-strength = <8>;
> + input-enable;
> };
> };
>
> @@ -2774,6 +2777,7 @@ data-pins {
> function = "dmic2_data";
> drive-strength = <2>;
> bias-pull-down;
> + input-enable;
> };
> };
Johan
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: qcom: sc8280xp: Revert "arm64: dts: qcom: sc8280xp: remove superfluous "input-enable""
2023-04-11 17:09 [PATCH] arm64: dts: qcom: sc8280xp: Revert "arm64: dts: qcom: sc8280xp: remove superfluous "input-enable"" Krzysztof Kozlowski
2023-04-17 9:46 ` Johan Hovold
@ 2023-05-15 3:33 ` Bjorn Andersson
1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-05-15 3:33 UTC (permalink / raw)
To: Krzysztof Kozlowski, linux-kernel, devicetree, linux-arm-msm,
Andy Gross, Krzysztof Kozlowski, Konrad Dybcio, Rob Herring
Cc: Johan Hovold
On Tue, 11 Apr 2023 19:09:38 +0200, Krzysztof Kozlowski wrote:
> This reverts commit 87e1f7b1a041a37390bf4fa7913683fb4f8d00d8 because it
> removed input-enable from the LPASS TLMM, where it is still correct
> (both bindings and Linux driver parse it).
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: sc8280xp: Revert "arm64: dts: qcom: sc8280xp: remove superfluous "input-enable""
commit: 2d80b1e649dd74f5226484e244e57990348a9f18
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-15 3:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-11 17:09 [PATCH] arm64: dts: qcom: sc8280xp: Revert "arm64: dts: qcom: sc8280xp: remove superfluous "input-enable"" Krzysztof Kozlowski
2023-04-17 9:46 ` Johan Hovold
2023-05-15 3:33 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox