mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 13:20:50 +07:00
4bb2d1009f
This branch contains a handful of updates of SoC base code that had dependencies on other external trees that have now been merged: * Support for the new EXYNOS5250 SoC from Samsung * SMP and power domain support for Tegra3 from NVIDIA * ux500 updates for exporting SoC information through sysfs -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJPcpwnAAoJEIwa5zzehBx3RIQP/AvTVHF7EIXfu5XGLBYeKW+U HBeT1kO1qL8m3gA/+DG/JzNpd8JDlILGob6hUN4lqA8f49MBkmttdbATZvBj4Nx+ T4+louPteiueexJdolj6hVCuNBhFJLgik3zMKGHvL8wbvqYHKpfqvuWWuzxtP3Hl F1BvFSrQ5TZALGtNiRWDMwxFa2oA03ZNXjy+v9i3GIdn1vH18/IDryz7/7MW6GPv NuKmZkcEpX2jDFe3AkqUMLxqMYizfuGg20FlV4tmxiF5Wlht6EiN38Y56LZgwuly mde6AWN8qgwTYDk4cJ5ZVJtwkowosF5ko57V3SPmVaVc/WajZ0v28gt9YgNLVPL7 TXFEUJgIxzJnyM+DoSltzQ9tCsWUscQGmyPt4QSOLO2D76/3z+8+24/EwAIM/7Bj u5/+74k5jDBZe1suCt/1P1Vr3l5Z3os483R7y4BtyLtWtQvBcjpkITj9lHmnsAf3 RqN2Z4osLcILwWVKa2y2DCOeJm0jvSCsn53+O3FGTSqhfwWTUVkqaDALeGXwJGbH 2rMks18BqJ2sT2ruFXHiVvZOj/8XxkcLsq8ztnuYoHQssrNtAtBM97l/xi1V7L0z FmXnPszVA1mIkelsY2VDImEks/Iaad4o3Iuba9Yr3OKOSr/d8kLyB0reTmS/SHQL u/o8ch/V5QVEo/H+ud7K =X89H -----END PGP SIGNATURE----- Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull "ARM: More SoC support updates" from Olof Johansson: "This branch contains a handful of updates of SoC base code that had dependencies on other external trees that have now been merged: * Support for the new EXYNOS5250 SoC from Samsung * SMP and power domain support for Tegra3 from NVIDIA * ux500 updates for exporting SoC information through sysfs" Fix up trivial merge conflicts as per Olof. * tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (30 commits) ARM: mach-shmobile: ap4evb: Reserve DMA memory for the frame buffer ARM: EXYNOS: Fix compilation error with mach-exynos4-dt board ARM: dts: add initial dts file for EXYNOS5250, SMDK5250 ARM: EXYNOS: add support device tree enabled board file for EXYNOS5 ARM: EXYNOS: add support ARCH_EXYNOS5 for EXYNOS5 SoCs ARM: EXYNOS: add support get_core_count() for EXYNOS5250 ARM: EXYNOS: support EINT for EXYNOS4 and EXYNOS5 ARM: EXYNOS: add interrupt definitions for EXYNOS5250 ARM: EXYNOS: add support for EXYNOS5250 SoC ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5 ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5 ARM: EXYNOS: add clock part for EXYNOS5250 SoC ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts() ARM: EXYNOS: to declare static for mach-exynos/common.c ARM: EXYNOS: Add clkdev lookup entry for lcd clock ARM: dt: Explicitly configure all serial ports on Tegra Cardhu ARM: tegra: support for secondary cores on Tegra30 ARM: tegra: support for Tegra30 CPU powerdomains ARM: tegra: add support for Tegra30 powerdomains ARM: tegra: export tegra_powergate_is_powered() ...
92 lines
3.4 KiB
C
92 lines
3.4 KiB
C
/*
|
|
* Copyright (C) ST-Ericsson SA 2010
|
|
*
|
|
* License terms: GNU General Public License (GPL) version 2
|
|
*/
|
|
|
|
#ifndef __BOARD_MOP500_H
|
|
#define __BOARD_MOP500_H
|
|
|
|
/* Snowball specific GPIO assignments, this board has no GPIO expander */
|
|
#define SNOWBALL_ACCEL_INT1_GPIO 163
|
|
#define SNOWBALL_ACCEL_INT2_GPIO 164
|
|
#define SNOWBALL_MAGNET_DRDY_GPIO 165
|
|
#define SNOWBALL_SDMMC_EN_GPIO 217
|
|
#define SNOWBALL_SDMMC_1V8_3V_GPIO 228
|
|
#define SNOWBALL_SDMMC_CD_GPIO 218
|
|
|
|
/* HREFv60-specific GPIO assignments, this board has no GPIO expander */
|
|
#define HREFV60_SDMMC_1V8_3V_GPIO 5
|
|
#define HREFV60_CAMERA_FLASH_ENABLE 21
|
|
#define HREFV60_MAGNET_DRDY_GPIO 32
|
|
#define HREFV60_DISP1_RST_GPIO 65
|
|
#define HREFV60_DISP2_RST_GPIO 66
|
|
#define HREFV60_ACCEL_INT1_GPIO 82
|
|
#define HREFV60_ACCEL_INT2_GPIO 83
|
|
#define HREFV60_SDMMC_CD_GPIO 95
|
|
#define HREFV60_XSHUTDOWN_SECONDARY_SENSOR 140
|
|
#define HREFV60_TOUCH_RST_GPIO 143
|
|
#define HREFV60_HAL_SW_GPIO 145
|
|
#define HREFV60_SDMMC_EN_GPIO 169
|
|
#define HREFV60_MMIO_XENON_CHARGE 170
|
|
#define HREFV60_PROX_SENSE_GPIO 217
|
|
|
|
/* MOP500 generic GPIOs */
|
|
#define CAMERA_FLASH_INT_PIN 7
|
|
#define CYPRESS_TOUCH_INT_PIN 84
|
|
#define XSHUTDOWN_PRIMARY_SENSOR 141
|
|
#define XSHUTDOWN_SECONDARY_SENSOR 142
|
|
#define CYPRESS_TOUCH_RST_GPIO 143
|
|
#define MOP500_HDMI_RST_GPIO 196
|
|
#define CYPRESS_SLAVE_SELECT_GPIO 216
|
|
|
|
/* GPIOs on the TC35892 expander */
|
|
#define MOP500_EGPIO(x) (NOMADIK_NR_GPIO + (x))
|
|
#define GPIO_MAGNET_DRDY MOP500_EGPIO(1)
|
|
#define GPIO_SDMMC_CD MOP500_EGPIO(3)
|
|
#define GPIO_CAMERA_FLASH_ENABLE MOP500_EGPIO(4)
|
|
#define GPIO_MMIO_XENON_CHARGE MOP500_EGPIO(5)
|
|
#define GPIO_PROX_SENSOR MOP500_EGPIO(7)
|
|
#define GPIO_HAL_SENSOR MOP500_EGPIO(8)
|
|
#define GPIO_ACCEL_INT1 MOP500_EGPIO(10)
|
|
#define GPIO_ACCEL_INT2 MOP500_EGPIO(11)
|
|
#define GPIO_BU21013_CS MOP500_EGPIO(13)
|
|
#define MOP500_DISP2_RST_GPIO MOP500_EGPIO(14)
|
|
#define MOP500_DISP1_RST_GPIO MOP500_EGPIO(15)
|
|
#define GPIO_SDMMC_EN MOP500_EGPIO(17)
|
|
#define GPIO_SDMMC_1V8_3V_SEL MOP500_EGPIO(18)
|
|
#define MOP500_EGPIO_END MOP500_EGPIO(24)
|
|
|
|
/*
|
|
* GPIOs on the AB8500 mixed-signals circuit
|
|
* Notice that we subtract 1 from the number passed into the macro, this is
|
|
* because the AB8500 GPIO pins are enumbered starting from 1, so the value in
|
|
* parens matches the GPIO pin number in the data sheet.
|
|
*/
|
|
#define MOP500_AB8500_PIN_GPIO(x) (MOP500_EGPIO_END + (x) - 1)
|
|
/*Snowball AB8500 GPIO */
|
|
#define SNOWBALL_VSMPS2_1V8_GPIO MOP500_AB8500_PIN_GPIO(1) /* SYSCLKREQ2/GPIO1 */
|
|
#define SNOWBALL_PM_GPIO1_GPIO MOP500_AB8500_PIN_GPIO(2) /* SYSCLKREQ3/GPIO2 */
|
|
#define SNOWBALL_WLAN_CLK_REQ_GPIO MOP500_AB8500_PIN_GPIO(3) /* SYSCLKREQ4/GPIO3 */
|
|
#define SNOWBALL_PM_GPIO4_GPIO MOP500_AB8500_PIN_GPIO(4) /* SYSCLKREQ6/GPIO4 */
|
|
#define SNOWBALL_EN_3V6_GPIO MOP500_AB8500_PIN_GPIO(16) /* PWMOUT3/GPIO16 */
|
|
#define SNOWBALL_PME_ETH_GPIO MOP500_AB8500_PIN_GPIO(24) /* SYSCLKREQ7/GPIO24 */
|
|
#define SNOWBALL_EN_3V3_ETH_GPIO MOP500_AB8500_PIN_GPIO(26) /* GPIO26 */
|
|
|
|
struct i2c_board_info;
|
|
|
|
extern void mop500_sdi_init(struct device *parent);
|
|
extern void snowball_sdi_init(struct device *parent);
|
|
extern void hrefv60_sdi_init(struct device *parent);
|
|
extern void mop500_sdi_tc35892_init(struct device *parent);
|
|
void __init mop500_u8500uib_init(void);
|
|
void __init mop500_stuib_init(void);
|
|
void __init mop500_pins_init(void);
|
|
void __init hrefv60_pins_init(void);
|
|
void __init snowball_pins_init(void);
|
|
|
|
void mop500_uib_i2c_add(int busnum, struct i2c_board_info *info,
|
|
unsigned n);
|
|
|
|
#endif
|