Skip to content

Commit

Permalink
arm64: dts: ti: k3-*: Use generic pinctrl for node names
Browse files Browse the repository at this point in the history
Use pinctrl@ naming for nodes following standard conventions of device
tree (section 2.2.2 Generic Names recommendation in [1]).

[1] https://github.com/devicetree-org/devicetree-specification/tree/v0.3

Suggested-by: Suman Anna <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
Acked-by: Suman Anna <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
nmenon committed Sep 7, 2020
1 parent 86e67b5 commit dcccf77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/ti/k3-am65-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@
};
};

main_pmx0: pinmux@11c000 {
main_pmx0: pinctrl@11c000 {
compatible = "pinctrl-single";
reg = <0x0 0x11c000 0x0 0x2e4>;
#pinctrl-cells = <1>;
pinctrl-single,register-width = <32>;
pinctrl-single,function-mask = <0xffffffff>;
};

main_pmx1: pinmux@11c2e8 {
main_pmx1: pinctrl@11c2e8 {
compatible = "pinctrl-single";
reg = <0x0 0x11c2e8 0x0 0x24>;
#pinctrl-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
reg = <0x43000014 0x4>;
};

wkup_pmx0: pinmux@4301c000 {
wkup_pmx0: pinctrl@4301c000 {
compatible = "pinctrl-single";
reg = <0x4301c000 0x118>;
#pinctrl-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
};
};

main_pmx0: pinmux@11c000 {
main_pmx0: pinctrl@11c000 {
compatible = "pinctrl-single";
/* Proxy 0 addressing */
reg = <0x0 0x11c000 0x0 0x2b4>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
reg = <0x0 0x43000014 0x0 0x4>;
};

wkup_pmx0: pinmux@4301c000 {
wkup_pmx0: pinctrl@4301c000 {
compatible = "pinctrl-single";
/* Proxy 0 addressing */
reg = <0x00 0x4301c000 0x00 0x178>;
Expand Down

0 comments on commit dcccf77

Please sign in to comment.