public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH] arm64: tegra: Use the correct names for DPAUX pinctrl states
@ 2020-08-25 14:30 Thierry Reding
  0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2020-08-25 14:30 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, linux-arm-kernel, Jon Hunter

From: Thierry Reding <treding@nvidia•com>

The default and idle states need to be called "default" and "idle",
respectively, for the driver core to select them at the right time.

Fixes: fff67b5c73c1 ("arm64: tegra: Wire up pinctrl states for all DPAUX controllers")
Signed-off-by: Thierry Reding <treding@nvidia•com>
---
 arch/arm64/boot/dts/nvidia/tegra194.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/nvidia/tegra194.dtsi b/arch/arm64/boot/dts/nvidia/tegra194.dtsi
index 94c65ca8345a..dc6ae42b3027 100644
--- a/arch/arm64/boot/dts/nvidia/tegra194.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra194.dtsi
@@ -348,7 +348,7 @@ dp_aux_ch1_i2c: i2c@3190000 {
 			reset-names = "i2c";
 			pinctrl-0 = <&state_dpaux1_i2c>;
 			pinctrl-1 = <&state_dpaux1_off>;
-			pinctrl-names = "i2c", "off";
+			pinctrl-names = "default", "idle";
 			status = "disabled";
 		};
 
@@ -365,7 +365,7 @@ dp_aux_ch0_i2c: i2c@31b0000 {
 			reset-names = "i2c";
 			pinctrl-0 = <&state_dpaux0_i2c>;
 			pinctrl-1 = <&state_dpaux0_off>;
-			pinctrl-names = "i2c", "off";
+			pinctrl-names = "default", "idle";
 			status = "disabled";
 		};
 
@@ -382,7 +382,7 @@ dp_aux_ch2_i2c: i2c@31c0000 {
 			reset-names = "i2c";
 			pinctrl-0 = <&state_dpaux2_i2c>;
 			pinctrl-1 = <&state_dpaux2_off>;
-			pinctrl-names = "i2c", "off";
+			pinctrl-names = "default", "idle";
 			status = "disabled";
 		};
 
@@ -399,7 +399,7 @@ dp_aux_ch3_i2c: i2c@31e0000 {
 			reset-names = "i2c";
 			pinctrl-0 = <&state_dpaux3_i2c>;
 			pinctrl-1 = <&state_dpaux3_off>;
-			pinctrl-names = "i2c", "off";
+			pinctrl-names = "default", "idle";
 			status = "disabled";
 		};
 
-- 
2.28.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-25 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-25 14:30 [PATCH] arm64: tegra: Use the correct names for DPAUX pinctrl states Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox