[PATCH] arm64: tegra: tegra210-p2894: Align GPIO hog node name with preferred style

Krzysztof Kozlowski posted 1 patch 1 year ago
arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: tegra: tegra210-p2894: Align GPIO hog node name with preferred style
Posted by Krzysztof Kozlowski 1 year ago
GPIO hogs device node names can use 'hog' prefix or suffix, but the
suffix is preferred.  The pattern in DT schema might narrow in the
future, so adjust the DTS now.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Reference: https://lore.kernel.org/all/20250115142457.GA3859772-robh@kernel.org/
---
 arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi b/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi
index bbd6ff0564da..b84a8e39b404 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi
@@ -1365,7 +1365,7 @@ fps2 {
 				};
 			};
 
-			hog-0 {
+			max77620-hog {
 				gpio-hog;
 				output-high;
 				gpios = <2 GPIO_ACTIVE_HIGH>,
-- 
2.43.0
Re: [PATCH] arm64: tegra: tegra210-p2894: Align GPIO hog node name with preferred style
Posted by Krzysztof Kozlowski 9 months, 1 week ago
On Wed, 15 Jan 2025 21:46:03 +0100, Krzysztof Kozlowski wrote:
> GPIO hogs device node names can use 'hog' prefix or suffix, but the
> suffix is preferred.  The pattern in DT schema might narrow in the
> future, so adjust the DTS now.
> 
> 

No responses for four months, also to a ping, so I will just apply it.

[1/1] arm64: tegra: tegra210-p2894: Align GPIO hog node name with preferred style
      https://git.kernel.org/krzk/linux-dt/c/04e7638dd64af20e4e81b7569abea9673e337098

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH] arm64: tegra: tegra210-p2894: Align GPIO hog node name with preferred style
Posted by Krzysztof Kozlowski 12 months ago
On 15/01/2025 21:46, Krzysztof Kozlowski wrote:
> GPIO hogs device node names can use 'hog' prefix or suffix, but the
> suffix is preferred.  The pattern in DT schema might narrow in the
> future, so adjust the DTS now.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Reference: https://lore.kernel.org/all/20250115142457.GA3859772-robh@kernel.org/
> ---

Any comments on the patch?

Best regards,
Krzysztof