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:
parent
a49de1543b
commit
e04a367408
9 changed files with 11 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue