Commit c8889bb6 authored by Alexandre Belloni's avatar Alexandre Belloni

rtc: imxdi: convert to SPDX identifier

Use SPDX-License-Identifier instead of a verbose license text.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 629d488a
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved.
* Copyright 2010 Orex Computed Radiography * Copyright 2010 Orex Computed Radiography
*/ */
/*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.org/copyleft/gpl.html
*/
/* based on rtc-mc13892.c */
/* /*
* This driver uses the 47-bit 32 kHz counter in the Freescale DryIce block * This driver uses the 47-bit 32 kHz counter in the Freescale DryIce block
* to implement a Linux RTC. Times and alarms are truncated to seconds. * to implement a Linux RTC. Times and alarms are truncated to seconds.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment