* [PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm
@ 2025-09-21 3:25 Antony Kurniawan Soemardi
2025-09-21 8:04 ` Dmitry Baryshkov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Antony Kurniawan Soemardi @ 2025-09-21 3:25 UTC (permalink / raw)
To: Bjorn Andersson, Linus Walleij, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: Krzysztof Kozlowski, linux-arm-msm, linux-gpio, devicetree,
linux-kernel, David Heidelberg, Max Shevchenko, Rudraksha Gupta,
Shinjo Park, Antony Kurniawan Soemardi
Rename the GPIO controller node from "msmgpio" to "tlmm" to match the
convention used by other Qualcomm SoCs.
Suggested-by: Shinjo Park <peremen@gmail.com>
Signed-off-by: Antony Kurniawan Soemardi <linux@smankusors.com>
---
This patch was originally part of msm8960 cleanup series [1], but as
Bjorn pointed out, dt-bindings live in a different subsystem and should
be submitted independently.
[1] https://lore.kernel.org/all/20250915-msm8960-reorder-v1-5-84cadcd7c6e3@smankusors.com/
---
Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
index 46618740bd312b975321427e5ffa34811c68e652..03a3692770142048391577401869cea9a7735053 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
@@ -107,12 +107,12 @@ examples:
- |
#include <dt-bindings/interrupt-controller/arm-gic.h>
- msmgpio: pinctrl@800000 {
+ tlmm: pinctrl@800000 {
compatible = "qcom,msm8960-pinctrl";
reg = <0x800000 0x4000>;
#gpio-cells = <2>;
gpio-controller;
- gpio-ranges = <&msmgpio 0 0 152>;
+ gpio-ranges = <&tlmm 0 0 152>;
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller;
#interrupt-cells = <2>;
---
base-commit: 846bd2225ec3cfa8be046655e02b9457ed41973e
change-id: 20250921-msm8960-sdcard-dtbindings-ad8d3d511e6c
Best regards,
--
Antony Kurniawan Soemardi <linux@smankusors.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm
2025-09-21 3:25 [PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm Antony Kurniawan Soemardi
@ 2025-09-21 8:04 ` Dmitry Baryshkov
2025-09-22 20:36 ` Rob Herring
2025-10-13 10:18 ` Linus Walleij
2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2025-09-21 8:04 UTC (permalink / raw)
To: Antony Kurniawan Soemardi
Cc: Bjorn Andersson, Linus Walleij, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Krzysztof Kozlowski, linux-arm-msm, linux-gpio,
devicetree, linux-kernel, David Heidelberg, Max Shevchenko,
Rudraksha Gupta, Shinjo Park
On Sun, Sep 21, 2025 at 03:25:59AM +0000, Antony Kurniawan Soemardi wrote:
> Rename the GPIO controller node from "msmgpio" to "tlmm" to match the
> convention used by other Qualcomm SoCs.
>
> Suggested-by: Shinjo Park <peremen@gmail.com>
> Signed-off-by: Antony Kurniawan Soemardi <linux@smankusors.com>
> ---
> This patch was originally part of msm8960 cleanup series [1], but as
> Bjorn pointed out, dt-bindings live in a different subsystem and should
> be submitted independently.
>
> [1] https://lore.kernel.org/all/20250915-msm8960-reorder-v1-5-84cadcd7c6e3@smankusors.com/
> ---
> Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm
2025-09-21 3:25 [PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm Antony Kurniawan Soemardi
2025-09-21 8:04 ` Dmitry Baryshkov
@ 2025-09-22 20:36 ` Rob Herring
2025-10-13 10:18 ` Linus Walleij
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2025-09-22 20:36 UTC (permalink / raw)
To: Antony Kurniawan Soemardi
Cc: Bjorn Andersson, Linus Walleij, Krzysztof Kozlowski, Conor Dooley,
Krzysztof Kozlowski, linux-arm-msm, linux-gpio, devicetree,
linux-kernel, David Heidelberg, Max Shevchenko, Rudraksha Gupta,
Shinjo Park
On Sun, Sep 21, 2025 at 03:25:59AM +0000, Antony Kurniawan Soemardi wrote:
> Rename the GPIO controller node from "msmgpio" to "tlmm" to match the
> convention used by other Qualcomm SoCs.
You aren't renaming the node, but the label.
>
> Suggested-by: Shinjo Park <peremen@gmail.com>
> Signed-off-by: Antony Kurniawan Soemardi <linux@smankusors.com>
> ---
> This patch was originally part of msm8960 cleanup series [1], but as
> Bjorn pointed out, dt-bindings live in a different subsystem and should
> be submitted independently.
>
> [1] https://lore.kernel.org/all/20250915-msm8960-reorder-v1-5-84cadcd7c6e3@smankusors.com/
> ---
> Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Rob Herring (Arm) <robh@kernel.org>
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
> index 46618740bd312b975321427e5ffa34811c68e652..03a3692770142048391577401869cea9a7735053 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
> @@ -107,12 +107,12 @@ examples:
> - |
> #include <dt-bindings/interrupt-controller/arm-gic.h>
>
> - msmgpio: pinctrl@800000 {
> + tlmm: pinctrl@800000 {
> compatible = "qcom,msm8960-pinctrl";
> reg = <0x800000 0x4000>;
> #gpio-cells = <2>;
> gpio-controller;
> - gpio-ranges = <&msmgpio 0 0 152>;
> + gpio-ranges = <&tlmm 0 0 152>;
> interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
> interrupt-controller;
> #interrupt-cells = <2>;
>
> ---
> base-commit: 846bd2225ec3cfa8be046655e02b9457ed41973e
> change-id: 20250921-msm8960-sdcard-dtbindings-ad8d3d511e6c
>
> Best regards,
> --
> Antony Kurniawan Soemardi <linux@smankusors.com>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm
2025-09-21 3:25 [PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm Antony Kurniawan Soemardi
2025-09-21 8:04 ` Dmitry Baryshkov
2025-09-22 20:36 ` Rob Herring
@ 2025-10-13 10:18 ` Linus Walleij
2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2025-10-13 10:18 UTC (permalink / raw)
To: Antony Kurniawan Soemardi
Cc: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Krzysztof Kozlowski, linux-arm-msm, linux-gpio, devicetree,
linux-kernel, David Heidelberg, Max Shevchenko, Rudraksha Gupta,
Shinjo Park
On Sun, Sep 21, 2025 at 5:26 AM Antony Kurniawan Soemardi
<linux@smankusors.com> wrote:
> Rename the GPIO controller node from "msmgpio" to "tlmm" to match the
> convention used by other Qualcomm SoCs.
>
> Suggested-by: Shinjo Park <peremen@gmail.com>
> Signed-off-by: Antony Kurniawan Soemardi <linux@smankusors.com>
> ---
> This patch was originally part of msm8960 cleanup series [1], but as
> Bjorn pointed out, dt-bindings live in a different subsystem and should
> be submitted independently.
I already applied the other one, but thanks!
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-13 10:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-21 3:25 [PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm Antony Kurniawan Soemardi
2025-09-21 8:04 ` Dmitry Baryshkov
2025-09-22 20:36 ` Rob Herring
2025-10-13 10:18 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).