From: Thierry Reding <treding@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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