drivers: mcux_rtc: convert to DT_INST defines

Convert driver to use DT_INST_ defines.  Replace dts_fixup.h use
for DT_RTC_0_NAME with DT_INST_0_NXP_KINETIS_RTC_LABEL to be
consistent.  Also, remove the aliases that had been used for this
driver in various nxp_k*.dtsi.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-02-13 12:15:50 -06:00 committed by Kumar Gala
commit e04a367408
9 changed files with 11 additions and 15 deletions

View file

@ -30,7 +30,6 @@
pwm-1 = &pwm1;
pwm-2 = &pwm2;
pwm-3 = &pwm3;
rtc-0 = &rtc0;
spi-0 = &spi0;
spi-1 = &spi1;
spi-2 = &spi2;