Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / mach-rmobile / include / mach / rcar-gen3-base.h
index fbd87c4a01f70c367e931c81e9c8062d37c1035b..5cd8a8c787faf1e963e9bcb189c8664192e8d485 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * ./arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h
  *
  * Copyright (C) 2015 Renesas Electronics Corporation
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __ASM_ARCH_RCAR_GEN3_BASE_H
 #define SMSTPCR10              0xE6150998
 #define SMSTPCR11              0xE615099C
 
-/* SDHI */
-#define CONFIG_SYS_SH_SDHI0_BASE       0xEE100000
-#define CONFIG_SYS_SH_SDHI1_BASE       0xEE120000
-#define CONFIG_SYS_SH_SDHI2_BASE       0xEE140000
-#define CONFIG_SYS_SH_SDHI3_BASE       0xEE160000
-
 /* PFC */
+#define PFC_PUEN5      0xE6060414
+#define PUEN_SSI_SDATA4        BIT(17)
 #define PFC_PUEN6       0xE6060418
 #define PUEN_USB1_OVC   (1 << 2)
 #define PUEN_USB1_PWEN  (1 << 1)
 
+/* IICDVFS (I2C) */
+#define CONFIG_SYS_I2C_SH_BASE0        0xE60B0000
+
 #ifndef __ASSEMBLY__
 #include <asm/types.h>
+#include <linux/bitops.h>
 
 /* RWDT */
 struct rcar_rwdt {