···11+// SPDX-License-Identifier: GPL-2.0+12/*23 * An RTC driver for the NVIDIA Tegra 200 series internal RTC.34 *45 * Copyright (c) 2010, NVIDIA Corporation.55- *66- * This program is free software; you can redistribute it and/or modify77- * it under the terms of the GNU General Public License as published by88- * the Free Software Foundation; either version 2 of the License, or99- * (at your option) any later version.1010- *1111- * This program is distributed in the hope that it will be useful, but WITHOUT1212- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or1313- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for1414- * more details.1515- *1616- * You should have received a copy of the GNU General Public License along1717- * with this program; if not, write to the Free Software Foundation, Inc.,1818- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.196 */207218#include <linux/clk.h>