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:
Kumar Gala 2020-02-13 12:12:00 -06:00 committed by Kumar Gala
commit 41fcf784e9
5 changed files with 12 additions and 28 deletions

View file

@ -11,8 +11,6 @@
/ {
aliases {
counter-1 = &gpt1;
counter-2 = &gpt2;
eth = &eth;
gpio-1 = &gpio1;
gpio-2 = &gpio2;