linux_dsm_epyc7002/arch/arm/boot/dts
Thomas Petazzoni d7d5a43c0d ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
When the Crypto SRAM mappings were added to the Device Tree files
describing the Armada XP boards in commit c466d997bb ("ARM: mvebu:
define crypto SRAM ranges for all armada-xp boards"), the fact that
those mappings were overlaping with the PCIe memory aperture was
overlooked. Due to this, we currently have for all Armada XP platforms
a situation that looks like this:

Memory mapping on Armada XP boards with internal registers at
0xf1000000:

 - 0x00000000 -> 0xf0000000	3.75G 	RAM
 - 0xf0000000 -> 0xf1000000	16M	NOR flashes (AXP GP / AXP DB)
 - 0xf1000000 -> 0xf1100000	1M	internal registers
 - 0xf8000000 -> 0xffe0000	126M	PCIe memory aperture
 - 0xf8100000 -> 0xf8110000	64KB	Crypto SRAM #0	=> OVERLAPS WITH PCIE !
 - 0xf8110000 -> 0xf8120000	64KB	Crypto SRAM #1	=> OVERLAPS WITH PCIE !
 - 0xffe00000 -> 0xfff00000	1M	PCIe I/O aperture
 - 0xfff0000  -> 0xffffffff	1M	BootROM

The overlap means that when PCIe devices are added, depending on their
memory window needs, they might or might not be mapped into the
physical address space. Indeed, they will not be mapped if the area
allocated in the PCIe memory aperture by the PCI core overlaps with
one of the Crypto SRAM. Typically, a Intel IGB PCIe NIC that needs 8MB
of PCIe memory will see its PCIe memory window allocated from
0xf80000000 for 8MB, which overlaps with the Crypto SRAM windows. Due
to this, the PCIe window is not created, and any attempt to access the
PCIe window makes the kernel explode:

[    3.302213] igb: Copyright (c) 2007-2014 Intel Corporation.
[    3.307841] pci 0000:00:09.0: enabling device (0140 -> 0143)
[    3.313539] mvebu_mbus: cannot add window '4:f8', conflicts with another window
[    3.320870] mvebu-pcie soc:pcie-controller: Could not create MBus window at [mem 0xf8000000-0xf87fffff]: -22
[    3.330811] Unhandled fault: external abort on non-linefetch (0x1008) at 0xf08c0018

This problem does not occur on Armada 370 boards, because we use the
following memory mapping (for boards that have internal registers at
0xf1000000):

 - 0x00000000 -> 0xf0000000	3.75G 	RAM
 - 0xf0000000 -> 0xf1000000	16M	NOR flashes (AXP GP / AXP DB)
 - 0xf1000000 -> 0xf1100000	1M	internal registers
 - 0xf1100000 -> 0xf1110000	64KB	Crypto SRAM #0 => OK !
 - 0xf8000000 -> 0xffe0000	126M	PCIe memory
 - 0xffe00000 -> 0xfff00000	1M	PCIe I/O
 - 0xfff0000  -> 0xffffffff	1M	BootROM

Obviously, the solution is to align the location of the Crypto SRAM
mappings of Armada XP to be similar with the ones on Armada 370, i.e
have them between the "internal registers" area and the beginning of
the PCIe aperture.

However, we have a special case with the OpenBlocks AX3-4 platform,
which has a 128 MB NOR flash. Currently, this NOR flash is mapped from
0xf0000000 to 0xf8000000. This is possible because on OpenBlocks
AX3-4, the internal registers are not at 0xf1000000. And this explains
why the Crypto SRAM mappings were not configured at the same place on
Armada XP.

Hence, the solution is two-fold:

 (1) Move the NOR flash mapping on Armada XP OpenBlocks AX3-4 from
     0xe8000000 to 0xf0000000. This frees the 0xf0000000 ->
     0xf80000000 space.

 (2) Move the Crypto SRAM mappings on Armada XP to be similar to
     Armada 370 (except of course that Armada XP has two Crypto SRAM
     and not one).

After this patch, the memory mapping on Armada XP boards with
registers at 0xf1 is:

 - 0x00000000 -> 0xf0000000	3.75G 	RAM
 - 0xf0000000 -> 0xf1000000	16M	NOR flashes (AXP GP / AXP DB)
 - 0xf1000000 -> 0xf1100000	1M	internal registers
 - 0xf1100000 -> 0xf1110000	64KB	Crypto SRAM #0
 - 0xf1110000 -> 0xf1120000	64KB	Crypto SRAM #1
 - 0xf8000000 -> 0xffe0000	126M	PCIe memory
 - 0xffe00000 -> 0xfff00000	1M	PCIe I/O
 - 0xfff0000  -> 0xffffffff	1M	BootROM

And the memory mapping for the special case of the OpenBlocks AX3-4
(internal registers at 0xd0000000, NOR of 128 MB):

 - 0x00000000 -> 0xc0000000	3G 	RAM
 - 0xd0000000 -> 0xd1000000	1M	internal registers
 - 0xe800000  -> 0xf0000000	128M	NOR flash
 - 0xf1100000 -> 0xf1110000	64KB	Crypto SRAM #0
 - 0xf1110000 -> 0xf1120000	64KB	Crypto SRAM #1
 - 0xf8000000 -> 0xffe0000	126M	PCIe memory
 - 0xffe00000 -> 0xfff00000	1M	PCIe I/O
 - 0xfff0000  -> 0xffffffff	1M	BootROM

Fixes: c466d997bb ("ARM: mvebu: define crypto SRAM ranges for all armada-xp boards")
Reported-by: Phil Sutter <phil@nwl.cc>
Cc: Phil Sutter <phil@nwl.cc>
Cc: <stable@vger.kernel.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2016-03-11 11:49:55 -08:00
..
include
aks-cdu.dts
alphascale-asm9260-devkit.dts
alphascale-asm9260.dtsi
alpine-db.dts
alpine.dtsi
am33xx-clocks.dtsi
am33xx.dtsi Merge branch 'enable-devices' into omap-for-v4.5/fixes 2016-01-25 10:46:21 -08:00
am35xx-clocks.dtsi
am43x-epos-evm.dts ARM: dts: am437x: pixcir_tangoc: use correct flags for irq types 2016-01-27 08:56:24 -08:00
am43xx-clocks.dtsi ARM: dts: am4372: fix clock source for arm twd and global timers 2015-12-09 16:46:25 -08:00
am57xx-beagle-x15.dts ARM: DTS: am57xx-beagle-x15: Select SYS_CLK2 for audio clocks 2016-02-10 16:25:22 -08:00
am57xx-cl-som-am57x.dts ARM: dts: am335x/am57xx: replace gpio-key,wakeup with wakeup-source property 2016-02-10 16:23:58 -08:00
am57xx-sbc-am57x.dts ARM: dts: am57xx: sbc-am57x: fix UART3 pinmux 2016-01-27 09:19:31 -08:00
am335x-baltos-ir5221.dts ARM: dts: am335x-baltos-ir5221: Use AM33XX_IOPAD pinmux macro 2015-11-30 08:43:20 -08:00
am335x-base0033.dts
am335x-bone-common.dtsi Revert "regulator: tps65217: remove tps65217.dtsi file" 2016-02-19 09:05:53 -08:00
am335x-bone.dts
am335x-boneblack.dts ARM: dts: am335x-boneblack: Use pinctrl constants and AM33XX_IOPAD macro 2015-11-30 08:48:52 -08:00
am335x-bonegreen.dts ARM: dts: am335x-bonegreen: Use AM33XX_IOPAD pinmux macro 2015-11-30 08:43:20 -08:00
am335x-chiliboard.dts ARM: dts: am335x-chiliboard: Use AM33XX_IOPAD pinmux macro 2015-11-30 08:43:21 -08:00
am335x-chilisom.dtsi Revert "regulator: tps65217: remove tps65217.dtsi file" 2016-02-19 09:05:53 -08:00
am335x-cm-t335.dts ARM: dts: cm-t335: add support for bluetooth 2015-12-17 10:04:22 -08:00
am335x-evm.dts ARM: dts: am335x: replace gpio-key,wakeup with wakeup-source property 2015-12-17 09:51:48 -08:00
am335x-evmsk.dts ARM: dts: am335x: replace gpio-key,wakeup with wakeup-source property 2015-12-17 09:51:48 -08:00
am335x-igep0033.dtsi
am335x-lxm.dts ARM: dts: am335x-lxm: Use AM33XX_IOPAD pinmux macro 2015-11-30 08:43:22 -08:00
am335x-nano.dts Revert "regulator: tps65217: remove tps65217.dtsi file" 2016-02-19 09:05:53 -08:00
am335x-pepper.dts Revert "regulator: tps65217: remove tps65217.dtsi file" 2016-02-19 09:05:53 -08:00
am335x-phycore-som.dtsi ARM: dts: am335x-phycore-som: Use AM33XX_IOPAD pinmux macro 2015-11-30 08:43:23 -08:00
am335x-sbc-t335.dts ARM: dts: cm-t335: add support for DVI/LCD 2015-12-17 10:04:22 -08:00
am335x-shc.dts ARM: dts: am335x/am57xx: replace gpio-key,wakeup with wakeup-source property 2016-02-10 16:23:58 -08:00
am335x-sl50.dts Revert "regulator: tps65217: remove tps65217.dtsi file" 2016-02-19 09:05:53 -08:00
am335x-wega-rdk.dts
am335x-wega.dtsi ARM: dts: am335x-wega: Use AM33XX_IOPAD pinmux macro 2015-11-30 08:43:23 -08:00
am437x-cm-t43.dts ARM: dts: am437x: cm-t43: add touchscreen support 2015-12-03 08:12:59 -08:00
am437x-gp-evm.dts ARM: dts: am437x: pixcir_tangoc: use correct flags for irq types 2016-01-27 08:56:24 -08:00
am437x-idk-evm.dts ARM: dts: am437x-idk-evm: Use AM4372_IOPAD pinmux macro 2015-11-30 08:43:24 -08:00
am437x-sbc-t43.dts ARM: dts: am437x: cm-t43: add lcd support 2015-12-03 08:13:32 -08:00
am437x-sk-evm.dts ARM: dts: am437x-sk-evm: Use AM4372_IOPAD pinmux macro 2015-11-30 08:43:25 -08:00
am3517_mt_ventoux.dts
am3517-craneboard.dts ARM: dts: am3517-craneboard: Use OMAP3_CORE1_IOPAD pinmux macro 2015-11-30 08:43:24 -08:00
am3517-evm.dts
am3517.dtsi
am4372.dtsi ARM: dts: am4372: fix irq type for arm twd and global timer 2016-01-27 08:47:13 -08:00
animeo_ip.dts ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property 2015-11-16 15:53:04 +01:00
arm-realview-pb11mp.dts ARM: realview: set up cache correctly on the PB11MPCore 2015-12-31 16:49:17 +01:00
arm-realview-pb1176.dts
armada-38x-solidrun-microsom.dtsi ARM: dts: Add SolidRun Armada 388 Clearfog A1 DT file 2015-12-08 17:58:01 +01:00
armada-38x.dtsi mvebu: dts: enable IP checksum with jumbo frames for Armada 38x on Port0 2015-12-02 23:35:05 -05:00
armada-39x.dtsi
armada-370-db.dts
armada-370-dlink-dns327l.dts
armada-370-mirabox.dts
armada-370-netgear-rn102.dts ARM: dts: armada: replace isil, irq2-can-wakeup-machine with wakeup-source property 2015-12-15 17:55:35 +01:00
armada-370-netgear-rn104.dts ARM: dts: armada: replace isil, irq2-can-wakeup-machine with wakeup-source property 2015-12-15 17:55:35 +01:00
armada-370-rd.dts
armada-370-seagate-nas-2bay.dts
armada-370-seagate-nas-4bay.dts
armada-370-seagate-nas-xbay.dtsi
armada-370-seagate-personal-cloud-2bay.dts
armada-370-seagate-personal-cloud.dts
armada-370-seagate-personal-cloud.dtsi
armada-370-synology-ds213j.dts
armada-370-xp.dtsi
armada-370.dtsi
armada-375-db.dts
armada-375.dtsi
armada-380.dtsi
armada-385-db-ap.dts ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
armada-385-linksys-caiman.dts
armada-385-linksys-cobra.dts
armada-385-linksys.dtsi
armada-385.dtsi
armada-388-clearfog.dts ARM: dts: Add SolidRun Armada 388 Clearfog A1 DT file 2015-12-08 17:58:01 +01:00
armada-388-db.dts
armada-388-gp.dts ARM: mvebu: remove duplicated regulator definition in Armada 388 GP 2015-12-07 18:23:46 +01:00
armada-388-rd.dts
armada-388.dtsi
armada-390.dtsi
armada-398-db.dts
armada-398.dtsi
armada-xp-axpwifiap.dts ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window 2016-03-11 11:49:55 -08:00
armada-xp-db.dts ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window 2016-03-11 11:49:55 -08:00
armada-xp-gp.dts ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window 2016-03-11 11:49:55 -08:00
armada-xp-lenovo-ix4-300d.dts ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window 2016-03-11 11:49:55 -08:00
armada-xp-linksys-mamba.dts ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window 2016-03-11 11:49:55 -08:00
armada-xp-matrix.dts ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window 2016-03-11 11:49:55 -08:00
armada-xp-mv78230.dtsi
armada-xp-mv78260.dtsi
armada-xp-mv78460.dtsi
armada-xp-netgear-rn2120.dts ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window 2016-03-11 11:49:55 -08:00
armada-xp-openblocks-ax3-4.dts ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window 2016-03-11 11:49:55 -08:00
armada-xp-synology-ds414.dts ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window 2016-03-11 11:49:55 -08:00
armada-xp.dtsi
armv7-m.dtsi
at91-ariag25.dts
at91-ariettag25.dts
at91-cosino_mega2560.dts
at91-cosino.dtsi
at91-foxg20.dts ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property 2015-11-16 15:53:04 +01:00
at91-kizbox2.dts ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property 2015-11-16 15:53:04 +01:00
at91-kizbox.dts ARM: at91/dt: remove leftovers clock definition 2015-11-16 15:53:05 +01:00
at91-kizboxmini.dts ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property 2015-11-16 15:53:04 +01:00
at91-qil_a9260.dts ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property 2015-11-16 15:53:04 +01:00
at91-sama5d2_xplained.dts ARM: dts: at91: sama5d2 xplained: add phy address and IRQ for macb0 2016-01-27 11:14:22 +01:00
at91-sama5d3_xplained.dts ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property 2015-11-16 15:53:04 +01:00
at91-sama5d4_ma5d4.dtsi ARM: at91/dt: sama5d4: Add support for DENX MA5D4 SoM and EVK 2015-12-15 11:07:26 +01:00
at91-sama5d4_ma5d4evk.dts ARM: at91/dt: sama5d4: Add support for DENX MA5D4 SoM and EVK 2015-12-15 11:07:26 +01:00
at91-sama5d4_xplained.dts ARM: dts: at91: sama5d4 xplained: fix phy0 IRQ type 2016-01-27 11:14:25 +01:00
at91-sama5d4ek.dts ARM: dts: at91: sama5d4ek: add phy address and IRQ for macb0 2016-01-27 11:14:23 +01:00
at91-vinco.dts ARM: at91/dt: Add Support for the L+G VInCo platform 2015-12-21 15:19:04 +01:00
at91rm9200_pqfp.dtsi
at91rm9200.dtsi
at91rm9200ek.dts ARM: at91/dt: remove leftovers clock definition 2015-11-16 15:53:05 +01:00
at91sam9g15.dtsi
at91sam9g15ek.dts
at91sam9g20.dtsi
at91sam9g20ek_2mmc.dts
at91sam9g20ek_common.dtsi ARM: at91/dt: remove leftovers clock definition 2015-11-16 15:53:05 +01:00
at91sam9g20ek.dts
at91sam9g25.dtsi
at91sam9g25ek.dts
at91sam9g35.dtsi
at91sam9g35ek.dts
at91sam9g45.dtsi
at91sam9m10g45ek.dts ARM: at91/dt: remove leftovers clock definition 2015-11-16 15:53:05 +01:00
at91sam9n12.dtsi
at91sam9n12ek.dts ARM: dts: at91: at91sam9n12ek: fix panel compatible string 2016-01-27 11:13:11 +01:00
at91sam9rl.dtsi
at91sam9rlek.dts ARM: at91/dt: remove leftovers clock definition 2015-11-16 15:53:05 +01:00
at91sam9x5_can.dtsi
at91sam9x5_isi.dtsi
at91sam9x5_lcd.dtsi
at91sam9x5_macb0.dtsi
at91sam9x5_macb1.dtsi
at91sam9x5_usart3.dtsi
at91sam9x5.dtsi
at91sam9x5cm.dtsi ARM: at91/dt: remove leftovers clock definition 2015-11-16 15:53:05 +01:00
at91sam9x5dm.dtsi
at91sam9x5ek.dtsi
at91sam9x25.dtsi
at91sam9x25ek.dts
at91sam9x35.dtsi
at91sam9x35ek.dts
at91sam9xe.dtsi
at91sam9260.dtsi
at91sam9261.dtsi
at91sam9261ek.dts ARM: at91/dt: remove leftovers clock definition 2015-11-16 15:53:05 +01:00
at91sam9263.dtsi
at91sam9263ek.dts ARM: at91/dt: remove leftovers clock definition 2015-11-16 15:53:05 +01:00
atlas6-evb.dts
atlas6.dtsi
atlas7-evb.dts
atlas7.dtsi
axm55xx.dtsi
axm5516-amarillo.dts
axm5516-cpus.dtsi
axp22x.dtsi
axp152.dtsi
axp209.dtsi
bcm9hmidc.dtsi
bcm283x.dtsi ARM: bcm2835: Add the auxiliary clocks to the device tree. 2015-12-31 17:17:01 +01:00
bcm2835-rpi-a-plus.dts ARM: bcm2835: Move the CPU/peripheral include out of common RPi DT. 2015-12-31 17:16:59 +01:00
bcm2835-rpi-b-plus.dts ARM: bcm2835: Move the CPU/peripheral include out of common RPi DT. 2015-12-31 17:16:59 +01:00
bcm2835-rpi-b-rev2.dts ARM: bcm2835: Move the CPU/peripheral include out of common RPi DT. 2015-12-31 17:16:59 +01:00
bcm2835-rpi-b.dts ARM: bcm2835: Move the CPU/peripheral include out of common RPi DT. 2015-12-31 17:16:59 +01:00
bcm2835-rpi.dtsi ARM: bcm2835: Move the CPU/peripheral include out of common RPi DT. 2015-12-31 17:16:59 +01:00
bcm2835.dtsi ARM: bcm2835: Split the DT for peripherals from the DT for the CPU 2015-12-31 17:16:58 +01:00
bcm2836-rpi-2-b.dts ARM: bcm2835: Add devicetree for bcm2836 and Raspberry Pi 2 B 2015-12-31 17:17:00 +01:00
bcm2836.dtsi ARM: bcm2835: Add devicetree for bcm2836 and Raspberry Pi 2 B 2015-12-31 17:17:00 +01:00
bcm4708-asus-rt-ac56u.dts
bcm4708-asus-rt-ac68u.dts
bcm4708-buffalo-wzr-1750dhp.dts
bcm4708-luxul-xwc-1000.dts
bcm4708-netgear-r6250.dts
bcm4708-netgear-r6300-v2.dts
bcm4708-smartrg-sr400ac.dts
bcm4708.dtsi ARM: BCM: Add SMP support for Broadcom 4708 2015-12-07 12:30:51 -08:00
bcm4709-asus-rt-ac87u.dts
bcm4709-buffalo-wxr-1900dhp.dts
bcm4709-netgear-r7000.dts
bcm4709-netgear-r8000.dts ARM: BCM5301X: Add missing Netgear R8000 LEDs 2015-12-06 19:45:17 -08:00
bcm5301x-nand-cs0-bch8.dtsi
bcm5301x.dtsi ARM: dts: enable clock support for BCM5301X 2015-11-20 10:14:31 -08:00
bcm7445-bcm97445svmb.dts
bcm7445.dtsi
bcm11351.dtsi ARM: BCM: Clean up SMP support for Broadcom Kona 2015-12-07 12:30:17 -08:00
bcm21664-garnet.dts
bcm21664.dtsi ARM: BCM: Clean up SMP support for Broadcom Kona 2015-12-07 12:30:17 -08:00
bcm28155-ap.dts
bcm47081-asus-rt-n18u.dts
bcm47081-buffalo-wzr-600dhp2.dts
bcm47081-buffalo-wzr-900dhp.dts
bcm47081.dtsi
bcm59056.dtsi
bcm63138.dtsi ARM: dts: BCM63xx: Add ARMPLL device tree nodes 2015-12-06 19:45:17 -08:00
bcm94708.dts ARM: dts: bcm5301x: Add BCM SVK DT files 2015-11-16 10:48:59 -08:00
bcm94709.dts ARM: dts: bcm5301x: Add BCM SVK DT files 2015-11-16 10:48:59 -08:00
bcm911360_entphn.dts
bcm911360k.dts
bcm953012k.dts ARM: dts: bcm5301x: Add BCM SVK DT files 2015-11-16 10:48:59 -08:00
bcm958300k.dts
bcm958305k.dts
bcm958625k.dts ARM: dts: enable pinctrl for Broadcom NSP 2015-12-06 19:45:19 -08:00
bcm963138dvt.dts
bcm-cygnus-clock.dtsi
bcm-cygnus.dtsi ARM: dts: Enable MSI support for Broadcom Cygnus 2015-12-07 14:14:40 -08:00
bcm-nsp.dtsi ARM: dts: Add SMP support for Broadcom NSP 2015-12-07 12:26:54 -08:00
berlin2-sony-nsz-gs7.dts
berlin2.dtsi arm: dts: berlin2: add watchdog nodes 2015-11-28 12:28:04 +01:00
berlin2cd-google-chromecast.dts
berlin2cd.dtsi arm: dts: berlin2cd: add watchdog nodes 2015-11-28 12:28:00 +01:00
berlin2q-marvell-dmp.dts arm: dts: berlin2q-marvell-dmp: add sdhci1 fully functionality 2015-12-06 10:26:55 +01:00
berlin2q.dtsi ARM: DT updates for v4.5 2016-01-20 18:16:29 -08:00
compulab-sb-som.dtsi ARM: dts: am57xx: compulab-sb-som: add HDMI connector 2015-12-03 08:20:14 -08:00
cros-adc-thermistors.dtsi
cros-ec-keyboard.dtsi
cros-ec-sbs.dtsi
cx92755_equinox.dts
cx92755.dtsi
da850-enbw-cmc.dts ARM: DTS: da850: Enable eDMA1 2015-12-24 16:32:14 +05:30
da850-evm.dts ARM: DTS: da850: Enable eDMA1 2015-12-24 16:32:14 +05:30
da850.dtsi ARM: DTS: da850: Enable DMA for SPI1 2015-12-24 16:32:14 +05:30
dm814x-clocks.dtsi ARM: dts: Fix some mux and divider clocks to get dm814x-evm booting 2015-12-09 16:53:46 -08:00
dm814x.dtsi ARM: dts: Add usb support for dm814x and dra62x 2015-12-22 16:01:11 -08:00
dm816x-clocks.dtsi
dm816x.dtsi ARM: DT updates for v4.5 2016-01-20 18:16:29 -08:00
dm8148-evm.dts ARM: dts: Add usb support for dm814x-evm 2015-12-22 16:01:16 -08:00
dm8148-t410.dts ARM: dts: Add usb support for hp t410 2015-12-22 16:01:37 -08:00
dm8168-evm.dts
dove-cm-a510.dtsi
dove-cubox-es.dts
dove-cubox.dts ARM: dts: enable GPU for SolidRun's Cubox 2015-12-15 17:46:34 +01:00
dove-d2plug.dts
dove-d3plug.dts
dove-dove-db.dts
dove-sbc-a510.dts
dove.dtsi ARM: dts: dove: add DT GPU support 2015-12-15 17:46:16 +01:00
dra7-evm.dts ARM: dts: DRA7-EVM: Add regulator-allow-bypass property for ldo9 2015-12-18 08:43:30 -08:00
dra7.dtsi ARM: dts: dra7: do not gate cpsw clock due to errata i877 2016-03-07 01:41:22 -07:00
dra7xx-clocks.dtsi
dra62x-clocks.dtsi ARM: dts: Add basic support for dra62x j5-eco SoC 2015-12-22 16:00:20 -08:00
dra62x-j5eco-evm.dts ARM: dts: Add usb support for j5-eco evm 2015-12-22 16:01:41 -08:00
dra62x.dtsi ARM: dts: Add basic support for dra62x j5-eco SoC 2015-12-22 16:00:20 -08:00
dra72-evm.dts ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2 2015-12-18 08:43:04 -08:00
dra72x.dtsi
dra74x.dtsi
ea3250.dts arm: dts: lpc32xx: move USB controller subdevices into own device node 2015-11-18 18:01:27 +02:00
ecx-2000.dts
ecx-common.dtsi
efm32gg-dk3750.dts
efm32gg.dtsi
elpida_ecb240abacn.dtsi
emev2-kzm9d.dts
emev2.dtsi ARM: shmobile: emev2 dtsi: Use "arm,pl390" for GIC 2015-12-14 17:26:17 +09:00
ethernut5.dts
evk-pro3.dts
exynos4-cpu-thermal.dtsi
exynos4.dtsi Samsung DeviceTree updates and improvements for 4.5 2015-12-31 17:31:56 +01:00
exynos4x12-pinctrl.dtsi
exynos4x12.dtsi ARM: dts: Unify G2D device node with other devices on exynos4 2015-12-29 09:07:44 +09:00
exynos5.dtsi ARM: dts: Add syscon-{reboot, poweroff} nodes for exynos5 2015-11-20 15:57:36 +09:00
exynos3250-monk.dts
exynos3250-pinctrl.dtsi
exynos3250-rinato.dts
exynos3250.dtsi ARM: dts: Add syscon-{reboot, poweroff} nodes for exynos3250 2015-11-20 15:55:17 +09:00
exynos4210-origen.dts ARM: dts: Unify G2D device node with other devices on exynos4 2015-12-29 09:07:44 +09:00
exynos4210-pinctrl.dtsi
exynos4210-smdkv310.dts ARM: dts: Unify G2D device node with other devices on exynos4 2015-12-29 09:07:44 +09:00
exynos4210-trats.dts
exynos4210-universal_c210.dts ARM: dts: exynos4210-universal_c210: Disable DMA for UARTs 2015-12-29 09:07:43 +09:00
exynos4210.dtsi ARM: dts: Unify G2D device node with other devices on exynos4 2015-12-29 09:07:44 +09:00
exynos4212.dtsi
exynos4412-odroid-common.dtsi ARM: dts: Unify G2D device node with other devices on exynos4 2015-12-29 09:07:44 +09:00
exynos4412-odroidu3.dts ARM: dts: Remove unneeded GPIO include in exynos4412-odroidu3 2015-12-29 09:07:43 +09:00
exynos4412-odroidx2.dts
exynos4412-odroidx.dts
exynos4412-origen.dts ARM: dts: Unify G2D device node with other devices on exynos4 2015-12-29 09:07:44 +09:00
exynos4412-smdk4412.dts ARM: dts: Unify G2D device node with other devices on exynos4 2015-12-29 09:07:44 +09:00
exynos4412-tiny4412.dts
exynos4412-tmu-sensor-conf.dtsi
exynos4412-trats2.dts ARM: dts: Enable PRNG module on exynos4412-trats2 2015-12-29 09:07:41 +09:00
exynos4412.dtsi ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz> 2015-11-23 23:39:49 +01:00
exynos4415-pinctrl.dtsi
exynos4415.dtsi
exynos5250-arndale.dts
exynos5250-pinctrl.dtsi
exynos5250-smdk5250.dts
exynos5250-snow-common.dtsi ARM: dts: Mark eMMC as non-removable in exynos5250-snow-common 2015-12-29 09:07:10 +09:00
exynos5250-snow-rev5.dts
exynos5250-snow.dts
exynos5250-spring.dts
exynos5250.dtsi ARM: dts: Add rotator node on exynos5250 2015-12-29 09:07:42 +09:00
exynos5260-pinctrl.dtsi
exynos5260-xyref5260.dts
exynos5260.dtsi
exynos5410-smdk5410.dts
exynos5410.dtsi ARM: dts: Add syscon-{reboot, poweroff} nodes for exynos5410 2015-11-20 15:58:44 +09:00
exynos5420-arndale-octa.dts
exynos5420-peach-pit.dts ARM: dts: Remove broken-cd from eMMC node in exynos5420-peach-pi 2015-12-29 09:07:10 +09:00
exynos5420-pinctrl.dtsi
exynos5420-smdk5420.dts
exynos5420-trip-points.dtsi
exynos5420.dtsi ARM: dts: Add rotator node on exynos5420 2015-12-29 09:07:42 +09:00
exynos5422-cpu-thermal.dtsi
exynos5422-cpus.dtsi
exynos5422-odroidxu3-audio.dtsi
exynos5422-odroidxu3-common.dtsi ARM: dts: Remove fimd node from exynos5422-odroidxu3-common 2015-12-29 09:07:11 +09:00
exynos5422-odroidxu3-lite.dts ARM: dts: Use peripheral mode for dwc3_1 on exynos5422-odroidxu3 2015-12-29 09:07:43 +09:00
exynos5422-odroidxu3.dts ARM: dts: Use peripheral mode for dwc3_1 on exynos5422-odroidxu3 2015-12-29 09:07:43 +09:00
exynos5422-odroidxu4.dts
exynos5440-sd5v1.dts
exynos5440-ssdk5440.dts
exynos5440-tmu-sensor-conf.dtsi
exynos5440-trip-points.dtsi
exynos5440.dtsi
exynos5800-peach-pi.dts ARM: DT updates for v4.5 2016-01-20 18:16:29 -08:00
exynos5800.dtsi
ge863-pro3.dtsi
hi3620-hi4511.dts
hi3620.dtsi
highbank.dts
hip01-ca9x2.dts
hip01.dtsi
hip04-d01.dts
hip04.dtsi
hisi-x5hd2-dkb.dts
hisi-x5hd2.dtsi
imx1-ads.dts
imx1-apf9328.dts
imx1-pinfunc.h
imx1.dtsi
imx6dl-apf6dev.dts
imx6dl-aristainetos2_4.dts
imx6dl-aristainetos2_7.dts
imx6dl-aristainetos_4.dts
imx6dl-aristainetos_7.dts
imx6dl-cubox-i.dts
imx6dl-dfi-fs700-m60.dts
imx6dl-gw51xx.dts
imx6dl-gw52xx.dts
imx6dl-gw53xx.dts
imx6dl-gw54xx.dts
imx6dl-gw551x.dts
imx6dl-gw552x.dts
imx6dl-hummingboard.dts
imx6dl-nit6xlite.dts
imx6dl-nitrogen6x.dts
imx6dl-phytec-pbab01.dts
imx6dl-phytec-pfla02.dtsi
imx6dl-pinfunc.h
imx6dl-rex-basic.dts
imx6dl-riotboard.dts
imx6dl-sabreauto.dts
imx6dl-sabrelite.dts
imx6dl-sabresd.dts
imx6dl-tx6dl-comtft.dts
imx6dl-tx6u-801x.dts
imx6dl-tx6u-811x.dts
imx6dl-udoo.dts
imx6dl-wandboard-revb1.dts
imx6dl-wandboard.dts
imx6dl.dtsi ARM: dts: imx6: add Vivante GPU nodes 2015-12-22 20:43:41 +08:00
imx6q-apf6dev.dts
imx6q-arm2.dts
imx6q-cm-fx6.dts
imx6q-cubox-i.dts
imx6q-dfi-fs700-m60.dts
imx6q-dmo-edmqmx6.dts
imx6q-gk802.dts
imx6q-gw51xx.dts
imx6q-gw52xx.dts
imx6q-gw53xx.dts
imx6q-gw54xx.dts
imx6q-gw551x.dts
imx6q-gw552x.dts
imx6q-gw5400-a.dts ARM: dts: imx6: Fix Ethernet PHY mode on Ventana boards 2015-12-15 16:53:15 +08:00
imx6q-hummingboard.dts
imx6q-nitrogen6_max.dts
imx6q-nitrogen6x.dts
imx6q-novena.dts ARM: dts: imx6q: add Novena board 2015-12-22 20:43:42 +08:00
imx6q-phytec-pbab01.dts
imx6q-phytec-pfla02.dtsi
imx6q-pinfunc.h
imx6q-rex-pro.dts
imx6q-sabreauto.dts
imx6q-sabrelite.dts
imx6q-sabresd.dts
imx6q-sbc6x.dts
imx6q-tbs2910.dts
imx6q-tx6q-1010-comtft.dts
imx6q-tx6q-1010.dts
imx6q-tx6q-1020-comtft.dts
imx6q-tx6q-1020.dts
imx6q-tx6q-1110.dts
imx6q-udoo.dts
imx6q-wandboard-revb1.dts
imx6q-wandboard.dts
imx6q.dtsi ARM: dts: imx6q: clean up unused ipu2grp 2016-01-07 06:13:32 +01:00
imx6qdl-apf6.dtsi
imx6qdl-apf6dev.dtsi
imx6qdl-aristainetos2.dtsi
imx6qdl-aristainetos.dtsi
imx6qdl-cubox-i.dtsi
imx6qdl-dfi-fs700-m60.dtsi
imx6qdl-gw51xx.dtsi ARM: dts: imx: ventana: add PWM nodes for Ventana boards 2015-12-22 20:42:25 +08:00
imx6qdl-gw52xx.dtsi ARM: dts: imx: ventana: Add SPI support for GW52xx 2015-12-22 20:42:25 +08:00
imx6qdl-gw53xx.dtsi ARM: dts: imx: ventana: add PWM nodes for Ventana boards 2015-12-22 20:42:25 +08:00
imx6qdl-gw54xx.dtsi ARM: dts: imx: ventana: add PWM nodes for Ventana boards 2015-12-22 20:42:25 +08:00
imx6qdl-gw551x.dtsi ARM: dts: imx: ventana: add PWM nodes for Ventana boards 2015-12-22 20:42:25 +08:00
imx6qdl-gw552x.dtsi ARM: dts: imx: ventana: add PWM nodes for Ventana boards 2015-12-22 20:42:25 +08:00
imx6qdl-hummingboard.dtsi
imx6qdl-microsom-ar8035.dtsi
imx6qdl-microsom.dtsi
imx6qdl-nit6xlite.dtsi
imx6qdl-nitrogen6_max.dtsi
imx6qdl-nitrogen6x.dtsi
imx6qdl-phytec-pbab01.dtsi
imx6qdl-phytec-pfla02.dtsi
imx6qdl-rex.dtsi
imx6qdl-sabreauto.dtsi ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl 2015-12-15 16:48:56 +08:00
imx6qdl-sabrelite.dtsi
imx6qdl-sabresd.dtsi
imx6qdl-tx6.dtsi
imx6qdl-udoo.dtsi
imx6qdl-wandboard-revb1.dtsi
imx6qdl-wandboard-revc1.dtsi
imx6qdl-wandboard.dtsi
imx6qdl.dtsi ARM: dts: imx6: remove bogus interrupt-parent from CAAM node 2016-01-28 16:48:15 +08:00
imx6sl-evk.dts
imx6sl-pinfunc.h
imx6sl-warp.dts
imx6sl.dtsi ARM: dts: imx6: Change the clock name for spba clock 2015-12-22 20:43:36 +08:00
imx6sx-pinfunc.h
imx6sx-sabreauto.dts
imx6sx-sdb-reva.dts
imx6sx-sdb.dts
imx6sx-sdb.dtsi
imx6sx.dtsi ARM: dts: imx6: Change the clock name for spba clock 2015-12-22 20:43:36 +08:00
imx6ul-14x14-evk.dts
imx6ul-pinfunc.h
imx6ul.dtsi ARM: dts: imx6ul: Add ADC support 2015-12-22 20:42:22 +08:00
imx7d-cl-som-imx7.dts ARM: dts: imx7d: cl-som-imx7: add basic module support 2015-12-22 20:43:43 +08:00
imx7d-pinfunc.h
imx7d-sbc-imx7.dts ARM: dts: imx7d: sbc-imx7: add basic board support 2015-12-22 20:43:43 +08:00
imx7d-sdb.dts ARM: dts: imx7d-sdb: add ADC support 2015-12-22 20:43:39 +08:00
imx7d.dtsi ARM: dts: imx7d.dtsi: add ADC support 2015-12-22 20:43:38 +08:00
imx23-evk.dts
imx23-olinuxino.dts
imx23-pinfunc.h
imx23-stmp378x_devb.dts
imx23.dtsi
imx25-eukrea-cpuimx25.dtsi
imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts
imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts
imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts
imx25-eukrea-mbimxsd25-baseboard.dts
imx25-karo-tx25.dts
imx25-pdk.dts
imx25-pinfunc.h ARM: dts: imx25-pinfunc: add some more pin configurations 2015-12-22 20:42:22 +08:00
imx25.dtsi ARM: dts: imx25: add alias for pwm nodes 2015-12-22 20:42:24 +08:00
imx27-apf27.dts
imx27-apf27dev.dts
imx27-eukrea-cpuimx27.dtsi
imx27-eukrea-mbimxsd27-baseboard.dts
imx27-pdk.dts
imx27-phytec-phycard-s-rdk.dts
imx27-phytec-phycard-s-som.dtsi
imx27-phytec-phycore-rdk.dts
imx27-phytec-phycore-som.dtsi
imx27-pinfunc.h
imx27.dtsi ARM: dts: imx27.dtsi: change the clock information for usb 2015-11-18 14:07:54 +08:00
imx28-apf28.dts
imx28-apf28dev.dts
imx28-apx4devkit.dts
imx28-cfa10036.dts
imx28-cfa10037.dts
imx28-cfa10049.dts
imx28-cfa10055.dts
imx28-cfa10056.dts
imx28-cfa10057.dts ARM: mxs: dt: cfa10057: fix backlight PWM 2015-12-22 20:43:38 +08:00
imx28-cfa10058.dts
imx28-duckbill.dts
imx28-eukrea-mbmx28lc.dtsi
imx28-eukrea-mbmx283lc.dts
imx28-eukrea-mbmx287lc.dts
imx28-evk.dts
imx28-m28.dtsi
imx28-m28cu3.dts
imx28-m28evk.dts
imx28-pinfunc.h
imx28-sps1.dts
imx28-tx28.dts
imx28.dtsi ARM: dts: imx28: add alternate auart4 pinmux 2015-12-22 20:43:40 +08:00
imx31-bug.dts
imx31.dtsi
imx35-eukrea-cpuimx35.dtsi
imx35-eukrea-mbimxsd35-baseboard.dts
imx35-pdk.dts
imx35-pinfunc.h
imx35.dtsi
imx50-evk.dts
imx50-pinfunc.h
imx50.dtsi
imx51-apf51.dts
imx51-apf51dev.dts
imx51-babbage.dts
imx51-digi-connectcore-jsk.dts
imx51-digi-connectcore-som.dtsi
imx51-eukrea-cpuimx51.dtsi
imx51-eukrea-mbimxsd51-baseboard.dts
imx51-pinfunc.h
imx51-ts4800.dts ARM: dts: TS-4800: add touchscreen support 2015-12-22 20:43:42 +08:00
imx51.dtsi
imx53-ard.dts
imx53-m53.dtsi
imx53-m53evk.dts
imx53-mba53.dts
imx53-pinfunc.h
imx53-qsb-common.dtsi
imx53-qsb.dts
imx53-qsrb.dts
imx53-smd.dts
imx53-tqma53.dtsi
imx53-tx53-x03x.dts
imx53-tx53-x13x.dts
imx53-tx53.dtsi
imx53-voipac-bsb.dts
imx53-voipac-dmm-668.dtsi
imx53.dtsi
integrator.dtsi
integratorap.dts
integratorcp.dts
k2e-clocks.dtsi
k2e-evm.dts
k2e-netcp.dtsi
k2e.dtsi
k2hk-clocks.dtsi
k2hk-evm.dts
k2hk-netcp.dtsi
k2hk.dtsi
k2l-clocks.dtsi
k2l-evm.dts
k2l-netcp.dtsi ARM: dts: keystone: k2l: fix kernel crash when clk_ignore_unused is not in bootargs 2015-11-23 10:36:27 -08:00
k2l.dtsi
keystone-clocks.dtsi
keystone.dtsi
kirkwood-98dx4122.dtsi
kirkwood-6192.dtsi
kirkwood-6281.dtsi
kirkwood-6282.dtsi
kirkwood-b3.dts
kirkwood-blackarmor-nas220.dts
kirkwood-cloudbox.dts
kirkwood-d2net.dts
kirkwood-db-88f6281.dts
kirkwood-db-88f6282.dts
kirkwood-db.dtsi
kirkwood-dir665.dts
kirkwood-dns320.dts
kirkwood-dns325.dts
kirkwood-dnskw.dtsi
kirkwood-dockstar.dts
kirkwood-dreamplug.dts
kirkwood-ds109.dts
kirkwood-ds110jv10.dts
kirkwood-ds111.dts
kirkwood-ds112.dts ARM: dts: kirkwood: use unique machine name for ds112 2016-02-09 11:17:25 +01:00
kirkwood-ds209.dts
kirkwood-ds210.dts
kirkwood-ds212.dts
kirkwood-ds212j.dts
kirkwood-ds409.dts
kirkwood-ds409slim.dts
kirkwood-ds411.dts
kirkwood-ds411j.dts
kirkwood-ds411slim.dts
kirkwood-goflexnet.dts
kirkwood-guruplug-server-plus.dts
kirkwood-ib62x0.dts
kirkwood-iconnect.dts
kirkwood-iomega_ix2_200.dts
kirkwood-is2.dts
kirkwood-km_common.dtsi
kirkwood-km_fixedeth.dts
kirkwood-km_kirkwood.dts
kirkwood-laplug.dts
kirkwood-lschlv2.dts
kirkwood-lswvl.dts ARM: dts: kirkwood: gpio-leds fixes for linkstation ls-wvl/vl 2016-01-25 15:05:11 +01:00
kirkwood-lswxl.dts ARM: dts: kirkwood: gpio-leds fixes for linkstation ls-wxl/wsxl 2016-01-25 14:49:26 +01:00
kirkwood-lsxhl.dts
kirkwood-lsxl.dtsi
kirkwood-mplcec4.dts
kirkwood-mv88f6281gtw-ge.dts
kirkwood-nas2big.dts
kirkwood-net2big.dts
kirkwood-net5big.dts
kirkwood-netgear_readynas_duo_v2.dts
kirkwood-netgear_readynas_nv+_v2.dts
kirkwood-netxbig.dtsi
kirkwood-ns2-common.dtsi
kirkwood-ns2.dts
kirkwood-ns2lite.dts
kirkwood-ns2max.dts
kirkwood-ns2mini.dts
kirkwood-nsa3x0-common.dtsi
kirkwood-nsa310.dts
kirkwood-nsa310a.dts
kirkwood-nsa320.dts
kirkwood-nsa325.dts ARM: dts: kirkwood: Add DTS for Zyxel NSA325 2015-12-15 17:12:55 +01:00
kirkwood-openblocks_a6.dts
kirkwood-openblocks_a7.dts
kirkwood-openrd-base.dts
kirkwood-openrd-client.dts
kirkwood-openrd-ultimate.dts
kirkwood-openrd.dtsi
kirkwood-pogo_e02.dts
kirkwood-pogoplug-series-4.dts ARM: mvebu: kirkwood: Add compatible property to "partitions" node 2016-01-25 13:16:04 +01:00
kirkwood-rd88f6192.dts
kirkwood-rd88f6281-a.dts
kirkwood-rd88f6281-z0.dts
kirkwood-rd88f6281.dtsi
kirkwood-rs212.dts
kirkwood-rs409.dts
kirkwood-rs411.dts
kirkwood-sheevaplug-common.dtsi
kirkwood-sheevaplug-esata.dts
kirkwood-sheevaplug.dts
kirkwood-synology.dtsi
kirkwood-t5325.dts
kirkwood-topkick.dts
kirkwood-ts219-6281.dts
kirkwood-ts219-6282.dts
kirkwood-ts219.dtsi ARM: dts: Kirkwood: Fix QNAP TS219 power-off 2015-11-19 11:21:34 +01:00
kirkwood-ts419-6281.dts
kirkwood-ts419-6282.dts
kirkwood-ts419.dtsi
kirkwood.dtsi
logicpd-torpedo-37xx-devkit.dts ARM: OMAP2+: LogicPD Torpedo: Add Touchscreen Support 2015-12-21 11:10:40 -08:00
logicpd-torpedo-som.dtsi ARM: dts: LogicPD Torpedo: Revert Duplicative Entries 2016-01-27 09:15:53 -08:00
lpc18xx.dtsi ARM: dts: lpc18xx: add EEPROM memory node 2015-12-14 23:12:53 +01:00
lpc32xx.dtsi arm: dts: lpc32xx: move USB controller subdevices into own device node 2015-11-18 18:01:27 +02:00
lpc4337-ciaa.dts ARM: dts: lpc4337-ciaa: add i2c0 and devices 2015-12-14 23:13:06 +01:00
lpc4350-hitex-eval.dts
lpc4350.dtsi
lpc4357-ea4357-devkit.dts ARM: dts: lpc4357-ea4357: add mma7455 i2c accelerometer 2015-12-14 23:13:05 +01:00
lpc4357.dtsi ARM: dts: lpc4357: enable EEPROM memory 2015-12-14 23:13:04 +01:00
ls1021a-qds.dts ARM: dts: ls1021a: add sata node to dts 2015-12-22 20:43:40 +08:00
ls1021a-twr.dts ARM: dts: ls1021a: add sata node to dts 2015-12-22 20:43:40 +08:00
ls1021a.dtsi ARM: dts: ls1021a: add sata node to dts 2015-12-22 20:43:40 +08:00
Makefile ARM: bcm2835: Add devicetree for bcm2836 and Raspberry Pi 2 B 2015-12-31 17:17:00 +01:00
meson6-atv1200.dts
meson6.dtsi
meson8-minix-neo-x8.dts
meson8.dtsi
meson8b-mxq.dts
meson8b-odroidc1.dts ARM: meson: Add status LED for Odroid-C1 2016-01-04 10:54:38 +01:00
meson8b.dtsi ARM: dts: meson8b: Add watchdog node 2016-01-04 10:54:45 +01:00
meson.dtsi
mmp2-brownstone.dts
mmp2.dtsi
moxart-uc7112lx.dts
moxart.dtsi
mpa1600.dts
mt2701-evb.dts ARM: dts: mediatek: add MT2701 basic support 2015-11-20 13:59:05 +01:00
mt2701.dtsi ARM: dts: mediatek: add MT2701 basic support 2015-11-20 13:59:05 +01:00
mt6580-evbp1.dts
mt6580.dtsi
mt6589-aquaris5.dts
mt6589.dtsi
mt6592-evb.dts
mt6592.dtsi
mt8127-moose.dts
mt8127.dtsi
mt8135-evbp1.dts
mt8135-pinfunc.h
mt8135.dtsi ARM: mediatek: DT: Move reset controller constants into common location 2015-11-24 18:58:12 +01:00
mxs-pinfunc.h
nspire-classic.dtsi
nspire-clp.dts
nspire-cx.dts
nspire-tp.dts
nspire.dtsi
omap2.dtsi
omap3-beagle-xm-ab.dts
omap3-beagle-xm.dts ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-beagle.dts ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-cm-t3x30.dtsi
omap3-cm-t3x.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-cm-t3517.dts
omap3-cm-t3530.dts
omap3-cm-t3730.dts
omap3-devkit8000-common.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-devkit8000-lcd43.dts
omap3-devkit8000-lcd70.dts
omap3-devkit8000-lcd-common.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-devkit8000.dts
omap3-evm-37xx.dts ARM: dts: omap3-evm-37xx: Use OMAP3_*_IOPAD pinmux macros 2015-11-30 08:43:27 -08:00
omap3-evm-common.dtsi
omap3-evm.dts
omap3-gta04.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-gta04a3.dts
omap3-gta04a4.dts
omap3-gta04a5.dts
omap3-ha-common.dtsi
omap3-ha-lcd.dts
omap3-ha.dts
omap3-igep0020-common.dtsi
omap3-igep0020-rev-f.dts
omap3-igep0020.dts ARM: dts: omap3-igep0020: Use MMC pwrseq to init SDIO WiFi 2015-12-07 16:11:10 -08:00
omap3-igep0030-common.dtsi
omap3-igep0030-rev-g.dts
omap3-igep0030.dts ARM: dts: omap3-igep0030: Use MMC pwrseq to init SDIO WiFi 2015-12-07 16:11:43 -08:00
omap3-igep.dtsi
omap3-ldp.dts ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-lilly-a83x.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-lilly-dbb056.dts
omap3-n9.dts
omap3-n900.dts ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-n950-n9.dtsi ARM: dts: omap3-n9: Use OMAP3_CORE1_IOPAD pinmux macro 2015-11-30 08:43:28 -08:00
omap3-n950.dts
omap3-overo-alto35-common.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-overo-alto35.dts
omap3-overo-base.dtsi
omap3-overo-chestnut43-common.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-overo-chestnut43.dts
omap3-overo-common-dvi.dtsi
omap3-overo-common-lcd35.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-overo-common-lcd43.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-overo-common-peripherals.dtsi
omap3-overo-gallop43-common.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-overo-gallop43.dts
omap3-overo-palo35-common.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-overo-palo35.dts
omap3-overo-palo43-common.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-overo-palo43.dts
omap3-overo-storm-alto35.dts
omap3-overo-storm-chestnut43.dts
omap3-overo-storm-gallop43.dts
omap3-overo-storm-palo35.dts
omap3-overo-storm-palo43.dts
omap3-overo-storm-summit.dts
omap3-overo-storm-tobi.dts
omap3-overo-storm-tobiduo.dts
omap3-overo-storm.dtsi
omap3-overo-summit-common.dtsi
omap3-overo-summit.dts
omap3-overo-tobi-common.dtsi
omap3-overo-tobi.dts
omap3-overo-tobiduo-common.dtsi
omap3-overo-tobiduo.dts
omap3-overo.dtsi
omap3-pandora-1ghz.dts
omap3-pandora-600mhz.dts
omap3-pandora-common.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-panel-sharp-ls037v7dw01.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap3-sb-t35.dtsi
omap3-sbc-t3517.dts
omap3-sbc-t3530.dts
omap3-sbc-t3730.dts
omap3-tao3530.dtsi
omap3-thunder.dts
omap3-zoom3.dts ARM: dts: omap3-zoom3: Use OMAP3_*_IOPAD pinmux macros 2015-11-30 08:43:28 -08:00
omap3.dtsi ARM: dts: am437x/am33xx/omap/dm816x: Add gpmc dma channel 2015-11-30 11:03:35 -08:00
omap3xxx-clocks.dtsi
omap4-cpu-thermal.dtsi
omap4-duovero-parlor.dts ARM: DT updates for v4.5 2016-01-20 18:16:29 -08:00
omap4-duovero.dtsi
omap4-panda-a4.dts ARM: dts: omap4-panda-a4: Use OMAP4_IOPAD pinmux macro 2015-11-30 08:43:29 -08:00
omap4-panda-common.dtsi ARM: dts: omap4-panda-common: Use OMAP4_IOPAD pinmux macro 2015-11-30 08:43:30 -08:00
omap4-panda-es.dts ARM: dts: omap4-panda-es: Use OMAP4_IOPAD pinmux macro 2015-11-30 08:43:30 -08:00
omap4-panda.dts
omap4-sdp-es23plus.dts ARM: dts: omap4-sdp-es23plus: Use OMAP4_IOPAD pinmux macro 2015-11-30 08:43:31 -08:00
omap4-sdp.dts ARM: dts: omap4-sdp: Use OMAP4_IOPAD pinmux macro 2015-11-30 08:43:30 -08:00
omap4-var-dvk-om44.dts
omap4-var-om44customboard.dtsi ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap4-var-som-om44-wlan.dtsi
omap4-var-som-om44.dtsi
omap4-var-stk-om44.dts
omap4.dtsi ARM: dts: omap4: Add elm node 2015-11-30 14:03:47 -08:00
omap5-board-common.dtsi Merge branch 'enable-devices' into omap-for-v4.5/fixes 2016-01-25 10:46:21 -08:00
omap5-cm-t54.dts ARM: dts: omap: replace legacy *,wakeup property with wakeup-source 2015-12-17 09:52:32 -08:00
omap5-core-thermal.dtsi
omap5-gpu-thermal.dtsi
omap5-igep0050.dts
omap5-sbc-t54.dts
omap5-uevm.dts ARM: dts: omap5-uevm.dts: Use OMAP5_IOPAD pinmux macro 2015-11-30 08:43:32 -08:00
omap5.dtsi ARM: dts: am437x/am33xx/omap/dm816x: Add gpmc dma channel 2015-11-30 11:03:35 -08:00
omap24xx-clocks.dtsi
omap34xx-omap36xx-clocks.dtsi
omap34xx.dtsi
omap36xx-am35xx-omap3430es2plus-clocks.dtsi
omap36xx-clocks.dtsi
omap36xx-omap3430es2plus-clocks.dtsi
omap36xx.dtsi
omap44xx-clocks.dtsi
omap54xx-clocks.dtsi
omap443x-clocks.dtsi
omap443x.dtsi
omap446x-clocks.dtsi
omap2420-clocks.dtsi
omap2420-h4.dts
omap2420-n8x0-common.dtsi
omap2420-n800.dts
omap2420-n810-wimax.dts
omap2420-n810.dts
omap2420.dtsi
omap2430-clocks.dtsi
omap2430-sdp.dts
omap2430.dtsi
omap3430-sdp.dts
omap3430es1-clocks.dtsi
omap4460.dtsi
omap-gpmc-smsc911x.dtsi
omap-gpmc-smsc9221.dtsi
omap-zoom-common.dtsi
orion5x-lacie-d2-network.dts
orion5x-lacie-ethernet-disk-mini-v2.dts
orion5x-linkstation-lswtgl.dts ARM: dts: orion5x: fix the missing mtd flash on linkstation lswtgl 2016-02-09 11:17:53 +01:00
orion5x-lswsgl.dts
orion5x-maxtor-shared-storage-2.dts
orion5x-mv88f5182.dtsi
orion5x-rd88f5182-nas.dts
orion5x.dtsi
phy3250.dts arm: dts: lpc32xx: move USB controller subdevices into own device node 2015-11-18 18:01:27 +02:00
picoxcell-pc3x2.dtsi
picoxcell-pc3x3.dtsi
picoxcell-pc7302-pc3x2.dts
picoxcell-pc7302-pc3x3.dts
pm9g45.dts
prima2-evb.dts
prima2.dtsi
pxa2xx.dtsi
pxa3xx.dtsi
pxa27x.dtsi
pxa168-aspenite.dts
pxa168.dtsi
pxa910-dkb.dts
pxa910.dtsi
qcom-apq8064-cm-qs600.dts ARM: dts: qcom: apq8064: Declare all pm8921 regulators 2015-12-08 23:33:12 -06:00
qcom-apq8064-ifc6410.dts PCI changes for the v4.5 merge window: 2016-01-21 11:52:16 -08:00
qcom-apq8064-sony-xperia-yuga.dts ARM: dts: qcom: apq8064: Introduce Sony Xperia Z dts 2015-12-08 23:33:12 -06:00
qcom-apq8064-v2.0.dtsi
qcom-apq8064.dtsi PCI changes for the v4.5 merge window: 2016-01-21 11:52:16 -08:00
qcom-apq8074-dragonboard.dts arm: dts: qcom: Add aliases for PMICs 2015-12-08 23:33:12 -06:00
qcom-apq8084-ifc6540.dts arm: dts: qcom: Add aliases for PMICs 2015-12-08 23:33:12 -06:00
qcom-apq8084-mtp.dts arm: dts: qcom: Add aliases for PMICs 2015-12-08 23:33:12 -06:00
qcom-apq8084.dtsi arm: dts: Add support for PMA8084 on APQ8084 2015-12-15 23:35:19 -06:00
qcom-ipq8064-ap148.dts
qcom-ipq8064-v1.0.dtsi
qcom-ipq8064.dtsi
qcom-msm8660-surf.dts
qcom-msm8660.dtsi
qcom-msm8960-cdp.dts
qcom-msm8960.dtsi arm: dts: qcom: Add board clocks 2015-12-08 23:33:12 -06:00
qcom-msm8974-sony-xperia-honami.dts ARM: dts: qcom: msm8974: Disable wled and move it to honami 2015-12-08 23:33:13 -06:00
qcom-msm8974.dtsi ARM: dts: qcom: msm8974: Add i2c8 node 2015-12-08 23:33:13 -06:00
qcom-pm8841.dtsi arm: dts: qcom: Add generic PMIC gpio/MPP compat strings 2015-12-08 23:33:13 -06:00
qcom-pm8941.dtsi ARM: dts: qcom: msm8974: Disable wled and move it to honami 2015-12-08 23:33:13 -06:00
qcom-pma8084.dtsi arm: dts: qcom: Add generic PMIC gpio/MPP compat strings 2015-12-08 23:33:13 -06:00
r7s72100-genmai.dts
r7s72100.dtsi ARM: shmobile: r7s72100 dtsi: Use "arm,pl390" for GIC 2015-12-14 17:26:16 +09:00
r8a73a4-ape6evm.dts ARM: shmobile: ape6evm dts: Add serial port config to chosen/stdout-path 2015-12-10 13:33:01 +09:00
r8a73a4.dtsi
r8a77xx-aa104xd12-panel.dtsi
r8a77xx-aa121td01-panel.dtsi
r8a7740-armadillo800eva.dts ARM: SoC fixes for v4.5 merge window 2016-01-22 17:26:00 -08:00
r8a7740.dtsi ARM: DT updates for v4.5 2016-01-20 18:16:29 -08:00
r8a7778-bockw.dts ARM: dts: bockw: Add compatible property to "partitions" node 2016-01-07 08:38:54 +11:00
r8a7778.dtsi ARM: DT updates for v4.5 2016-01-20 18:16:29 -08:00
r8a7779-marzen.dts
r8a7779.dtsi
r8a7790-lager.dts ARM: dts: lager: Add compatible property to "partitions" node 2016-01-07 08:38:56 +11:00
r8a7790.dtsi ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings 2015-12-17 10:10:54 +09:00
r8a7791-koelsch.dts ARM: dts: koelsch: Add compatible property to "partitions" node 2016-01-07 08:38:59 +11:00
r8a7791-porter.dts ARM: dts: porter: remove enable prop from HS-USB device node 2016-03-02 09:46:56 +09:00
r8a7791.dtsi ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings 2015-12-17 10:10:54 +09:00
r8a7793-gose.dts ARM: dts: gose: Add compatible property to "partitions" node 2016-01-07 08:39:04 +11:00
r8a7793.dtsi ARM: shmobile: r8a7793: IPMMU compat string SoC part number update 2015-12-15 18:16:58 +09:00
r8a7794-alt.dts ARM: shmobile: alt dts: Add serial port config to chosen/stdout-path 2015-12-10 13:32:49 +09:00
r8a7794-silk.dts ARM: dts: silk: Add compatible property to "partitions" node 2016-01-07 08:39:06 +11:00
r8a7794.dtsi ARM: shmobile: r8a7794: IPMMU compat string SoC part number update 2015-12-15 18:17:10 +09:00
rk3xxx.dtsi ARM: dts: rockchip: Setup rk3066/rk3188 ethernet0 alias for u-boot 2015-11-19 05:54:58 +01:00
rk3036-evb.dts ARM: dts: rockchip: add rk3036-evb board 2015-11-24 00:10:15 +01:00
rk3036-kylin.dts ARM: dts: rockchip: add the kylin board for rk3036 2015-12-19 18:11:48 +01:00
rk3036.dtsi ARM: dts: rockchip: add the sdio/sdmmc node for rk3036 2015-12-19 18:11:36 +01:00
rk3066a-bqcurie2.dts
rk3066a-marsboard.dts
rk3066a-rayeager.dts
rk3066a.dtsi ARM: dts: rockchip: add eFuse node for rk3066a SoCs 2015-12-14 14:14:54 +01:00
rk3188-radxarock.dts
rk3188.dtsi ARM: dts: rockchip: add eFuse node for rk3188 SoCs 2015-12-14 14:15:44 +01:00
rk3228-evb.dts ARM: dts: rockchip: add rk3228-evb board 2015-12-12 20:14:30 +01:00
rk3228.dtsi ARM: dts: rockchip: add core rk3228 dtsi 2015-12-12 20:14:25 +01:00
rk3288-evb-act8846.dts ARM: dts: rockchip: fix voltage ranges for rk3288-evb-act8846 board 2015-12-11 14:01:13 +01:00
rk3288-evb-rk808.dts ARM: dts: rockchip: move the public part to rk3288-evb common 2015-12-11 12:30:48 +01:00
rk3288-evb.dtsi ARM: dts: rockchip: move the public part to rk3288-evb common 2015-12-11 12:30:48 +01:00
rk3288-firefly-beta.dts
rk3288-firefly.dts
rk3288-firefly.dtsi
rk3288-popmetal.dts
rk3288-r89.dts ARM: dts: rockchip: add gpio-ir-receiver to the R89 board 2015-12-04 20:01:27 +01:00
rk3288-rock2-som.dtsi ARM: dts: rockchip: set system-power-controller property on rk3288-rock2 2015-11-19 21:43:31 +01:00
rk3288-rock2-square.dts ARM: dts: rockchip: Add IR receiver to RK3288 Radxa Rock 2 Square 2015-11-23 17:18:45 +01:00
rk3288-thermal.dtsi ARM: dts: rockchip: update the thermal management on rk3288 2015-12-01 14:25:36 +01:00
rk3288-veyron-brain.dts ARM: dts: rockchip: add veyron-brain board 2015-12-03 16:55:37 +01:00
rk3288-veyron-chromebook.dtsi
rk3288-veyron-jaq.dts
rk3288-veyron-jerry.dts
rk3288-veyron-mickey.dts ARM: dts: rockchip: add veyron-mickey board 2015-12-03 16:55:40 +01:00
rk3288-veyron-minnie.dts First round of arm devicetree changes. 2015-12-12 00:26:26 +01:00
rk3288-veyron-pinky.dts
rk3288-veyron-sdmmc.dtsi
rk3288-veyron-speedy.dts ARM: dts: rockchip: override thermal settings on veyron-speedy 2015-12-01 14:25:39 +01:00
rk3288-veyron.dtsi ARM: dts: rockchip: make sure edp_24m is associated to xin24m on veyron 2015-12-03 16:55:33 +01:00
rk3288.dtsi Another new soc - the rk3228 quad-core cortex-a7, a new rk3036 board, 2015-12-22 13:07:11 -08:00
s3c24xx.dtsi
s3c64xx-pinctrl.dtsi
s3c64xx.dtsi
s3c2416-pinctrl.dtsi
s3c2416-smdk2416.dts
s3c2416.dtsi
s3c6400.dtsi
s3c6410-mini6410.dts
s3c6410-smdk6410.dts
s3c6410.dtsi
s5pv210-aquila.dts
s5pv210-goni.dts
s5pv210-pinctrl.dtsi
s5pv210-smdkc110.dts
s5pv210-smdkv210.dts
s5pv210-torbreck.dts
s5pv210.dtsi
sama5d2-pinfunc.h ARM: at91/dt: fix typo in sama5d2 pinmux descriptions 2016-02-24 00:08:19 -08:00
sama5d2.dtsi ARM: at91/dt: sama5d2: add pdmic node 2015-12-22 10:37:30 +01:00
sama5d3_can.dtsi
sama5d3_emac.dtsi
sama5d3_gmac.dtsi
sama5d3_lcd.dtsi
sama5d3_mci2.dtsi
sama5d3_tcb1.dtsi
sama5d3_uart.dtsi
sama5d3.dtsi
sama5d3xcm.dtsi
sama5d3xdm.dtsi
sama5d3xmb.dtsi
sama5d4.dtsi ARM: dts: at91: sama5d4: fix instance id of DBGU 2016-01-27 11:11:51 +01:00
sama5d31.dtsi
sama5d31ek.dts
sama5d33.dtsi
sama5d33ek.dts
sama5d34.dtsi
sama5d34ek.dts
sama5d35.dtsi
sama5d35ek.dts ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property 2015-11-16 15:53:04 +01:00
sama5d36.dtsi
sama5d36ek.dts
samsung_k3pe0e000b.dtsi
sh73a0-kzm9g.dts
sh73a0.dtsi ARM: shmobile: sh73a0: Add MSIOF device nodes 2015-12-01 15:35:42 +09:00
skeleton64.dtsi
skeleton.dtsi
socfpga_arria5_socdk.dts ARM: socfpga: dts: Enable MMC support at correct place in the DT 2015-12-21 00:44:21 -06:00
socfpga_arria5.dtsi
socfpga_arria10_socdk_sdmmc.dts
socfpga_arria10_socdk.dtsi
socfpga_arria10.dtsi
socfpga_cyclone5_de0_sockit.dts ARM: socfpga: dts: Enable MMC support at correct place in the DT 2015-12-21 00:44:21 -06:00
socfpga_cyclone5_mcv.dtsi ARM: socfpga: dts: Enable MMC support at correct place in the DT 2015-12-21 00:44:21 -06:00
socfpga_cyclone5_mcvevk.dts ARM: socfpga: Repair incorrectly applied MCV patch 2015-12-18 06:22:13 -06:00
socfpga_cyclone5_socdk.dts ARM: socfpga: dts: Enable MMC support at correct place in the DT 2015-12-21 00:44:21 -06:00
socfpga_cyclone5_sockit.dts ARM: socfpga: dts: Enable MMC support at correct place in the DT 2015-12-21 00:44:21 -06:00
socfpga_cyclone5_socrates.dts
socfpga_cyclone5.dtsi
socfpga_vt.dts
socfpga.dtsi ARM: socfpga: dts: Enable MMC support at correct place in the DT 2015-12-21 00:44:21 -06:00
spear3xx.dtsi
spear13xx.dtsi
spear300-evb.dts
spear300.dtsi
spear310-evb.dts
spear310.dtsi
spear320-evb.dts
spear320-hmi.dts
spear320.dtsi
spear600-evb.dts
spear600.dtsi
spear1310-evb.dts
spear1310.dtsi
spear1340-evb.dts
spear1340.dtsi
st-pincfg.h
ste-ccu8540-pinctrl.dtsi
ste-ccu8540.dts
ste-ccu9540.dts
ste-dbx5x0.dtsi ARM: ux500: remove regulator-compatible usage 2015-11-17 14:51:23 +01:00
ste-href-ab8500.dtsi
ste-href-ab8505.dtsi
ste-href-family-pinctrl.dtsi
ste-href-stuib.dtsi ARM: ux500: push down Rohm TS to STUIB 2015-11-17 09:37:09 +01:00
ste-href-tvk1281618.dtsi ARM: ux500: configure the sensors on the TVK board correctly 2015-12-01 14:48:12 +01:00
ste-href.dtsi
ste-hrefprev60-stuib.dts
ste-hrefprev60-tvk.dts
ste-hrefprev60.dtsi
ste-hrefv60plus-stuib.dts
ste-hrefv60plus-tvk.dts
ste-hrefv60plus.dtsi ARM: ux500: push down Rohm TS to STUIB 2015-11-17 09:37:09 +01:00
ste-nomadik-nhk15.dts
ste-nomadik-pinctrl.dtsi
ste-nomadik-s8815.dts ARM: ux500: replace legacy *,wakeup property with wakeup-source 2015-11-17 09:37:09 +01:00
ste-nomadik-stn8815.dtsi ARM: nomadik: fix up SD/MMC DT settings 2016-02-04 13:24:08 -08:00
ste-snowball.dts ARM: ux500: Assign proper sensor IRQs for Snowball 2015-11-17 09:37:09 +01:00
ste-u300.dts ARM: u300: remove regulator-compatible usage 2015-11-17 14:53:12 +01:00
stih41x-b2000.dtsi
stih41x-b2020.dtsi
stih41x-b2020x.dtsi
stih41x.dtsi
stih407-b2120.dts
stih407-clock.dtsi
stih407-family.dtsi ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
stih407-pinctrl.dtsi
stih407.dtsi
stih410-b2120.dts
stih410-clock.dtsi
stih410-pinctrl.dtsi
stih410.dtsi
stih415-b2000.dts
stih415-b2020.dts
stih415-clock.dtsi
stih415-pinctrl.dtsi
stih415.dtsi
stih416-b2000.dts
stih416-b2020.dts
stih416-b2020e.dts
stih416-clock.dtsi
stih416-pinctrl.dtsi
stih416.dtsi
stih418-b2199.dts
stih418-clock.dtsi
stih418.dtsi
stihxxx-b2120.dtsi [media] c8sectpfe: Update binding to reset-gpios 2015-11-18 13:32:58 -02:00
stm32f429-disco.dts
stm32f429.dtsi
stm32429i-eval.dts
sun4i-a10-a1000.dts
sun4i-a10-ba10-tvbox.dts
sun4i-a10-chuwi-v7-cw0825.dts
sun4i-a10-cubieboard.dts
sun4i-a10-gemei-g9.dts ARM: dts: sun4i: gemei-g9: Enable PA GPIO pin configuration 2015-12-18 22:19:18 +01:00
sun4i-a10-hackberry.dts
sun4i-a10-hyundai-a7hd.dts
sun4i-a10-inet1.dts ARM: dts: sun4i: Add touchscreen node to iNet1 tablet 2015-11-24 08:36:42 +01:00
sun4i-a10-inet9f-rev03.dts ARM: dts: sun4i: inet9f-rev03: Add support for game buttons / joysticks 2015-11-17 09:40:07 +01:00
sun4i-a10-inet97fv2.dts
sun4i-a10-itead-iteaduino-plus.dts
sun4i-a10-jesurun-q5.dts
sun4i-a10-marsboard.dts
sun4i-a10-mini-xplus.dts
sun4i-a10-mk802.dts ARM: sunxi: dt: enable audio codec on mk802 2015-12-21 17:04:48 +01:00
sun4i-a10-mk802ii.dts
sun4i-a10-olinuxino-lime.dts
sun4i-a10-pcduino2.dts
sun4i-a10-pcduino.dts
sun4i-a10-pov-protab2-ips9.dts ARM: dts: sun4i: Enable onboard codec used on the pov protab2-ips9 tablet 2015-12-18 22:18:19 +01:00
sun4i-a10.dtsi ARM: dts: sun4i: Add VE (Video Engine) module clock node 2015-12-08 11:06:25 +01:00
sun5i-a10s-auxtek-t003.dts
sun5i-a10s-auxtek-t004.dts ARM: dts: sun5i: Add i2c axp152 pmic support for Auxtek T004 boards 2015-11-20 17:41:57 +01:00
sun5i-a10s-mk802.dts
sun5i-a10s-olinuxino-micro.dts
sun5i-a10s-r7-tv-dongle.dts
sun5i-a10s-wobo-i5.dts
sun5i-a10s.dtsi
sun5i-a13-empire-electronix-d709.dts ARM: dts: sun5i: Add dts file for the Empire Electronix D709 tablet 2015-12-21 17:10:18 +01:00
sun5i-a13-hsg-h702.dts
sun5i-a13-inet-98v-rev2.dts
sun5i-a13-olinuxino-micro.dts
sun5i-a13-olinuxino.dts
sun5i-a13-q8-tablet.dts
sun5i-a13-utoo-p66.dts ARM: dts: sun5i: Enable onboard codec used on the UTOO P66 tablet 2015-12-18 22:18:16 +01:00
sun5i-a13.dtsi
sun5i-q8-common.dtsi
sun5i-r8-chip.dts
sun5i-r8.dtsi
sun5i.dtsi
sun6i-a31-app4-evb1.dts
sun6i-a31-colombus.dts
sun6i-a31-hummingbird.dts
sun6i-a31-i7.dts
sun6i-a31-m9.dts
sun6i-a31-mele-a1000g-quad.dts
sun6i-a31.dtsi
sun6i-a31s-cs908.dts
sun6i-a31s-primo81.dts ARM: dts: sunxi: sun6i-a31s-primo81.dts: add touchscreen axis swapping property 2015-11-17 09:40:49 +01:00
sun6i-a31s-sina31s-core.dtsi
sun6i-a31s-sina31s.dts
sun6i-a31s-sinovoip-bpi-m2.dts
sun6i-a31s-yones-toptech-bs1078-v2.dts dts: sun6i: yones toptech bs1078 v2: Add AXP221 support to dts 2015-11-17 09:40:07 +01:00
sun6i-a31s.dtsi
sun7i-a20-bananapi.dts ARM: dts: sun7i: Enable audio codec on BananaPi 2015-11-23 20:53:08 +01:00
sun7i-a20-bananapro.dts
sun7i-a20-cubieboard2.dts
sun7i-a20-cubietruck.dts
sun7i-a20-hummingbird.dts
sun7i-a20-i12-tvbox.dts
sun7i-a20-icnova-swac.dts arm: sun7i: Add sun7i-a20-icnova-swac.dts 2015-11-17 09:40:07 +01:00
sun7i-a20-m3.dts
sun7i-a20-mk808c.dts ARM: dt: sun7i: Enable audio codec on MK808C 2015-12-21 17:05:06 +01:00
sun7i-a20-olimex-som-evb.dts ARM: dts: sun7i: Olimex A20-SOM-EVB: Enable mmc3 (baseboard SD socket) 2015-12-11 09:21:29 +01:00
sun7i-a20-olinuxino-lime2.dts
sun7i-a20-olinuxino-lime.dts
sun7i-a20-olinuxino-micro.dts
sun7i-a20-orangepi-mini.dts ARM: dts: sun7i: Enable audio codec on OrangePi Mini 2015-11-23 20:53:05 +01:00
sun7i-a20-orangepi.dts
sun7i-a20-pcduino3-nano.dts ARM: sun7i: dt: Enable audio codec on pcDuino V3 Nano 2015-11-17 09:40:07 +01:00
sun7i-a20-pcduino3.dts ARM: dts: sun7i: Enable audio codec on pcDuino 2015-11-17 09:40:07 +01:00
sun7i-a20-wexler-tab7200.dts ARM: dts: sun7i: Add PA gpio pin to Wexler TAB7200 tablet 2015-12-21 16:45:08 +01:00
sun7i-a20-wits-pro-a20-dkt.dts ARM: dts: sun7i: Enable gmac on Wits Pro A20 DKT 2015-12-21 17:08:36 +01:00
sun7i-a20.dtsi ARM: dts: sun7i: Add VE (Video Engine) module clock node 2015-12-08 11:06:28 +01:00
sun8i-a23-a33.dtsi ARM: dts: sun8i: Add simplefb node labels to reference at board level 2015-11-20 12:13:23 +01:00
sun8i-a23-evb.dts
sun8i-a23-gt90h-v4.dts
sun8i-a23-ippo-q8h-v1.2.dts
sun8i-a23-ippo-q8h-v5.dts
sun8i-a23-q8-tablet.dts
sun8i-a23.dtsi
sun8i-a33-et-q8-v1.6.dts
sun8i-a33-ga10h-v1.1.dts
sun8i-a33-ippo-q8h-v1.2.dts
sun8i-a33-q8-tablet.dts
sun8i-a33-sinlinx-sina33.dts
sun8i-a33.dtsi
sun8i-h3-orangepi-plus.dts ARM: dts: sun8i: Add Orange Pi Plus support 2015-12-08 09:32:47 +01:00
sun8i-h3.dtsi ARM: dts: sunxi: Add Allwinner H3 DTSI 2015-12-08 09:28:24 +01:00
sun8i-q8-common.dtsi
sun9i-a80-cubieboard4.dts ARM: dts: sun9i: cubieboard4: Enable Reduced Serial Bus controller 2015-12-10 18:04:36 +01:00
sun9i-a80-optimus.dts ARM: dts: sun9i: optimus: Enable Reduced Serial Bus controller 2015-12-01 14:10:16 +01:00
sun9i-a80.dtsi ARM: dts: sun9i: Add NMI controller device node 2015-12-03 10:45:58 +01:00
sunxi-common-regulators.dtsi
sunxi-q8-common.dtsi
tango4-common.dtsi ARM: dts: tango4: Initial device trees 2015-12-22 15:12:07 -08:00
tango4-smp8758.dtsi ARM: dts: tango4: Initial device trees 2015-12-22 15:12:07 -08:00
tango4-vantage-1172.dts ARM: dts: tango4: Initial device trees 2015-12-22 15:12:07 -08:00
tegra20-colibri-512.dtsi
tegra20-harmony.dts
tegra20-iris-512.dts
tegra20-medcom-wide.dts
tegra20-paz00.dts
tegra20-plutux.dts
tegra20-seaboard.dts
tegra20-tamonten.dtsi
tegra20-tec.dts
tegra20-trimslice.dts
tegra20-ventana.dts
tegra20-whistler.dts
tegra20.dtsi ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
tegra30-apalis-eval.dts
tegra30-apalis.dtsi
tegra30-beaver.dts
tegra30-cardhu-a02.dts
tegra30-cardhu-a04.dts
tegra30-cardhu.dtsi
tegra30-colibri-eval-v3.dts
tegra30-colibri.dtsi
tegra30.dtsi ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
tegra114-dalmore.dts
tegra114-roth.dts
tegra114-tn7.dts
tegra114.dtsi
tegra124-jetson-tk1-emc.dtsi
tegra124-jetson-tk1.dts
tegra124-nyan-big-emc.dtsi
tegra124-nyan-big.dts
tegra124-nyan-blaze-emc.dtsi
tegra124-nyan-blaze.dts
tegra124-nyan.dtsi ARM: tegra: Fix suspend hang on Tegra124 Chromebooks 2015-12-22 15:41:37 -08:00
tegra124-venice2.dts
tegra124.dtsi ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
tny_a9g20.dts
tny_a9260_common.dtsi
tny_a9260.dts
tny_a9263.dts
tps6507x.dtsi
tps65217.dtsi Revert "regulator: tps65217: remove tps65217.dtsi file" 2016-02-19 09:05:53 -08:00
tps65910.dtsi
twl4030_omap3.dtsi ARM: dts: twl4030: Use OMAP3_CORE1_IOPAD pinmux macro 2015-11-30 08:43:29 -08:00
twl4030.dtsi
twl6030_omap4.dtsi ARM: dts: twl6030: Use OMAP4_IOPAD pinmux macro 2015-11-30 08:43:31 -08:00
twl6030.dtsi
uniphier-common32.dtsi ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsi 2015-12-12 00:24:50 +01:00
uniphier-ph1-ld4-ref.dts
uniphier-ph1-ld4.dtsi ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsi 2015-12-12 00:24:50 +01:00
uniphier-ph1-ld6b-ref.dts ARM: DT updates for v4.4 2015-11-10 15:06:26 -08:00
uniphier-ph1-ld6b.dtsi ARM: dts: uniphier: fix a typo in comment block 2015-12-31 17:28:19 +01:00
uniphier-ph1-pro4-ref.dts
uniphier-ph1-pro4.dtsi ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsi 2015-12-12 00:24:50 +01:00
uniphier-ph1-pro5.dtsi ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsi 2015-12-12 00:24:50 +01:00
uniphier-ph1-sld3-ref.dts
uniphier-ph1-sld3.dtsi
uniphier-ph1-sld8-ref.dts
uniphier-ph1-sld8.dtsi ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsi 2015-12-12 00:24:50 +01:00
uniphier-pinctrl.dtsi
uniphier-proxstream2-gentil.dts
uniphier-proxstream2-vodka.dts
uniphier-proxstream2.dtsi ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsi 2015-12-12 00:24:50 +01:00
uniphier-ref-daughter.dtsi
uniphier-support-card.dtsi
usb_a9g20_common.dtsi
usb_a9g20_lpw.dts
usb_a9g20-dab-mmx.dtsi
usb_a9g20.dts
usb_a9260_common.dtsi ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property 2015-11-16 15:53:04 +01:00
usb_a9260.dts
usb_a9263.dts ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property 2015-11-16 15:53:04 +01:00
versatile-ab.dts ARM: DT updates for v4.5 2016-01-20 18:16:29 -08:00
versatile-pb.dts ARM: versatile: fix MMC/SD interrupt assignment 2016-01-07 06:32:19 +01:00
vexpress-v2m-rs1.dtsi
vexpress-v2m.dtsi
vexpress-v2p-ca5s.dts
vexpress-v2p-ca9.dts
vexpress-v2p-ca15_a7.dts
vexpress-v2p-ca15-tc1.dts
vf500-colibri-eval-v3.dts
vf500-colibri.dtsi
vf500.dtsi
vf610-colibri-eval-v3.dts
vf610-colibri.dtsi ARM: dts: vf610: use reset values for L2 cache latencies 2015-12-11 21:32:47 +08:00
vf610-cosmic.dts
vf610-pinfunc.h
vf610-twr.dts
vf610.dtsi ARM: dts: vf610: use reset values for L2 cache latencies 2015-12-11 21:32:47 +08:00
vf610m4-colibri.dts
vf610m4-cosmic.dts ARM: dts: vf6xx: Cosmic+: M4(nommu) initial support 2015-12-22 20:42:25 +08:00
vf610m4.dtsi
vf-colibri-eval-v3.dtsi
vf-colibri.dtsi ARM: dts: vf-colibri: add CAN support 2015-12-22 20:43:38 +08:00
vfxxx.dtsi ARM: dts: vfxxx: Include support for dspi[23] functionality. 2015-12-22 20:42:24 +08:00
vt8500-bv07.dts
vt8500.dtsi
wm8505-ref.dts
wm8505.dtsi dts: vt8500: Fix errors in SDHC node for WM8505 2016-01-07 16:04:32 +01:00
wm8650-mid.dts
wm8650.dtsi dts: vt8500: Add SDHC node to DTS file for WM8650 2016-01-07 16:02:53 +01:00
wm8750-apc8750.dts
wm8750.dtsi
wm8850-w70v2.dts
wm8850.dtsi
xenvm-4.2.dts
zx296702-ad1.dts
zx296702.dtsi
zynq-7000.dtsi ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs. 2015-12-14 09:48:39 +01:00
zynq-parallella.dts
zynq-zc702.dts ARM: dts: zynq: replace gpio-key,wakeup with wakeup-source property 2015-12-14 09:30:03 +01:00
zynq-zc706.dts
zynq-zed.dts
zynq-zybo.dts