Re: [PATCH 1/2] dt-bindings: Fix entry name for I/O High Voltage property

2020-11-10 Thread Thierry Reding
On Mon, Oct 26, 2020 at 12:09:01PM +0530, Vidya Sagar wrote:
> Correct the name of the I/O High Voltage Property from
> 'nvidia,io-high-voltage' to 'nvidia,io-hv'.
> 
> Fixes: 2585a584f844 ("pinctrl: Add Tegra194 pinctrl DT bindings")
> Signed-off-by: Vidya Sagar 
> ---
>  .../devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both patches applied, thanks.

Thierry


signature.asc
Description: PGP signature


Re: [PATCH 1/2] dt-bindings: Fix entry name for I/O High Voltage property

2020-10-30 Thread Rob Herring
On Mon, 26 Oct 2020 12:09:01 +0530, Vidya Sagar wrote:
> Correct the name of the I/O High Voltage Property from
> 'nvidia,io-high-voltage' to 'nvidia,io-hv'.
> 
> Fixes: 2585a584f844 ("pinctrl: Add Tegra194 pinctrl DT bindings")
> Signed-off-by: Vidya Sagar 
> ---
>  .../devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring 


[PATCH 1/2] dt-bindings: Fix entry name for I/O High Voltage property

2020-10-26 Thread Vidya Sagar
Correct the name of the I/O High Voltage Property from
'nvidia,io-high-voltage' to 'nvidia,io-hv'.

Fixes: 2585a584f844 ("pinctrl: Add Tegra194 pinctrl DT bindings")
Signed-off-by: Vidya Sagar 
---
 .../devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt 
b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt
index 8763f448c376..90d38f710635 100644
--- a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt
+++ b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt
@@ -99,7 +99,7 @@ Example:
nvidia,schmitt = ;
nvidia,lpdr = ;
nvidia,enable-input = 
;
-   nvidia,io-high-voltage = 
;
+   nvidia,io-hv = ;
nvidia,tristate = ;
nvidia,pull = ;
};
-- 
2.17.1