]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/fsl_law.h
Merge git://git.denx.de/u-boot-mpc85xx
[u-boot] / arch / powerpc / include / asm / fsl_law.h
index 37d3a2246166f1adf6b61a8b23550e0ce90d0844..2a759c85b859827557e7b6002c6599ebe72847bb 100644 (file)
@@ -1,15 +1,14 @@
 /*
  * Copyright 2008-2011 Freescale Semiconductor, Inc.
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * Version 2 as published by the Free Software Foundation.
+ * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef _FSL_LAW_H_
 #define _FSL_LAW_H_
 
 #include <asm/io.h>
+#include <linux/log2.h>
 
 #define LAW_EN 0x80000000
 
@@ -68,6 +67,7 @@ enum law_trgt_if {
        LAW_TRGT_IF_DDR_INTLV_1234 = 0x16,
        LAW_TRGT_IF_BMAN = 0x18,
        LAW_TRGT_IF_DCSR = 0x1d,
+       LAW_TRGT_IF_CCSR = 0x1e,
        LAW_TRGT_IF_LBC = 0x1f,
        LAW_TRGT_IF_QMAN = 0x3c,