Commit 463bce59 authored by Kumar Gala's avatar Kumar Gala Committed by Ioannis Glaropoulos
Browse files

dts: Remove dts_fixup.h



Remove all remaining dts_fixup.h as all defines in the files are no
longer utilized.

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent 31d5caa0
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019 Microchip Technology Inc.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/* This file is a temporary workaround for mapping of the generated information
 * to the current driver definitions.  This will be removed when the drivers
 * are modified to handle the generated information, or the mapping of
 * generated data matches the driver definitions.
 */

#define DT_RTC_0_NAME				DT_LABEL(DT_INST(0, microchip_xec_timer))

#define DT_KSCAN_0_NAME				DT_LABEL(DT_INST(0, microchip_xec_kscan))
+0 −10
Original line number Diff line number Diff line
/* SPDX-License-Identifier: Apache-2.0 */

/* SoC level DTS fixup file */

#define DT_UART_0_NAME			DT_LABEL(DT_NODELABEL(uart0))

#define DT_RTC_0_NAME			DT_LABEL(DT_NODELABEL(rtc0))
#define DT_RTC_1_NAME			DT_LABEL(DT_NODELABEL(rtc1))

/* End of SoC Level DTS fixup file */
+0 −12
Original line number Diff line number Diff line
/* SPDX-License-Identifier: Apache-2.0 */

/* SoC level DTS fixup file */

#define DT_UART_0_NAME			DT_LABEL(DT_NODELABEL(uart0))
#define DT_UART_1_NAME			DT_LABEL(DT_NODELABEL(uart1))

#define DT_RTC_0_NAME			DT_LABEL(DT_NODELABEL(rtc0))
#define DT_RTC_1_NAME			DT_LABEL(DT_NODELABEL(rtc1))
#define DT_RTC_2_NAME			DT_LABEL(DT_NODELABEL(rtc2))

/* End of SoC Level DTS fixup file */
+0 −15
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/* SoC level DTS fixup file */

#define DT_UART_0_NAME			DT_LABEL(DT_NODELABEL(uart0))
#define DT_UART_1_NAME			DT_LABEL(DT_NODELABEL(uart1))

#define DT_RTC_0_NAME			DT_LABEL(DT_NODELABEL(rtc0))
#define DT_RTC_1_NAME			DT_LABEL(DT_NODELABEL(rtc1))

/* End of SoC Level DTS fixup file */
+0 −17
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/* SoC level DTS fixup file */

#define DT_UART_0_NAME			DT_LABEL(DT_NODELABEL(uart0))
#define DT_UART_1_NAME			DT_LABEL(DT_NODELABEL(uart1))
#define DT_UART_2_NAME			DT_LABEL(DT_NODELABEL(uart2))
#define DT_UART_3_NAME			DT_LABEL(DT_NODELABEL(uart3))

#define DT_RTC_0_NAME			DT_LABEL(DT_NODELABEL(rtc0))
#define DT_RTC_1_NAME			DT_LABEL(DT_NODELABEL(rtc1))

/* End of SoC Level DTS fixup file */
Loading