drivers: mcux_gpt: convert to DT_INST defines
Convert driver to use DT_INST_ defines and remove Kconfig per instance enablement in favor of DT_INST_ define existing. Also, remove the aliases that had been used for this driver in nxp_rt.dtsi. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
c3f4c1d02b
commit
41fcf784e9
5 changed files with 12 additions and 28 deletions
|
@ -11,8 +11,6 @@
|
|||
|
||||
/ {
|
||||
aliases {
|
||||
counter-1 = &gpt1;
|
||||
counter-2 = &gpt2;
|
||||
eth = ð
|
||||
gpio-1 = &gpio1;
|
||||
gpio-2 = &gpio2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue