mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 14:26:42 +07:00
ce53044c68
These changes are specific to some driver that may be used by multiple boards or socs. The most significant change in here is the move of the samsung iommu code from a platform specific in-kernel interface to the generic iommu subsystem. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJPuevXAAoJEIwa5zzehBx3D8YQAKfoY3TFjJ9KmJgk69/pc7cf Of0rvX+35NezGFljIyRdspz+DsV+vhJravwdVxOagRKvVBOb9qnZIXnl3gkLnTw4 dCVMFMqCwXhBeXlXCzHSeRmt2+4/fmJnr7jr4xh9omOAJ9BZv5ftmKNW4zP5wr1L +9HBwzkxlVisR4NCz2q66YBjsV2dXA3dv2hZxEFkUdQFYJGqZoUXLYHF9yno20i3 knKNXEyAFYFUKHiFVBQJ1tYGmZlaIjw14g+GTqzZay2Pi/HjUXfrPd0VwNkBzZf/ H1N3/cf4GJ2+K/zYqh+H/Xjf/Fjkp1dFNhlUQ7+l5Jwbu7C1B2euvwTO4OaqrfdD 7eqG3+uIKhPO2Z8ZySLFgx4ghybtwgZrAwOjsa+ymTugqPbiWYB/zZR1iWu5DMk/ TnNb6P3ciP+WMpoMFh1kXRc/eCCCHtuQ0rLRxizSX6HIpxWvjYFNLH7L3wS+KtlB 7vsS764d1JFW318bsdBi+V/LWRVXeSWWetTzdzDcM/Syz3ZqfPy7e3Ge6qx0lvYe 5ojgzKwVqpJenZdt91UC16cMXNqDTzmZObz6LOCmVm1mB5kYSgEHYxAQQvuGFjXT 28kGyBQNsBboJGaYh2O/CTsVXnHnaPXrtDDWMDacWNwwPYnnA2L8lUNfAg1DgA1j Z6CO8Knfct01EpQLtybK =hgkg -----END PGP SIGNATURE----- Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull arm-soc driver specific updates from Olof Johansson: "These changes are specific to some driver that may be used by multiple boards or socs. The most significant change in here is the move of the samsung iommu code from a platform specific in-kernel interface to the generic iommu subsystem." Fix up trivial conflicts in arch/arm/mach-exynos/Kconfig * tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (28 commits) mmc: dt: Consolidate DT bindings iommu/exynos: Add iommu driver for EXYNOS Platforms ARM: davinci: optimize the DMA ISR ARM: davinci: implement DEBUG_LL port choice ARM: tegra: Add SMMU enabler in AHB ARM: tegra: Add Tegra AHB driver Input: pxa27x_keypad add choice to set direct_key_mask Input: pxa27x_keypad direct key may be low active Input: pxa27x_keypad bug fix for direct_key_mask Input: pxa27x_keypad keep clock on as wakeup source ARM: dt: tegra: pinmux changes for USB ULPI ARM: tegra: add USB ULPI PHY reset GPIO to device tree ARM: tegra: don't hard-code USB ULPI PHY reset_gpio ARM: tegra: change pll_p_out4's rate to 24MHz ARM: tegra: fix pclk rate ARM: tegra: reparent sclk to pll_c_out1 ARM: tegra: Add pllc clock init table ARM: dt: tegra cardhu: basic audio support ARM: dt: tegra30.dtsi: Add audio-related nodes ARM: tegra: add AUXDATA required for audio ...
161 lines
2.7 KiB
Plaintext
161 lines
2.7 KiB
Plaintext
/*
|
|
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
|
|
*
|
|
* 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.
|
|
*/
|
|
/dts-v1/;
|
|
|
|
/include/ "omap4.dtsi"
|
|
|
|
/ {
|
|
model = "TI OMAP4 SDP board";
|
|
compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x80000000 0x40000000>; /* 1 GB */
|
|
};
|
|
|
|
vdd_eth: fixedregulator@0 {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "VDD_ETH";
|
|
regulator-min-microvolt = <3300000>;
|
|
regulator-max-microvolt = <3300000>;
|
|
gpio = <&gpio2 16 0>; /* gpio line 48 */
|
|
enable-active-high;
|
|
regulator-boot-on;
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
debug0 {
|
|
label = "omap4:green:debug0";
|
|
gpios = <&gpio2 29 0>; /* 61 */
|
|
};
|
|
|
|
debug1 {
|
|
label = "omap4:green:debug1";
|
|
gpios = <&gpio1 30 0>; /* 30 */
|
|
};
|
|
|
|
debug2 {
|
|
label = "omap4:green:debug2";
|
|
gpios = <&gpio1 7 0>; /* 7 */
|
|
};
|
|
|
|
debug3 {
|
|
label = "omap4:green:debug3";
|
|
gpios = <&gpio1 8 0>; /* 8 */
|
|
};
|
|
|
|
debug4 {
|
|
label = "omap4:green:debug4";
|
|
gpios = <&gpio2 18 0>; /* 50 */
|
|
};
|
|
|
|
user1 {
|
|
label = "omap4:blue:user";
|
|
gpios = <&gpio6 9 0>; /* 169 */
|
|
};
|
|
|
|
user2 {
|
|
label = "omap4:red:user";
|
|
gpios = <&gpio6 10 0>; /* 170 */
|
|
};
|
|
|
|
user3 {
|
|
label = "omap4:green:user";
|
|
gpios = <&gpio5 11 0>; /* 139 */
|
|
};
|
|
};
|
|
};
|
|
|
|
&i2c1 {
|
|
clock-frequency = <400000>;
|
|
|
|
twl: twl@48 {
|
|
reg = <0x48>;
|
|
/* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */
|
|
interrupts = <0 7 4>; /* IRQ_SYS_1N cascaded to gic */
|
|
interrupt-parent = <&gic>;
|
|
};
|
|
};
|
|
|
|
/include/ "twl6030.dtsi"
|
|
|
|
&i2c2 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
&i2c3 {
|
|
clock-frequency = <400000>;
|
|
|
|
/*
|
|
* Temperature Sensor
|
|
* http://www.ti.com/lit/ds/symlink/tmp105.pdf
|
|
*/
|
|
tmp105@48 {
|
|
compatible = "ti,tmp105";
|
|
reg = <0x48>;
|
|
};
|
|
|
|
/*
|
|
* Ambient Light Sensor
|
|
* http://www.rohm.com/products/databook/sensor/pdf/bh1780gli-e.pdf
|
|
*/
|
|
bh1780@29 {
|
|
compatible = "rohm,bh1780";
|
|
reg = <0x29>;
|
|
};
|
|
};
|
|
|
|
&i2c4 {
|
|
clock-frequency = <400000>;
|
|
|
|
/*
|
|
* 3-Axis Digital Compass
|
|
* http://www.sparkfun.com/datasheets/Sensors/Magneto/HMC5843.pdf
|
|
*/
|
|
hmc5843@1e {
|
|
compatible = "honeywell,hmc5843";
|
|
reg = <0x1e>;
|
|
};
|
|
};
|
|
|
|
&mcspi1 {
|
|
eth@0 {
|
|
compatible = "ks8851";
|
|
spi-max-frequency = <24000000>;
|
|
reg = <0>;
|
|
interrupt-parent = <&gpio2>;
|
|
interrupts = <2>; /* gpio line 34 */
|
|
vdd-supply = <&vdd_eth>;
|
|
};
|
|
};
|
|
|
|
&mmc1 {
|
|
vmmc-supply = <&vmmc>;
|
|
bus-width = <8>;
|
|
};
|
|
|
|
&mmc2 {
|
|
vmmc-supply = <&vaux1>;
|
|
bus-width = <8>;
|
|
ti,non-removable;
|
|
};
|
|
|
|
&mmc3 {
|
|
status = "disable";
|
|
};
|
|
|
|
&mmc4 {
|
|
status = "disable";
|
|
};
|
|
|
|
&mmc5 {
|
|
bus-width = <4>;
|
|
ti,non-removable;
|
|
};
|