Skip to content

Commit

Permalink
arm64: dts: ti: k3-am65*: Use generic gpio for node names
Browse files Browse the repository at this point in the history
Use gpio@ 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 05e393c commit 91e5f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -661,7 +661,7 @@
};
};

main_gpio0: main_gpio0@600000 {
main_gpio0: gpio@600000 {
compatible = "ti,am654-gpio", "ti,keystone-gpio";
reg = <0x0 0x600000 0x0 0x100>;
gpio-controller;
Expand All @@ -676,7 +676,7 @@
clock-names = "gpio";
};

main_gpio1: main_gpio1@601000 {
main_gpio1: gpio@601000 {
compatible = "ti,am654-gpio", "ti,keystone-gpio";
reg = <0x0 0x601000 0x0 0x100>;
gpio-controller;
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 @@ -80,7 +80,7 @@
ti,interrupt-ranges = <0 712 16>;
};

wkup_gpio0: wkup_gpio0@42110000 {
wkup_gpio0: gpio@42110000 {
compatible = "ti,am654-gpio", "ti,keystone-gpio";
reg = <0x42110000 0x100>;
gpio-controller;
Expand Down

0 comments on commit 91e5f40

Please sign in to comment.