]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap3/am35x_musb.c
ARM: OMAP5: Add PRCM and Control information for SATA
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap3 / am35x_musb.c
index 7183c4f248bc6613672b3aab6688a07bdaacee72..74dd105eb6f59cc320cb010b231ec832e4de938e 100644 (file)
@@ -6,20 +6,7 @@
  * Based on omap_phy_internal.c code from Linux by
  * Hema HK <hemahk@ti.com>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that 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, write to the Free Software
- * Foundation, Inc.
- *
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -72,4 +59,3 @@ void am35x_musb_clear_irq(void)
                        0, USBOTGSS_INT_CLR);
        readl(&am35x_scm_general_regs->lvl_intr_clr);
 }
-