]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-tegra30/clock-tables.h
Merge git://git.denx.de/u-boot-imx
[u-boot] / arch / arm / include / asm / arch-tegra30 / clock-tables.h
index b55e09d241f50cdff7a43f58936960ca7e3ab354..16b4b963305e6f560f0a51d938abf2a11c789d5a 100644 (file)
@@ -1,17 +1,7 @@
 /*
  * Copyright (c) 2010-2012, NVIDIA CORPORATION.  All rights reserved.
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier:    GPL-2.0
  */
 
 /* Tegra30 clock PLL tables */
@@ -38,6 +28,7 @@ enum clock_id {
        /* These are the base clocks (inputs to the Tegra SOC) */
        CLOCK_ID_32KHZ,
        CLOCK_ID_OSC,
+       CLOCK_ID_CLK_M,
 
        CLOCK_ID_COUNT, /* number of PLLs */
        CLOCK_ID_DISPLAY2,      /* Tegra3, placeholder */
@@ -351,6 +342,10 @@ enum periphc_internal_id {
        PERIPHC_4fh,
 
        /* 0x50 */
+       PERIPHC_50h,
+       PERIPHC_51h,
+       PERIPHC_52h,
+       PERIPHC_53h,
        PERIPHC_SATAOOB,
        PERIPHC_SATA,
        PERIPHC_HDA,