Commit 709f6754 authored by Tony Lindgren's avatar Tony Lindgren Committed by Wei Xu

ARM: dts: hisilicon: Unify pinctrl-single pin group nodes

We want to unify the pinctrl-single pin group nodes to use naming "pins".
Otherwise non-standad pin group names will add make dtbs checks errors
when the pinctrl-single yaml binding gets merged.

Let's also correct the pinctrl controller #size-cells to 0 while at it
and drop unnecessary ranges property.

Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent ac9a7868
This diff is collapsed.
...@@ -545,10 +545,9 @@ pmx0: pinmux@803000 { ...@@ -545,10 +545,9 @@ pmx0: pinmux@803000 {
compatible = "pinctrl-single"; compatible = "pinctrl-single";
reg = <0x803000 0x188>; reg = <0x803000 0x188>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <0>;
#pinctrl-cells = <1>; #pinctrl-cells = <1>;
#gpio-range-cells = <3>; #gpio-range-cells = <3>;
ranges;
pinctrl-single,register-width = <32>; pinctrl-single,register-width = <32>;
pinctrl-single,function-mask = <7>; pinctrl-single,function-mask = <7>;
...@@ -567,9 +566,8 @@ pmx1: pinmux@803800 { ...@@ -567,9 +566,8 @@ pmx1: pinmux@803800 {
compatible = "pinconf-single"; compatible = "pinconf-single";
reg = <0x803800 0x2dc>; reg = <0x803800 0x2dc>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <0>;
#pinctrl-cells = <1>; #pinctrl-cells = <1>;
ranges;
pinctrl-single,register-width = <32>; pinctrl-single,register-width = <32>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment