linux_dsm_epyc7002/arch/arm/boot/dts
Arnd Bergmann cdcdbbf350 Renesas ARM Based SoC DT Updates for v4.17
* Silk board with R-Car E2 (r8a7794) SoC
   - Add r1ex24002 EEPROM to DT
 
     Magnus Damm says "Extend the Silk board support to include U14 which is
     an I2C based EEPROM hooked up to the I2C1 bus."
 
   - Add GPIO keys to DT
 
     Magnus Damm says "Extend the Silk board support to include SW3, SW4,
     SW6 and SW12. They are all connected via GPIO lines and handled by the
     gpio-keys driver"
 
 * Marzen board with R-Car H1 (r7a7779) SoC
   - Add SDHI0 VCCQ Regulator
 
     Magnus Damm says "Add support for the on-board voltage regulator hooked
     up to GPIO3_20 on r8a7779 Marzen. The board schematics describes the
     regulator as U4 TPS2110A. Input wise, U4 has D0 fixed to ground, D1
     tied to GPIO3_20 while IN1 is fixed to 3.3V and IN2 is fixed to 1.8V.
     OUT goes to the pull-ups for the data pins of SDHI0."
 
 * Porter board with R-Car M3W (r8a7791) SoC
   - Fix HDMI output routing
 
     Laurent Pinchart says "The HDMI encoder is connected to the RGB output
     of the DU, which is port@0, not port@1."
 
 * iWave Systems RZ/G1E SODIMM System On Module (iW-RainboW-G22M-SM) and
   iWave Systems RZ/G1M Qseven System On Module (iW-RainboW-G20M-Qseven)
   - Enable cmt0
 
 * Stout board with R-Car H2 (r8a7790) SoC
   - Initial support
 
 * Lager board with R-Car H2 (r8a7790) SoC
   - Add CEC clock for HDMI transmitter
 
     Niklas Söderlund says "The adv7511 on the Lager board has a 12 MHz
     fixed clock for the CEC block. Specify this in the dts to enable CEC
     support."
 
   - Move cec_clock to root node
 
     By definition nodes without a bus address do not belong on the bus
 
 * kzm9d board with EMMA Mobile EV2 (EMEV2) SoC
   - Fix "debounce-interval" property misspelling
 
 * RZ/G1M (r8a7743) and RZ/G1H (r8a7745) SoCs
   - Add IPMMU DT nodes
   - Add VSP support
 
 * R-Car Gen2 boards
   - Use I2C demuxer for
 
     This allows run-time switching between alternate I2C IP blocks
 
 * R-Car Gen2 and RZ/G1 SoCs
   - Clean up DT files to ease future maintenance
     + add soc node for IP attached to the bus
     + sort subnodes of soc and root node
     + consistently use single space after =
 
 * R-Car H2 (r8a7790), M3-W (r8a7791) and M3-N (r7a7793) SoCs
   - Reduce size of thermal registers
 
     According to the "User's Manual: Hardware" v2.00 the registers at base
     0xe61f0000 extend to an offset of 0x10, rather than 0x14 which is the
     case on the r8a73a4 (R-Mobile APE6).
 
     This should not have any runtime affect as mapping granularity is
     PAGE_SIZE.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE4nzZofWswv9L/nKF189kaWo3T74FAlqr8gsACgkQ189kaWo3
 T74DQw//Th3KG2mycxuvsMEQ2nMRlnDet1Sn3+A85i7TiXs8HLZ7gJlqHV7tEmAV
 Mdflu01Q4Uu6STkLe8MagDl42Hi8B751VSp97RwLUOuWrNHlMVNsBCWYAOnP8LEM
 D7jxlNde5bakP3DlwC/y/evx7cJMt9186QAsqO6AyD6kbw5pdNy8aNjZ4S3sB68W
 Y4HkYFG8ScpNCgfSB2Z60GMIGXAIHBFCullITpzie7zknp57nYn74MEUKhCjxIEm
 PaR+KBDLcckJdsu5VCrHVWDHAYfN3ETx3WLJNn9vxuDqEOHV9Do7AiGyHEmuLAWU
 Aijlp1SHVSwvSXFEodRRvugEy7/7GP6SHT7XdUKcdlp1KrP+YRlS4zccHwUhVn/Z
 G+SCvxVFk902Rk2UFVkk/MayUanxo8VjvDzveWEQr6k3mGmIQt6LugZG4guYgyQh
 A6pkvW8AvUcSX2BDawxKj6rvEDZBLbvKsdybUybHLg7IzCWPzCTg+NKDMlI9rB8I
 wpdDJIX1/Efe1aa85AfNA8yNQBsZzA//gXj+La+vo8N/ptkKkO9EC13rgjVwIepV
 ccUDjssFvUoQy9THW/PwHPczDcj/t9rIfsiilX5zQdt5dqwp0cw5hMAm2wQvdc0n
 4Ge5nBI121eCJ2f4RAghz89t0Dh8yUDdluJCKFHas+x9/JZPAYU=
 =dZnw
 -----END PGP SIGNATURE-----

Merge tag 'renesas-dt-for-v4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt

Pull "Renesas ARM Based SoC DT Updates for v4.17" from Simon Horman:

* Silk board with R-Car E2 (r8a7794) SoC
  - Add r1ex24002 EEPROM to DT

    Magnus Damm says "Extend the Silk board support to include U14 which is
    an I2C based EEPROM hooked up to the I2C1 bus."

  - Add GPIO keys to DT

    Magnus Damm says "Extend the Silk board support to include SW3, SW4,
    SW6 and SW12. They are all connected via GPIO lines and handled by the
    gpio-keys driver"

* Marzen board with R-Car H1 (r7a7779) SoC
  - Add SDHI0 VCCQ Regulator

    Magnus Damm says "Add support for the on-board voltage regulator hooked
    up to GPIO3_20 on r8a7779 Marzen. The board schematics describes the
    regulator as U4 TPS2110A. Input wise, U4 has D0 fixed to ground, D1
    tied to GPIO3_20 while IN1 is fixed to 3.3V and IN2 is fixed to 1.8V.
    OUT goes to the pull-ups for the data pins of SDHI0."

* Porter board with R-Car M3W (r8a7791) SoC
  - Fix HDMI output routing

    Laurent Pinchart says "The HDMI encoder is connected to the RGB output
    of the DU, which is port@0, not port@1."

* iWave Systems RZ/G1E SODIMM System On Module (iW-RainboW-G22M-SM) and
  iWave Systems RZ/G1M Qseven System On Module (iW-RainboW-G20M-Qseven)
  - Enable cmt0

* Stout board with R-Car H2 (r8a7790) SoC
  - Initial support

* Lager board with R-Car H2 (r8a7790) SoC
  - Add CEC clock for HDMI transmitter

    Niklas Söderlund says "The adv7511 on the Lager board has a 12 MHz
    fixed clock for the CEC block. Specify this in the dts to enable CEC
    support."

  - Move cec_clock to root node

    By definition nodes without a bus address do not belong on the bus

* kzm9d board with EMMA Mobile EV2 (EMEV2) SoC
  - Fix "debounce-interval" property misspelling

* RZ/G1M (r8a7743) and RZ/G1H (r8a7745) SoCs
  - Add IPMMU DT nodes
  - Add VSP support

* R-Car Gen2 boards
  - Use I2C demuxer for

    This allows run-time switching between alternate I2C IP blocks

* R-Car Gen2 and RZ/G1 SoCs
  - Clean up DT files to ease future maintenance
    + add soc node for IP attached to the bus
    + sort subnodes of soc and root node
    + consistently use single space after =

* R-Car H2 (r8a7790), M3-W (r8a7791) and M3-N (r7a7793) SoCs
  - Reduce size of thermal registers

    According to the "User's Manual: Hardware" v2.00 the registers at base
    0xe61f0000 extend to an offset of 0x10, rather than 0x14 which is the
    case on the r8a73a4 (R-Mobile APE6).

    This should not have any runtime affect as mapping granularity is
    PAGE_SIZE.

* tag 'renesas-dt-for-v4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/horms/renesas: (47 commits)
  ARM: dts: silk: Add GPIO keys to DT
  ARM: dts: silk: Add r1ex24002 EEPROM to DT
  ARM: dts: marzen: Add SDHI0 VCCQ Regulator
  ARM: dts: stout: Initial r8a7790 Stout board support
  ARM: dts: lager: Move cec_clock to root node
  ARM: dts: kzm9d: Fix "debounce-interval" property misspelling
  ARM: dts: gose: use demuxer for I2C4
  ARM: dts: gose: use demuxer for I2C2
  ARM: dts: silk: use demuxer for I2C1
  ARM: dts: alt: use demuxer for I2C1
  ARM: dts: porter: use demuxer for I2C2
  ARM: dts: koelsch: use demuxer for I2C4
  ARM: dts: koelsch: use demuxer for I2C2
  ARM: dts: lager: use demuxer for IIC3/I2C3
  ARM: dts: lager: use demuxer for IIC2/I2C2
  ARM: dts: r8a7745: Add VSP support
  ARM: dts: r8a7743: Add VSP support
  ARM: dts: r8a7745: Add IPMMU DT nodes
  ARM: dts: r8a7743: Add IPMMU DT nodes
  ARM: dts: r8a7745: sort subnodes of soc node
  ...
2018-03-27 13:32:53 +02:00
..
aks-cdu.dts
alphascale-asm9260-devkit.dts
alphascale-asm9260.dtsi
alpine-db.dts
alpine.dtsi
am33xx-clocks.dtsi ARM: dts: am33xx: add clkctrl nodes 2017-12-11 08:28:36 -08:00
am33xx.dtsi ARM: dts: am33xx: add emif interrupt info 2018-03-01 10:21:02 -08:00
am35xx-clocks.dtsi
am43x-epos-evm.dts Second set of device tree changes for omaps for v4.16 merge window 2018-01-04 23:06:32 -08:00
am43xx-clocks.dtsi ARM: dts: am43xx: add clkctrl nodes 2017-12-11 08:28:37 -08:00
am57xx-beagle-x15-common.dtsi ARM: dts: am57xx-beagle-x15: Add "vqmmc-supply" property for mmc2 2018-02-28 14:27:10 -08:00
am57xx-beagle-x15-revb1.dts
am57xx-beagle-x15-revc.dts
am57xx-beagle-x15.dts
am57xx-cl-som-am57x.dts
am57xx-commercial-grade.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
am57xx-idk-common.dtsi ARM: dts: am57xx-idk: Select pull down for mmc1_clk line in default mode 2018-02-28 14:27:15 -08:00
am57xx-industrial-grade.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
am57xx-sbc-am57x.dts
am335x-baltos-ir2110.dts
am335x-baltos-ir3220.dts
am335x-baltos-ir5221.dts
am335x-baltos-leds.dtsi
am335x-baltos.dtsi
am335x-base0033.dts
am335x-bone-common.dtsi ARM: dts: am33xx: add clkctrl nodes 2017-12-11 08:28:36 -08:00
am335x-bone.dts
am335x-boneblack-common.dtsi
am335x-boneblack-wireless.dts
am335x-boneblack.dts
am335x-boneblue.dts ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue 2018-02-14 09:26:11 -08:00
am335x-bonegreen-common.dtsi
am335x-bonegreen-wireless.dts
am335x-bonegreen.dts
am335x-chiliboard.dts
am335x-chilisom.dtsi
am335x-cm-t335.dts
am335x-evm.dts ARM: dts: am33xx: add clkctrl nodes 2017-12-11 08:28:36 -08:00
am335x-evmsk.dts ARM: dts: am33xx: add clkctrl nodes 2017-12-11 08:28:36 -08:00
am335x-icev2.dts
am335x-igep0033.dtsi
am335x-lxm.dts
am335x-moxa-uc-8100-me-t.dts
am335x-nano.dts
am335x-pcm-953.dtsi
am335x-pdu001.dts ARM: dts: am33xx: add PDU001 board 2018-02-14 09:26:11 -08:00
am335x-pepper.dts ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin 2017-11-30 09:01:12 -08:00
am335x-phycore-rdk.dts
am335x-phycore-som.dtsi
am335x-sbc-t335.dts
am335x-shc.dts
am335x-sl50.dts
am335x-wega-rdk.dts
am335x-wega.dtsi
am437x-cm-t43.dts ARM: dts: am437x-cm-t43: Correct the dmas property of spi0 2017-11-28 08:09:29 -08:00
am437x-gp-evm.dts ARM: dts: am437x-gp-evm: Add phandle for the backlight for the panel 2017-12-15 08:40:42 -08:00
am437x-idk-evm.dts ARM: dts: am437x-idk-evm: Disable OPP50 for MPU 2017-12-21 07:24:52 -08:00
am437x-sbc-t43.dts
am437x-sk-evm.dts ARM: dts: am437x-sk-evm: Add phandle for the backlight for the panel 2017-12-15 08:42:10 -08:00
am571x-idk.dts ARM: dts: am57xx-idk: Select pull down for mmc1_clk line in default mode 2018-02-28 14:27:15 -08:00
am572x-idk-common.dtsi ARM: dts: am57xx: Add support for am574x-idk 2017-12-21 07:24:52 -08:00
am572x-idk.dts ARM: dts: am57xx-idk: Select pull down for mmc1_clk line in default mode 2018-02-28 14:27:15 -08:00
am574x-idk.dts ARM: dts: am57xx: Add support for am574x-idk 2017-12-21 07:24:52 -08:00
am3517_mt_ventoux.dts
am3517-craneboard.dts
am3517-evm.dts
am3517.dtsi Few omap interconnect dts fixes for v4.16 merge window 2018-01-22 12:36:57 +01:00
am4372.dtsi ARM: dts: am43xx: add emif interrupt info 2018-03-01 10:22:04 -08:00
animeo_ip.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
arm-realview-eb-11mp-bbrevd-ctrevb.dts
arm-realview-eb-11mp-bbrevd.dts
arm-realview-eb-11mp-ctrevb.dts
arm-realview-eb-11mp.dts
arm-realview-eb-a9mp-bbrevd.dts
arm-realview-eb-a9mp.dts
arm-realview-eb-bbrevd.dts
arm-realview-eb-bbrevd.dtsi
arm-realview-eb-mp.dtsi ARM: dts: Delete bogus reference to the charlcd 2018-01-04 23:34:38 -08:00
arm-realview-eb.dts
arm-realview-eb.dtsi
arm-realview-pb11mp.dts
arm-realview-pb1176.dts
arm-realview-pba8.dts
arm-realview-pbx-a9.dts
arm-realview-pbx.dtsi
armada-38x-solidrun-microsom.dtsi
armada-38x.dtsi ARM: dts: armada-38x: Add NAND RB pinctrl information 2017-12-15 15:56:42 +01:00
armada-39x.dtsi ARM: dts: mvebu: pl310-cache disable double-linefill 2017-10-26 17:41:26 +02:00
armada-370-db.dts
armada-370-dlink-dns327l.dts
armada-370-mirabox.dts
armada-370-netgear-rn102.dts ARM: dts: armada: netgear-rn*: fix rtc node name 2018-02-13 17:10:42 +01:00
armada-370-netgear-rn104.dts ARM: dts: armada: netgear-rn*: fix rtc node name 2018-02-13 17:10:42 +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 arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
armada-370-xp.dtsi
armada-370.dtsi
armada-375-db.dts
armada-375.dtsi ARM: dts: mvebu: pl310-cache disable double-linefill 2017-10-26 17:41:26 +02:00
armada-380.dtsi
armada-385-db-ap.dts arm: dts: marvell: Add missing #phy-cells to usb-nop-xceiv 2017-12-02 16:57:47 -08:00
armada-385-linksys-caiman.dts
armada-385-linksys-cobra.dts
armada-385-linksys-rango.dts
armada-385-linksys-shelby.dts
armada-385-linksys.dtsi arm: dts: marvell: Add missing #phy-cells to usb-nop-xceiv 2017-12-02 16:57:47 -08:00
armada-385-synology-ds116.dts arm: dts: marvell: Add missing #phy-cells to usb-nop-xceiv 2017-12-02 16:57:47 -08:00
armada-385-turris-omnia.dts
armada-385.dtsi
armada-388-clearfog-base.dts
armada-388-clearfog-pro.dts
armada-388-clearfog.dts
armada-388-clearfog.dtsi ARM: dts: armada388-clearfog: increase speed of i2c0 to 400kHz 2018-03-05 17:33:42 +01:00
armada-388-db.dts
armada-388-gp.dts arm: dts: marvell: Add missing #phy-cells to usb-nop-xceiv 2017-12-02 16:57:47 -08:00
armada-388-rd.dts
armada-388.dtsi
armada-390-db.dts
armada-390.dtsi
armada-395-gp.dts
armada-395.dtsi
armada-398-db.dts
armada-398.dtsi
armada-xp-98dx3236.dtsi
armada-xp-98dx3336.dtsi
armada-xp-98dx4251.dtsi
armada-xp-axpwifiap.dts
armada-xp-db-dxbc2.dts
armada-xp-db-xc3-24g4xg.dts
armada-xp-db.dts
armada-xp-gp.dts
armada-xp-lenovo-ix4-300d.dts
armada-xp-linksys-mamba.dts
armada-xp-matrix.dts
armada-xp-mv78230.dtsi
armada-xp-mv78260.dtsi
armada-xp-mv78460.dtsi
armada-xp-netgear-rn2120.dts ARM: dts: armada: netgear-rn*: fix rtc node name 2018-02-13 17:10:42 +01:00
armada-xp-openblocks-ax3-4.dts
armada-xp-synology-ds414.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
armada-xp.dtsi
armv7-m.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
artpec6-devboard.dts ARM: dts: artpec: migrate ethernet to stmmac binding 2018-03-06 17:40:41 +01:00
artpec6.dtsi ARM: dts: artpec: add node for hardware crypto accelerator 2018-03-06 17:42:03 +01:00
aspeed-ast2500-evb.dts ARM: dts: aspeed-evb: Add unit name to memory node 2017-12-21 14:03:22 +10:30
aspeed-bmc-arm-centriq2400-rep.dts ARM: dts: aspeed: Add Qualcomm Centriq 2400 REP BMC 2018-03-14 16:30:43 +10:30
aspeed-bmc-opp-palmetto.dts ARM: dts: palmetto: Request mux as per strapping configuration 2018-03-08 16:52:09 +10:30
aspeed-bmc-opp-romulus.dts ARM: dts: aspeed: romulus: Add w83773g temp sensor 2018-03-14 16:30:42 +10:30
aspeed-bmc-opp-witherspoon.dts ARM: dts: aspeed: Enable IPMI BT node on OpenPower machines 2018-02-19 17:59:48 +10:30
aspeed-bmc-opp-zaius.dts ARM: dts: aspeed: Enable IPMI BT node on OpenPower machines 2018-02-19 17:59:48 +10:30
aspeed-bmc-quanta-q71l.dts ARM: dts: aspeed: Add Qanta Q71L BMC machine 2017-12-21 14:03:20 +10:30
aspeed-g4.dtsi ARM: dts: aspeed: Add LPC reset controller node 2018-02-21 14:53:28 +10:30
aspeed-g5.dtsi ARM: dts: aspeed: Add LPC reset controller node 2018-02-21 14:53:28 +10:30
at91-ariag25.dts ARM: dts: at91: acme/g25: use TCB0 as timers 2017-12-31 15:50:13 +01:00
at91-ariettag25.dts ARM: dts: at91: acme/g25: use TCB0 as timers 2017-12-31 15:50:13 +01:00
at91-cosino_mega2560.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
at91-cosino.dtsi ARM: dts: at91: cosino: use TCB0 as timers 2017-12-31 15:50:13 +01:00
at91-foxg20.dts ARM: dts: at91: foxg20: use TCB0 as timers 2017-12-31 15:50:03 +01:00
at91-kizbox2.dts ARM: dts: at91: kizbox2: use TCB0 as timers 2017-12-31 15:50:15 +01:00
at91-kizbox.dts ARM: dts: at91: kizbox: use TCB0 as timers 2017-12-31 15:50:05 +01:00
at91-kizboxmini.dts ARM: dts: at91: kizboxmini: use TCB0 as timers 2017-12-31 15:50:14 +01:00
at91-linea.dtsi ARM: dts: at91: linea/tse850-3: use TCB0 as timers 2017-12-31 15:50:16 +01:00
at91-natte.dtsi ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power 2017-12-04 20:37:45 +01:00
at91-nattis-2-natte-2.dts ARM: dts: at91: nattis: add lvds-encoder 2018-02-13 17:15:14 +01:00
at91-qil_a9260.dts ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
at91-sam9_l9260.dts ARM: dts: at91: sam9_l9260: use TCB0 as timers 2017-12-31 15:50:02 +01:00
at91-sama5d2_ptc_ek.dts ARM: dts: at91: use 'atmel' as at24 manufacturer for at91-sama5d2_ptc_ek 2018-02-13 17:15:17 +01:00
at91-sama5d2_xplained.dts ARM: dts: at91: sama5d2 Xplained: use TCB0 as timers 2017-12-31 15:50:19 +01:00
at91-sama5d3_xplained.dts ARM: dts: at91: sama5d3 Xplained: use TCB0 as timers 2017-12-31 15:50:15 +01:00
at91-sama5d4_ma5d4.dtsi ARM: dts: at91: ma5d4: use TCB2 as timers 2017-12-31 15:50:18 +01:00
at91-sama5d4_ma5d4evk.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
at91-sama5d4_xplained.dts ARM: dts: at91: sama5d4 Xplained: use TCB2 as timers 2017-12-31 15:50:18 +01:00
at91-sama5d4ek.dts ARM: dts: at91: sama5d4ek: use TCB2 as timers 2017-12-31 15:50:17 +01:00
at91-sama5d27_som1_ek.dts ARM: dts: at91: sama5d27_som1_ek: use TCB0 as timers 2017-12-31 15:50:20 +01:00
at91-sama5d27_som1.dtsi ARM: dts: at91: at91-sama5d27_som1: fix PHY ID 2017-10-09 10:08:25 +02:00
at91-tse850-3.dts ARM: dts: at91: tse850: make the sound dai cell count explicit 2018-02-13 17:15:15 +01:00
at91-vinco.dts ARM: dts: at91: vinco: use TCB2 as timers 2017-12-31 15:50:19 +01:00
at91rm9200_pqfp.dtsi
at91rm9200.dtsi ARM: dts: at91: at91rm9200: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:00 +01:00
at91rm9200ek.dts ARM: dts: at91: at91rm9200ek: use TCB0 for timers 2017-12-31 15:50:01 +01:00
at91sam9g15.dtsi
at91sam9g15ek.dts
at91sam9g20.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
at91sam9g20ek_2mmc.dts
at91sam9g20ek_common.dtsi ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9g20ek 2018-02-13 17:15:17 +01:00
at91sam9g20ek.dts
at91sam9g25.dtsi
at91sam9g25ek.dts ARM: dts: at91: Remove leading 0x and 0s from bindings notation 2017-12-31 15:49:59 +01:00
at91sam9g35.dtsi
at91sam9g35ek.dts
at91sam9g45.dtsi ARM: dts: at91: at91sam9g45: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:09 +01:00
at91sam9m10g45ek.dts ARM: dts: at91: at91sam9m10g45ek: use TCB0 as timers 2017-12-31 15:50:10 +01:00
at91sam9n12.dtsi ARM: dts: at91: at91sam9n12: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:11 +01:00
at91sam9n12ek.dts ARM: dts: at91: at91sam9n12ek: use TCB0 as timers 2017-12-31 15:50:12 +01:00
at91sam9rl.dtsi ARM: dts: at91: sam9rl: Properly assign copyright 2018-02-13 17:14:55 +01:00
at91sam9rlek.dts ARM: dts: at91: sam9rl: Properly assign copyright 2018-02-13 17:14:55 +01:00
at91sam9x5_can.dtsi
at91sam9x5_isi.dtsi
at91sam9x5_lcd.dtsi
at91sam9x5_macb0.dtsi
at91sam9x5_macb1.dtsi
at91sam9x5_usart3.dtsi
at91sam9x5.dtsi ARM: dts: at91: at91sam9x5: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:12 +01:00
at91sam9x5cm.dtsi ARM: dts: at91: at91sam9x5cm: use TCB0 as timers 2017-12-31 15:50:13 +01:00
at91sam9x5dm.dtsi
at91sam9x5ek.dtsi DT for 4.15 2017-10-30 14:10:39 +01:00
at91sam9x25.dtsi
at91sam9x25ek.dts ARM: dts: at91: at91sam9x25ek: add pwm0 2017-10-10 15:26:20 +02:00
at91sam9x35.dtsi
at91sam9x35ek.dts
at91sam9xe.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
at91sam9260.dtsi ARM: dts: at91: at91sam9260: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:01 +01:00
at91sam9260ek.dts ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9260ek 2018-02-13 17:15:16 +01:00
at91sam9261.dtsi ARM: dts: at91: at91sam9261: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:06 +01:00
at91sam9261ek.dts ARM: dts: at91: at91sam9261ek: use TCB0 as timers 2017-12-31 15:50:06 +01:00
at91sam9263.dtsi ARM: dts: at91: at91sam9263: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:07 +01:00
at91sam9263ek.dts ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9263ek 2018-02-13 17:15:18 +01:00
atlas6-evb.dts
atlas6.dtsi
atlas7-evb.dts ARM: dts: atlas7: Use generic uart-has-rtscts DT property 2018-03-07 16:35:23 +01:00
atlas7.dtsi
axm55xx.dtsi
axm5516-amarillo.dts
axm5516-cpus.dtsi
axp22x.dtsi
axp81x.dtsi ARM: dtsi: axp81x: set pinmux for GPIO0/1 when used as LDOs 2017-12-05 10:37:38 +01:00
axp152.dtsi
axp209.dtsi ARM: dts: axp209: Rename usb_power_supply node to avoid warnings 2017-10-06 10:27:23 +02:00
axp223.dtsi
axp809.dtsi
bcm9hmidc.dtsi
bcm283x-rpi-smsc9512.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm283x-rpi-smsc9514.dtsi
bcm283x-rpi-usb-host.dtsi
bcm283x-rpi-usb-otg.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm283x.dtsi This pull request contains Broadcom ARM-based SoCs devicetree changes 2018-03-13 22:38:04 +01:00
bcm2835-rpi-a-plus.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-a.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-b-plus.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-b-rev2.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-b.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-zero-w.dts ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode 2018-02-26 15:02:23 -08:00
bcm2835-rpi-zero.dts
bcm2835-rpi.dtsi ARM: dts: bcm2835: make the firmware node into a bus 2018-02-22 11:32:29 -08:00
bcm2835.dtsi ARM: dts: bcm283x: Move arm-pmu out of soc node 2018-02-27 16:42:09 -08:00
bcm2836-rpi-2-b.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2836.dtsi ARM: dts: bcm283x: Move arm-pmu out of soc node 2018-02-27 16:42:09 -08:00
bcm2837-rpi-3-b.dts ARM: dts: bcm2837-rpi-3-b: add GPIO expander 2018-02-22 11:33:02 -08:00
bcm2837.dtsi ARM: dts: bcm283x: Fix unit address of local_intc 2018-02-27 16:41:50 -08:00
bcm4708-asus-rt-ac56u.dts
bcm4708-asus-rt-ac68u.dts
bcm4708-buffalo-wzr-1750dhp.dts
bcm4708-linksys-ea6300-v1.dts
bcm4708-luxul-xap-1510.dts
bcm4708-luxul-xwc-1000.dts
bcm4708-netgear-r6250.dts
bcm4708-netgear-r6300-v2.dts
bcm4708-smartrg-sr400ac.dts
bcm4708.dtsi
bcm4709-asus-rt-ac87u.dts
bcm4709-buffalo-wxr-1900dhp.dts
bcm4709-linksys-ea9200.dts
bcm4709-netgear-r7000.dts
bcm4709-netgear-r8000.dts
bcm4709-tplink-archer-c9-v1.dts
bcm4709.dtsi
bcm5301x-nand-cs0-bch1.dtsi
bcm5301x-nand-cs0-bch4.dtsi
bcm5301x-nand-cs0-bch8.dtsi
bcm5301x-nand-cs0.dtsi
bcm5301x.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
bcm7445-bcm97445svmb.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm7445.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm11351.dtsi ARM: BCM: dts: Remove leading 0x and 0s from bindings notation 2018-02-22 13:19:40 -08:00
bcm21664-garnet.dts
bcm21664.dtsi ARM: BCM: dts: Remove leading 0x and 0s from bindings notation 2018-02-22 13:19:40 -08:00
bcm23550-sparrow.dts
bcm23550.dtsi
bcm28155-ap.dts
bcm47081-asus-rt-n18u.dts
bcm47081-buffalo-wzr-600dhp2.dts
bcm47081-buffalo-wzr-900dhp.dts ARM: dts: BCM5301X: add missing LEDs for Buffalo WZR-900DHP 2018-03-09 11:07:27 -08:00
bcm47081-luxul-xap-1410.dts
bcm47081-luxul-xwr-1200.dts ARM: dts: BCM5301X: Specify USB ports for USB LED of Luxul XWR-1200 2017-10-06 16:18:22 -07:00
bcm47081-tplink-archer-c5-v2.dts
bcm47081.dtsi
bcm47094-dlink-dir-885l.dts
bcm47094-linksys-panamera.dts
bcm47094-luxul-abr-4500.dts ARM: dts: BCM5301X: Add DT for Luxul ABR-4500 2017-10-09 12:44:50 -07:00
bcm47094-luxul-xbr-4500.dts ARM: dts: BCM5301X: Add DT for Luxul XBR-4500 2017-10-09 12:44:27 -07:00
bcm47094-luxul-xwr-3100.dts
bcm47094-netgear-r8500.dts
bcm47094.dtsi
bcm47189-luxul-xap-810.dts ARM: dts: BCM53573: Add DT for Luxul XAP-810 2017-10-09 12:45:19 -07:00
bcm47189-luxul-xap-1440.dts ARM: dts: BCM53573: Add DT for Luxul XAP-1440 2017-10-09 12:45:47 -07:00
bcm47189-tenda-ac9.dts
bcm53340-ubnt-unifi-switch8.dts ARM: dts: Hurricane 2: Add basic support for Ubiquiti UniFi Switch 8 2017-10-12 11:31:24 -07:00
bcm53573.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
bcm59056.dtsi
bcm63138.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm94708.dts
bcm94709.dts
bcm911360_entphn.dts
bcm911360k.dts
bcm947189acdbmr.dts
bcm953012er.dts
bcm953012hr.dts
bcm953012k.dts
bcm958300k.dts
bcm958305k.dts
bcm958522er.dts
bcm958525er.dts
bcm958525xmc.dts
bcm958622hr.dts ARM: dts: NSP: Switch to port 8 for CPU port 2018-03-12 15:51:00 -07:00
bcm958623hr.dts ARM: dts: NSP: Switch to port 8 for CPU port 2018-03-12 15:51:00 -07:00
bcm958625hr.dts This pull request contains Broadcom ARM-based SoCs devicetree changes 2018-03-13 22:38:04 +01:00
bcm958625k.dts ARM: dts: NSP: Switch to port 8 for CPU port 2018-03-12 15:51:00 -07:00
bcm963138dvt.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm988312hr.dts ARM: dts: NSP: Switch to port 8 for CPU port 2018-03-12 15:51:00 -07:00
bcm-cygnus-clock.dtsi
bcm-cygnus.dtsi This pull request contains Broadcom ARM-based Device Tree changes for 4.15, 2017-10-30 12:43:54 +01:00
bcm-hr2.dtsi ARM: dts: Add Broadcom Hurricane 2 DTS include file 2017-10-12 11:30:52 -07:00
bcm-nsp.dtsi ARM: dts: NSP: Fix PPI interrupt types 2017-11-27 11:22:29 -08:00
berlin2-sony-nsz-gs7.dts
berlin2.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
berlin2cd-google-chromecast.dts
berlin2cd.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
berlin2q-marvell-dmp.dts
berlin2q.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
compulab-sb-som.dtsi
cros-adc-thermistors.dtsi
cros-ec-keyboard.dtsi
cros-ec-sbs.dtsi
cx92755_equinox.dts
cx92755.dtsi
da850-enbw-cmc.dts
da850-evm.dts ARM: dts: da850-evm: add chosen and SPI alias 2018-02-26 12:02:24 +05:30
da850-lcdk.dts ARM: dts: da850-lcdk: Remove leading 0x and 0s from unit address 2018-01-05 19:21:21 +05:30
da850-lego-ev3.dts ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible 2018-02-26 11:21:14 +05:30
da850.dtsi ARM: dts: da850: Add DSP node 2017-09-20 14:57:56 +05:30
dm814x-clocks.dtsi ARM: dts: dm814x: add clkctrl nodes 2017-12-11 08:28:37 -08:00
dm814x.dtsi Clock related dts changes for omaps for v4.16 merge window 2017-12-21 17:19:38 +01:00
dm816x-clocks.dtsi ARM: dts: dm816x: add clkctrl nodes 2017-12-11 08:28:37 -08:00
dm816x.dtsi ARM: dts: dm816x: add bus functionality to base PRCM node 2017-12-11 08:28:34 -08:00
dm8148-evm.dts
dm8148-t410.dts
dm8168-evm.dts
dove-cm-a510.dtsi
dove-cubox-es.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-cubox.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-d2plug.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-d3plug.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-dove-db.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-sbc-a510.dts
dove.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
dra7-dspeve-thermal.dtsi
dra7-evm-common.dtsi ARM: dts: dra7: add clkctrl nodes 2017-12-11 08:28:36 -08:00
dra7-evm.dts ARM: dts: dra7-evm: Add "vqmmc-supply" property for mmc2 2018-02-28 14:27:12 -08:00
dra7-iva-thermal.dtsi
dra7.dtsi ARM: dts: omap: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-14 09:26:11 -08:00
dra7xx-clocks.dtsi ARM: dts: dra7: add clkctrl nodes 2017-12-11 08:28:36 -08:00
dra62x-clocks.dtsi
dra62x-j5eco-evm.dts ARM: dts: am3/am4/dra7/omap: Remove leading 0x and 0s from bindings notation 2017-12-15 08:36:06 -08:00
dra62x.dtsi
dra71-evm.dts ARM: dts: dra71-evm: Select pull down for mmc1_clk line in default mode 2018-02-28 14:27:14 -08:00
dra72-evm-common.dtsi ARM: dts: dra7: add clkctrl nodes 2017-12-11 08:28:36 -08:00
dra72-evm-revc.dts
dra72-evm-tps65917.dtsi ARM: dts: dra72-evm-tps65917: Add cpu0 vdd supply 2017-12-21 07:52:02 -08:00
dra72-evm.dts
dra72x-mmc-iodelay.dtsi
dra72x.dtsi Second set of device tree changes for omaps for v4.16 merge window 2018-01-04 23:06:32 -08:00
dra74x-mmc-iodelay.dtsi
dra74x.dtsi Second set of device tree changes for omaps for v4.16 merge window 2018-01-04 23:06:32 -08:00
dra76-evm.dts ARM: dts: dra76-evm: Add "vqmmc-supply" property for mmc2 2018-02-28 14:27:13 -08:00
dra76x-mmc-iodelay.dtsi ARM: dts: dra76x: Create a common file with MMC/SD IOdelay data 2018-02-28 14:27:08 -08:00
dra76x.dtsi
ecx-2000.dts
ecx-common.dtsi
efm32gg-dk3750.dts ARM: dts: efm32: Add generic compatible string for I2C EEPROM 2017-12-21 16:06:29 +01:00
efm32gg.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
elpida_ecb240abacn.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
emev2-kzm9d.dts ARM: dts: kzm9d: Fix "debounce-interval" property misspelling 2018-03-16 17:24:15 +01:00
emev2.dtsi
ep7209.dtsi
ep7211-edb7211.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
ep7211.dtsi
ethernut5.dts ARM: dts: at91: ethernut5: use TCB0 as timers 2017-12-31 15:50:03 +01:00
evk-pro3.dts
exynos4-cpu-thermal.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4.dtsi ARM: dts: exynos: Fix address of PPMU ACP on Exynos4210 2018-02-26 17:58:29 +01:00
exynos5.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos54xx-odroidxu-leds.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos54xx.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250-artik5-eval.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250-artik5.dtsi ARM: dts: exynos: Add support for wlan to Artik 5 2018-02-12 19:00:37 +01:00
exynos3250-monk.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250-rinato.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250.dtsi ARM: dts: exynos: Cleanup power domain nodes in exynos3250.dtsi 2018-02-22 19:50:19 +01:00
exynos4210-origen.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4210-pinctrl.dtsi ARM: dts: exynos: Use pinctrl labels in exynos4210-pinctrl 2018-02-12 20:02:44 +01:00
exynos4210-smdkv310.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4210-trats.dts ARM: dts: exynos: Add missing interrupts property to PMIC on Trats board 2018-02-26 18:03:02 +01:00
exynos4210-universal_c210.dts ARM: dts: exynos: Use labels instead of full paths in exynos4210-universal_c210 2018-02-13 18:41:10 +01:00
exynos4210.dtsi ARM: dts: exynos: Fix address of PPMU ACP on Exynos4210 2018-02-26 17:58:29 +01:00
exynos4412-galaxy-s3.dtsi ARM: dts: exynos: Split Trats2 DTS in preparation for Midas boards 2018-02-19 17:51:32 +01:00
exynos4412-i9300.dts ARM: dts: exynos: Add Samsung's Exynos4412-based Midas boards 2018-02-19 17:53:10 +01:00
exynos4412-i9305.dts ARM: dts: exynos: Add Samsung's Exynos4412-based Midas boards 2018-02-19 17:53:10 +01:00
exynos4412-itop-elite.dts ARM: dts: exynos: Use label instead of full path in exynos4412-itop-elite 2018-02-13 18:41:12 +01:00
exynos4412-itop-scp-core.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-midas.dtsi ARM: dts: exynos: Split Trats2 DTS in preparation for Midas boards 2018-02-19 17:51:32 +01:00
exynos4412-n710x.dts ARM: dts: exynos: Add touchscreen node to Exynos4412 N710x 2018-02-22 19:39:31 +01:00
exynos4412-odroid-common.dtsi ARM: dts: exynos: Use label instead of full path in exynos4412-odroid-common 2018-02-13 18:41:11 +01:00
exynos4412-odroidu3.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-odroidx2.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-odroidx.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-origen.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-pinctrl.dtsi ARM: dts: exynos: Use pinctrl labels in exynos4412-pinctrl 2018-02-13 18:28:55 +01:00
exynos4412-ppmu-common.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-prime.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-smdk4412.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-tiny4412.dts ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
exynos4412-tmu-sensor-conf.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
exynos4412-trats2.dts ARM: dts: exynos: Split Trats2 DTS in preparation for Midas boards 2018-02-19 17:51:32 +01:00
exynos4412.dtsi ARM: dts: exynos: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-13 19:15:26 +01:00
exynos5250-arndale.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-smdk5250.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-snow-common.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-snow-rev5.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-snow.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-spring.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250.dtsi ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250 2018-03-05 19:11:40 +01:00
exynos5260-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5260-xyref5260.dts ARM: dts: exynos: Remove unused bypass-smu property from Xyref5260 2018-03-05 19:09:45 +01:00
exynos5260.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5410-odroidxu.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5410-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5410-smdk5410.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5410.dtsi ARM: dts: exynos: Fix unit addresses of PDMA nodes in Exynos5410 2018-02-26 17:58:54 +01:00
exynos5420-arndale-octa.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420-cpus.dtsi ARM: dts: exynos: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-13 19:15:26 +01:00
exynos5420-peach-pit.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420-smdk5420.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420-tmu-sensor-conf.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420-trip-points.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-cpus.dtsi ARM: dts: exynos: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-13 19:15:26 +01:00
exynos5422-odroid-core.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidhc1.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu3-audio.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu3-common.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu3-lite.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu3.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu4.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440-sd5v1.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440-ssdk5440.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440-tmu-sensor-conf.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440-trip-points.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440.dtsi ARM: dts: exynos: Add soc node to exynos5440 2018-02-13 19:02:57 +01:00
exynos5800-peach-pi.dts ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
exynos5800.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
exynos-mfc-reserved-memory.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
exynos-syscon-restart.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
ge863-pro3.dtsi ARM: dts: at91: ge863-pro3: use TCB0 as timers 2017-12-31 15:50:05 +01:00
gemini-dlink-dir-685.dts ARM: dts: Add TVE/TVC and ILI9322 panel to DIR-685 2017-12-22 09:57:05 +01:00
gemini-dlink-dns-313.dts ARM: dts: Set D-Link DNS-313 SATA to muxmode 0 2018-02-26 21:41:44 +01:00
gemini-nas4220b.dts ARM: dts: Add ethernet to a bunch of platforms 2018-01-17 00:26:50 +01:00
gemini-rut1xx.dts ARM: dts: Add ethernet to a bunch of platforms 2018-01-17 00:26:50 +01:00
gemini-sq201.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
gemini-wbd111.dts ARM: dts: Add ethernet to a bunch of platforms 2018-01-17 00:26:50 +01:00
gemini-wbd222.dts ARM: dts: Add ethernet to a bunch of platforms 2018-01-17 00:26:50 +01:00
gemini.dtsi ARM: dts: Add ethernet to the Gemini SoC 2018-01-17 00:24:11 +01:00
hi3519-demb.dts
hi3519.dtsi
hi3620-hi4511.dts
hi3620.dtsi
highbank.dts
hip01-ca9x2.dts
hip01.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
hip04-d01.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
hip04.dtsi
hisi-x5hd2-dkb.dts
hisi-x5hd2.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx1-ads.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx1-apf9328.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx1-pinfunc.h
imx1.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx6dl-apf6dev.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-aristainetos2_4.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-aristainetos2_7.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-aristainetos_4.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-aristainetos_7.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-colibri-eval-v3.dts ARM: dts: imx6dl-colibri-eval-v3: Add chosen node 2018-02-28 11:10:42 +08:00
imx6dl-cubox-i-emmc-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6dl-cubox-i-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6dl-cubox-i.dts ARM: dts: imx6qdl-sr-som: split out Broadcom Wi-Fi support 2017-12-26 16:15:44 +08:00
imx6dl-dfi-fs700-m60.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6dl-gw51xx.dts
imx6dl-gw52xx.dts
imx6dl-gw53xx.dts
imx6dl-gw54xx.dts
imx6dl-gw551x.dts
imx6dl-gw552x.dts
imx6dl-gw553x.dts
imx6dl-gw560x.dts
imx6dl-gw5903.dts
imx6dl-gw5904.dts
imx6dl-hummingboard2-emmc-som-v15.dts ARM: dts: imx6qdl-hummingboard2: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard2-som-v15.dts ARM: dts: imx6qdl-hummingboard2: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard2.dts ARM: dts: imx6*-hummingboard2: split out eMMC support 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard-emmc-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard.dts ARM: dts: imx6qdl-sr-som: split out Broadcom Wi-Fi support 2017-12-26 16:15:44 +08:00
imx6dl-icore-rqs.dts ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 DualLite/Solo RQS 2018-02-24 16:53:09 +08:00
imx6dl-icore.dts ARM: dts: imx6dl-icore: Add touchscreen node 2017-10-13 11:04:04 +08:00
imx6dl-nit6xlite.dts
imx6dl-nitrogen6x.dts
imx6dl-phytec-mira-rdk-nand.dts ARM: dts: imx6: Add support for phyBOARD-Mira i.MX 6 DualLight/Solo RDK 2018-02-12 21:13:03 +08:00
imx6dl-phytec-pbab01.dts
imx6dl-phytec-pfla02.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-pinfunc.h ARM: dts: imx6qdl-pinfunc: Add missing MX6QDL_PAD_ENET_RXD0__OSC32K_32K_OUT 2017-12-26 16:15:44 +08:00
imx6dl-rex-basic.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-riotboard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-sabreauto.dts
imx6dl-sabrelite.dts
imx6dl-sabresd.dts
imx6dl-savageboard.dts
imx6dl-ts4900.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6dl-ts7970.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6dl-tx6dl-comtft.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6s-8034-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6s-8034.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6s-8035-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6s-8035.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6u-80xx-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6u-81xx-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6u-801x.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6u-811x.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6u-8033-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6u-8033.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-udoo.dts
imx6dl-wandboard-revb1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-wandboard-revd1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-wandboard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl.dtsi ARM: dts: imx6dl: remove 'lcdif' node 2018-02-24 16:45:40 +08:00
imx6q-apalis-eval.dts ARM: dts: colibri/apalis: use correct compatible for RTC 2017-12-26 16:15:44 +08:00
imx6q-apalis-ixora-v1.1.dts ARM: dts: colibri/apalis: use correct compatible for RTC 2017-12-26 16:15:44 +08:00
imx6q-apalis-ixora.dts ARM: dts: colibri/apalis: use correct compatible for RTC 2017-12-26 16:15:44 +08:00
imx6q-apf6dev.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-arm2.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-b450v3.dts ARM: dts: imx6q-b450v3: Add switch port configuration 2018-01-23 19:22:38 -05:00
imx6q-b650v3.dts ARM: dts: imx6q-b650v3: Add switch port configuration 2018-01-23 19:22:38 -05:00
imx6q-b850v3.dts ARM: dts: imx6q-b850v3: Add switch port configuration 2018-01-23 19:22:38 -05:00
imx6q-ba16.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-bx50v3.dtsi ARM: dts: imx6q-bx50v3: Enable secure-reg-access 2018-02-12 21:13:20 +08:00
imx6q-cm-fx6.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-cubox-i-emmc-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6q-cubox-i-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6q-cubox-i.dts ARM: dts: imx6qdl-sr-som: split out Broadcom Wi-Fi support 2017-12-26 16:15:44 +08:00
imx6q-dfi-fs700-m60.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-display5-tianma-tm070-1280x768.dts ARM: dts: display5: Device tree description of LWN's DISPLAY5 board 2017-10-23 08:40:23 +08:00
imx6q-display5.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-dmo-edmqmx6.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-dms-ba16.dts ARM: dts: imx: Add support for Advantech DMS-BA16 2018-02-24 15:47:38 +08:00
imx6q-evi.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-gk802.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-gw51xx.dts
imx6q-gw52xx.dts
imx6q-gw53xx.dts
imx6q-gw54xx.dts
imx6q-gw551x.dts
imx6q-gw552x.dts
imx6q-gw553x.dts
imx6q-gw560x.dts
imx6q-gw5400-a.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-gw5903.dts
imx6q-gw5904.dts
imx6q-h100.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-hummingboard2-emmc-som-v15.dts ARM: dts: imx6qdl-hummingboard2: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6q-hummingboard2-som-v15.dts ARM: dts: imx6qdl-hummingboard2: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6q-hummingboard2.dts ARM: dts: imx6*-hummingboard2: split out eMMC support 2017-12-26 16:15:44 +08:00
imx6q-hummingboard-emmc-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6q-hummingboard-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6q-hummingboard.dts ARM: dts: imx6qdl-sr-som: split out Broadcom Wi-Fi support 2017-12-26 16:15:44 +08:00
imx6q-icore-ofcap10.dts
imx6q-icore-ofcap12.dts
imx6q-icore-rqs.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6q-icore.dts
imx6q-marsboard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-mccmon6.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-nitrogen6_max.dts
imx6q-nitrogen6_som2.dts
imx6q-nitrogen6x.dts
imx6q-novena.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-phytec-mira-rdk-emmc.dts ARM: dts: imx6: Add support for phyBOARD-Mira i.MX 6Quad/Dual RDK 2018-02-12 21:13:03 +08:00
imx6q-phytec-mira-rdk-nand.dts ARM: dts: imx6: Add support for phyBOARD-Mira i.MX 6Quad/Dual RDK 2018-02-12 21:13:03 +08:00
imx6q-phytec-pbab01.dts
imx6q-phytec-pfla02.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-pinfunc.h ARM: dts: imx6qdl-pinfunc: Add missing MX6QDL_PAD_ENET_RXD0__OSC32K_32K_OUT 2017-12-26 16:15:44 +08:00
imx6q-pistachio.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-rex-pro.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-sabreauto.dts
imx6q-sabrelite.dts
imx6q-sabresd.dts
imx6q-savageboard.dts
imx6q-sbc6x.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-tbs2910.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-ts4900.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-ts7970.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-tx6q-10x0-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6q-tx6q-11x0-mb7.dts ARM: dts: imx6-tx6: add a .dtsi file for the MB7 baseboard 2017-10-23 08:19:47 +08:00
imx6q-tx6q-1010-comtft.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1010.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1020-comtft.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1020.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1036-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6q-tx6q-1036.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1110.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-udoo.dts
imx6q-utilite-pro.dts ARM: dts: imx6q-utilite-pro: add HDMI CEC pinctrl 2017-10-13 11:38:30 +08:00
imx6q-var-dt6customboard.dts ARM: dts: imx6q: Add Variscite DART-MX6 Carrier-board support 2017-12-26 16:15:44 +08:00
imx6q-wandboard-revb1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-wandboard-revd1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-wandboard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-zii-rdu2.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q.dtsi ARM: dts: imx6: remove GPU subsystem nodes 2018-02-24 16:15:59 +08:00
imx6qdl-apalis.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qdl-apf6.dtsi
imx6qdl-apf6dev.dtsi ARM: dts: imx6qdl-apf6dev: Move regulators out of simple-bus 2017-12-26 16:15:44 +08:00
imx6qdl-aristainetos2.dtsi ARM: dts: imx6qdl-aristainetos: Move regulators out of simple-bus 2017-12-26 16:15:44 +08:00
imx6qdl-aristainetos.dtsi ARM: dts: imx6qdl-aristainetos: Move regulators out of simple-bus 2017-12-26 16:15:44 +08:00
imx6qdl-colibri.dtsi ARM: dts: imx6qdl-colibri: Remove unneeded reg property 2017-12-26 16:15:44 +08:00
imx6qdl-cubox-i.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qdl-dfi-fs700-m60.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
imx6qdl-gw51xx.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw52xx.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw53xx.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw54xx.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw551x.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw552x.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw553x.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw560x.dtsi ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx6qdl-gw5903.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw5904.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-hummingboard2-emmc.dtsi ARM: dts: imx6qdl-hummingboard2: rename regulators to match schematic 2017-12-26 16:15:44 +08:00
imx6qdl-hummingboard2.dtsi ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx6qdl-hummingboard.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qdl-icore-rqs.dtsi ARM: dts: imx6dl-icore-rqs: Fix invalid PHY address assignment for ethernet 2018-02-28 14:35:30 +08:00
imx6qdl-icore.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-nit6xlite.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-nitrogen6_max.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-nitrogen6_som2.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-nitrogen6x.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-phytec-mira.dtsi ARM: dts: imx6: Add initial support for phyBOARD-Mira 2018-02-12 21:13:02 +08:00
imx6qdl-phytec-pbab01.dtsi arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
imx6qdl-phytec-pfla02.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-phytec-phycore-som.dtsi ARM: dts: imx6: Add initial support for phyCORE-i.MX 6 SOM 2018-02-12 21:13:01 +08:00
imx6qdl-rex.dtsi ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-rex 2018-02-12 21:13:16 +08:00
imx6qdl-sabreauto.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-sabrelite.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-sabresd.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-savageboard.dtsi
imx6qdl-sr-som-brcm.dtsi ARM: dts: imx6qdl-sr-som-brcm: rename sdio clock 2017-12-26 16:15:44 +08:00
imx6qdl-sr-som-emmc.dtsi ARM: dts: imx6qdl-sr-som: add support for eMMC 2017-12-26 16:15:44 +08:00
imx6qdl-sr-som-ti.dtsi ARM: dts: imx6qdl-sr-som: add support for TI Wi-Fi 2017-12-26 16:15:44 +08:00
imx6qdl-sr-som.dtsi ARM: dts: imx6qdl-sr-som: add 3.3V vcc regulator 2017-12-26 16:15:44 +08:00
imx6qdl-ts4900.dtsi
imx6qdl-ts7970.dtsi ARM: dts: TS-7970: add basic device tree 2017-12-26 16:15:44 +08:00
imx6qdl-tx6-lcd.dtsi ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6qdl-tx6-lvds.dtsi ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6qdl-tx6-mb7.dtsi ARM: dts: imx6-tx6: add a .dtsi file for the MB7 baseboard 2017-10-23 08:19:47 +08:00
imx6qdl-tx6.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qdl-udoo.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-var-dart.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-wandboard-revb1.dtsi
imx6qdl-wandboard-revc1.dtsi
imx6qdl-wandboard-revd1.dtsi ARM: dts: imx6qdl-wandboard-revd1: Make EDID functional 2017-12-26 16:15:44 +08:00
imx6qdl-wandboard.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6qdl-zii-rdu2.dtsi ARM: dts: imx6: RDU2: Add RAVE SP device 2018-03-08 16:29:50 +08:00
imx6qdl.dtsi ARM: dts: imx6q-bx50v3: Enable secure-reg-access 2018-02-12 21:13:20 +08:00
imx6qp-nitrogen6_max.dts
imx6qp-nitrogen6_som2.dts
imx6qp-phytec-mira-rdk-nand.dts ARM: dts: imx6: Add support for phyBOARD-Mira with i.MX 6QuadPlus 2018-02-12 21:13:04 +08:00
imx6qp-sabreauto.dts
imx6qp-sabresd.dts
imx6qp-tx6qp-8037-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6qp-tx6qp-8037.dts ARM: dts: imx: add support for TX6QP 2017-10-23 08:19:47 +08:00
imx6qp-tx6qp-8137-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6qp-tx6qp-8137.dts ARM: dts: imx: add support for TX6QP 2017-10-23 08:19:47 +08:00
imx6qp-wandboard-revd1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qp-zii-rdu2.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qp.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6sl-evk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sl-pinfunc.h
imx6sl-warp.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sl.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx6sx-nitrogen6sx.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-pinfunc.h
imx6sx-sabreauto.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-sdb-reva.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6sx-sdb-sai.dts
imx6sx-sdb.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6sx-sdb.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-softing-vining-2000.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-udoo-neo-basic.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-udoo-neo-extended.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-udoo-neo-full.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-udoo-neo.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6sx.dtsi ARM: dts: imx6: remove GPU subsystem nodes 2018-02-24 16:15:59 +08:00
imx6ul-14x14-evk.dts ARM: dts: imx6ull: fix the imx6ull-14x14-evk configuration 2018-02-12 21:13:21 +08:00
imx6ul-14x14-evk.dtsi ARM: dts: imx6ull: fix the imx6ull-14x14-evk configuration 2018-02-12 21:13:21 +08:00
imx6ul-geam.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx6ul-isiot-emmc.dts
imx6ul-isiot-nand.dts
imx6ul-isiot.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6ul-liteboard.dts
imx6ul-litesom.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6ul-opos6ul.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6ul-opos6uldev.dts
imx6ul-pico-hobbit.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6ul-pinfunc.h ARM: dts: imx6ul: rename mux mode name REF_CLK_32K to OSC32K_32K_OUT 2018-02-12 21:13:21 +08:00
imx6ul-tx6ul-0010.dts
imx6ul-tx6ul-0011.dts
imx6ul-tx6ul-mainboard.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6ul-tx6ul.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6ul.dtsi ARM: dts: imx6ul: add wdog3 node 2018-02-28 14:25:16 +08:00
imx6ull-14x14-evk.dts ARM: dts: imx6ull: fix the imx6ull-14x14-evk configuration 2018-02-12 21:13:21 +08:00
imx6ull-colibri-eval-v3.dts ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support 2018-02-12 21:13:22 +08:00
imx6ull-colibri-eval-v3.dtsi ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support 2018-02-12 21:13:22 +08:00
imx6ull-colibri-nonwifi.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6ull-colibri-wifi-eval-v3.dts ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support 2018-02-12 21:13:22 +08:00
imx6ull-colibri-wifi.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6ull-colibri.dtsi ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support 2018-02-12 21:13:22 +08:00
imx6ull-pinfunc-snvs.h ARM: dts: imx6ull: add additional pinfunc defines for i.MX 6ULL 2018-02-12 21:13:06 +08:00
imx6ull-pinfunc.h
imx6ull.dtsi ARM: dts: imx6ull: add UART8 support 2018-02-12 21:13:08 +08:00
imx7-colibri-eval-v3.dtsi ARM: dts: imx7-colibri: add MCP2515 CAN controller 2017-12-26 16:15:44 +08:00
imx7-colibri.dtsi ARM: dts: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support 2017-12-26 16:15:44 +08:00
imx7d-cl-som-imx7.dts ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet 2018-02-12 21:13:19 +08:00
imx7d-colibri-emmc-eval-v3.dts ARM: dts: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support 2017-12-26 16:15:44 +08:00
imx7d-colibri-emmc.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7d-colibri-eval-v3.dts ARM: dts: imx7-colibri: move and rename USB Host power regulator 2017-12-26 16:15:44 +08:00
imx7d-colibri.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7d-nitrogen7.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7d-pico-pi.dts ARM: dts: imx7d-pico-pi: Separate into cpu and baseboard dts 2017-12-26 16:15:44 +08:00
imx7d-pico.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7d-pinfunc.h
imx7d-sbc-imx7.dts
imx7d-sdb-sht11.dts
imx7d-sdb.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7d.dtsi ARM: dts: imx7d: Fix pcie node warnings 2017-12-26 16:15:44 +08:00
imx7s-colibri-eval-v3.dts
imx7s-colibri.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7s-warp.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7s.dtsi Merge tag 'imx-dt-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt 2018-03-15 22:03:10 +01:00
imx7ulp-pinfunc.h
imx23-evk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23-olinuxino.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23-pinfunc.h
imx23-sansa.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23-stmp378x_devb.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23-xfi3.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx25-eukrea-cpuimx25.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
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 ARM: dts: imx25-pinfunc: Use consistent naming for eSDHC 2018-02-12 21:13:17 +08:00
imx25-karo-tx25.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx25-pdk.dts ARM: dts: imx25-pinfunc: Use consistent naming for eSDHC 2018-02-12 21:13:17 +08:00
imx25-pinfunc.h ARM: dts: imx25-pinfunc: Always set SION for eSDHC CMD 2018-02-12 21:13:18 +08:00
imx25.dtsi ARM: dts: i.MX25: define SSI FIFO depth 2018-03-12 15:23:36 +08:00
imx27-apf27.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx27-apf27dev.dts
imx27-eukrea-cpuimx27.dtsi ARM: dts: imx27-eukrea-cpuimx27: Put the clock node directly into root 2018-02-12 21:13:19 +08:00
imx27-eukrea-mbimxsd27-baseboard.dts ARM: dts: imx27-eukrea-mbimxsd27-baseboard: Pass missing unit address 2018-02-12 21:12:58 +08:00
imx27-pdk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx27-phytec-phycard-s-rdk.dts
imx27-phytec-phycard-s-som.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx27-phytec-phycore-rdk.dts ARM: dts: imx: Add missing #phy-cells to usb-nop-xceiv 2017-12-26 16:15:44 +08:00
imx27-phytec-phycore-som.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx27-pinfunc.h
imx27.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx28-apf28.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-apf28dev.dts
imx28-apx4devkit.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx28-cfa10036.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-cfa10037.dts
imx28-cfa10049.dts ARM: dts: imx28-cfa10049: Move i2cmux out of bus node 2018-02-12 21:12:57 +08:00
imx28-cfa10055.dts
imx28-cfa10056.dts
imx28-cfa10057.dts
imx28-cfa10058.dts
imx28-duckbill-2-485.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-duckbill-2-enocean.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-duckbill-2-spi.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-duckbill-2.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-duckbill.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-eukrea-mbmx28lc.dtsi ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx28-eukrea-mbmx283lc.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-eukrea-mbmx287lc.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-evk.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx28-m28.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-m28cu3.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-m28evk.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx28-pinfunc.h
imx28-sps1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-ts4600.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-tx28.dts ARM: dts: imx28-tx28: Pass the memory unit name 2018-02-24 16:28:29 +08:00
imx28.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx31-bug.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx31.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx35-eukrea-cpuimx35.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx35-eukrea-mbimxsd35-baseboard.dts ARM: dts: imx35-eukrea-mbimxsd35-baseboard: Fix the 'cd-gpios' property 2017-10-23 08:19:41 +08:00
imx35-pdk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx35-pinfunc.h
imx35.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx50-evk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx50-pinfunc.h
imx50.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx51-apf51.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx51-apf51dev.dts ARM: dts: imx51-apf51dev: Fix 'backlight@bl1' node with unit name and no reg property 2017-10-23 08:28:53 +08:00
imx51-babbage.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx51-digi-connectcore-jsk.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
imx51-digi-connectcore-som.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx51-eukrea-cpuimx51.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx51-eukrea-mbimxsd51-baseboard.dts ARM: dts: imx: Add missing #phy-cells to usb-nop-xceiv 2017-12-26 16:15:44 +08:00
imx51-pinfunc.h
imx51-ts4800.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx51-zii-rdu1.dts ARM: dts: imx51-zii-rdu1: Add node for RAVE SP device 2018-03-08 16:29:57 +08:00
imx51.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx53-ard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-cx9020.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-m53.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-m53evk.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-mba53.dts ARM: dts: imx: Fix incorrect display nodes notation 2017-10-13 15:58:24 +08:00
imx53-pinfunc.h
imx53-ppd.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-qsb-common.dtsi ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-qsb.dts
imx53-qsrb.dts
imx53-smd.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-tqma53.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-tx53-x03x.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-tx53-x13x.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-tx53.dtsi ARM: dts: imx5: Pass the memory unit-address 2018-03-01 08:42:40 +08:00
imx53-usbarmory.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-voipac-bsb.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-voipac-dmm-668.dtsi
imx53.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
integrator.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
integratorap.dts ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
integratorcp.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
iwg20d-q7-common.dtsi ARM: dts: iwg20d-q7-common: Sound DMA support via DVC on DTS 2017-12-20 12:52:37 +01:00
iwg20d-q7-dbcm-ca.dtsi ARM: dts: iwg20d-q7-dbcm-ca: Add can1 support to camera DB 2017-11-27 11:40:20 +01:00
keystone-clocks.dtsi ARM: dts: keystone-clocks: Add missing unit name to clock nodes that have regs 2017-12-16 14:36:57 -08:00
keystone-k2e-clocks.dtsi ARM: dts: keystone-k2e-clocks: Fix missing unit address separator 2018-03-05 16:18:49 -08:00
keystone-k2e-evm.dts ARM: dts: keystone*: Use a single soc0 instance 2017-12-16 14:36:56 -08:00
keystone-k2e-netcp.dtsi ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2e.dtsi ARM: dts: keystone-k2e: Move keystone_dsp_gpio to under device-state-control 2018-03-05 16:18:48 -08:00
keystone-k2g-evm.dts ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2g-ice.dts ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2g.dtsi ARM: dts: Keystone: add ECC error handler support 2018-03-12 15:14:00 +01:00
keystone-k2hk-clocks.dtsi ARM: dts: keystone-hk-clocks: Add missing unit name to clock nodes that have regs 2017-12-16 14:36:57 -08:00
keystone-k2hk-evm.dts ARM: dts: keystone*: Use a single soc0 instance 2017-12-16 14:36:56 -08:00
keystone-k2hk-netcp.dtsi ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2hk.dtsi ARM: dts: keystone-k2hk: Move keystone_dsp_gpio to under device-state-control 2018-03-05 16:18:48 -08:00
keystone-k2l-clocks.dtsi ARM: dts: keystone-k2l-clocks: Add missing unit name to clock nodes that have regs 2017-12-16 14:36:57 -08:00
keystone-k2l-evm.dts ARM: dts: keystone*: Use a single soc0 instance 2017-12-16 14:36:56 -08:00
keystone-k2l-netcp.dtsi ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2l.dtsi ARM: dts: keystone-k2l: Move keystone_dsp_gpio to under device-state-control 2018-03-05 16:18:48 -08:00
keystone.dtsi ARM: dts: Keystone: add ECC error handler support 2018-03-12 15:14:00 +01:00
kirkwood-98dx4122.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-6192.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-6281.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-6282.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-b3.dts
kirkwood-blackarmor-nas220.dts
kirkwood-cloudbox.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-d2net.dts
kirkwood-db-88f6281.dts
kirkwood-db-88f6282.dts
kirkwood-db.dtsi
kirkwood-dir665.dts
kirkwood-dns320.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dns325.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dnskw.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dockstar.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dreamplug.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ds109.dts
kirkwood-ds110jv10.dts
kirkwood-ds111.dts
kirkwood-ds112.dts
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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-guruplug-server-plus.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ib62x0.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-iconnect.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-iomega_ix2_200.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-is2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-km_common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-km_fixedeth.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-km_kirkwood.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-laplug.dts
kirkwood-linkstation-6282.dtsi
kirkwood-linkstation-duo-6281.dtsi
kirkwood-linkstation-lsqvl.dts
kirkwood-linkstation-lsvl.dts
kirkwood-linkstation-lswsxl.dts
kirkwood-linkstation-lswvl.dts
kirkwood-linkstation-lswxl.dts
kirkwood-linkstation.dtsi
kirkwood-linksys-viper.dts arm: kirkwood: dts: Use lower case for bindings notation 2017-12-18 17:44:48 +01:00
kirkwood-lschlv2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-lsxhl.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-lsxl.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-mplcec4.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2lite.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2max.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2mini.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa3x0-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa310.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa310a.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa320.dts
kirkwood-nsa325.dts
kirkwood-openblocks_a6.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-openblocks_a7.dts ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7 2018-01-05 09:51:07 +01:00
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: dts: kirkwood: Fix "debounce-interval" property misspelling 2018-02-13 17:15:50 +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 arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
kirkwood-t5325.dts
kirkwood-topkick.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts219-6281.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts219-6282.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts219.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
kirkwood-ts419-6281.dts
kirkwood-ts419-6282.dts
kirkwood-ts419.dtsi
kirkwood.dtsi arm: dts: kirkwood: fix error in #sound-dai-cells size 2018-03-05 14:47:05 +01:00
logicpd-som-lv-35xx-devkit.dts ARM: dts: Add minimal support for LogicPD OMAP35xx SOM-LV devkit 2017-12-11 09:43:46 -08:00
logicpd-som-lv-37xx-devkit.dts ARM: dts: Move most of logicpd-som-lv-37xx-devkit.dts to logicpd-som-lv-baseboard.dtsi 2017-12-11 09:40:34 -08:00
logicpd-som-lv-baseboard.dtsi ARM: dts: Move most of logicpd-som-lv-37xx-devkit.dts to logicpd-som-lv-baseboard.dtsi 2017-12-11 09:40:34 -08:00
logicpd-som-lv.dtsi Device tree changes for omap variants for v4.17 2018-03-07 15:38:00 +01:00
logicpd-torpedo-35xx-devkit.dts ARM: dts: Add minimal support for LogicPD OMAP35xx Torpedo devkit 2017-12-11 09:43:51 -08:00
logicpd-torpedo-37xx-devkit.dts ARM: dts: Move move WiFi bindings to logicpd-torpedo-37xx-devkit 2017-12-11 09:43:53 -08:00
logicpd-torpedo-baseboard.dtsi ARM: dts: Move most of logicpd-torpedo-37xx-devkit to logicpd-torpedo-baseboard 2017-12-11 09:43:49 -08:00
logicpd-torpedo-som.dtsi Device tree changes for omap variants for v4.17 2018-03-07 15:38:00 +01:00
lpc18xx.dtsi
lpc32xx.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
lpc3250-ea3250.dts ARM: lpc3250: fix uda1380 gpio numbers 2018-01-15 13:58:05 +01:00
lpc3250-phy3250.dts ARM: lpc3250: fix uda1380 gpio numbers 2018-01-15 13:58:05 +01:00
lpc4337-ciaa.dts ARM: dts: lpc18xx: Add generic compatible string for I2C EEPROM 2017-12-21 16:07:29 +01:00
lpc4350-hitex-eval.dts ARM: dts: lpc18xx: Add generic compatible string for I2C EEPROM 2017-12-21 16:07:29 +01:00
lpc4350.dtsi
lpc4357-ea4357-devkit.dts ARM: dts: lpc18xx: Add generic compatible string for I2C EEPROM 2017-12-21 16:07:29 +01:00
lpc4357.dtsi
ls1021a-moxa-uc-8410a.dts ARM: dts: ls1021a: add support for Moxa UC-8410A open platform 2017-12-26 17:16:37 +08:00
ls1021a-qds.dts ARM: SoC device tree updates for 4.16 2018-02-01 16:07:54 -08:00
ls1021a-twr.dts ARM: SoC device tree updates for 4.16 2018-02-01 16:07:54 -08:00
ls1021a.dtsi ARM: dts: ls1021a: add nodes for on-chip ram 2018-02-12 21:12:42 +08:00
Makefile Renesas ARM Based SoC DT Updates for v4.17 2018-03-27 13:32:53 +02:00
meson6-atv1200.dts
meson6.dtsi ARM: dts: meson: add the efuse node 2017-10-29 09:00:38 -07:00
meson8-minix-neo-x8.dts
meson8.dtsi ARM: dts: meson8: enable the GPIO interrupt controller 2017-12-11 15:58:46 -08:00
meson8b-mxq.dts
meson8b-odroidc1.dts ARM: dts: meson: enabling the USB Host controller on Odroid-C1/C1+ board 2017-10-06 15:20:13 -07:00
meson8b.dtsi ARM: dts: meson8b: use stable UART bindings with correct gate clock 2017-12-06 17:04:04 -08:00
meson.dtsi ARM: dts: meson: fix the memory region of the GPIO interrupt controller 2017-11-30 15:29:43 -08:00
mmp2-brownstone.dts
mmp2.dtsi
motorola-cpcap-mapphone.dtsi ARM: dts: motorola-cpcap-mapphone: add audio-codec 2018-03-02 12:55:09 -08:00
moxart-uc7112lx.dts
moxart.dtsi ARM: dts: fix PCLK name on Gemini and MOXA ART 2017-10-19 17:45:22 +02:00
mpa1600.dts ARM: dts: at91: mpa1600: use TCB0 as timers 2017-12-31 15:50:01 +01:00
mps2-an385.dts
mps2-an399.dts
mps2.dtsi
mt2701-evb.dts arm: dts: mt2701: enable display pwm backlight 2017-10-19 18:33:58 +02:00
mt2701-pinfunc.h
mt2701.dtsi arm: dts: mt2701: Add reset-cells 2017-12-14 12:07:58 +01:00
mt6323.dtsi
mt6580-evbp1.dts
mt6580.dtsi
mt6589-aquaris5.dts
mt6589.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
mt6592-evb.dts
mt6592.dtsi
mt7623.dtsi arm: dts: mt7623: update mmc related nodes with the appropriate fallback 2017-12-14 12:12:35 +01:00
mt7623n-bananapi-bpi-r2.dts arm: dts: mt7623: fix card detection issue on bananapi-r2 2017-12-14 12:12:35 +01:00
mt7623n-rfb-nand.dts arm: mt7: dts: Remove leading 0x and 0s from bindings notation 2017-12-16 22:10:30 +01:00
mt7623n-rfb.dtsi
mt8127-moose.dts
mt8127.dtsi
mt8135-evbp1.dts
mt8135-pinfunc.h
mt8135.dtsi
mvebu-linkstation-fan.dtsi
mvebu-linkstation-gpio-simple.dtsi
mxs-pinfunc.h
nspire-classic.dtsi
nspire-clp.dts
nspire-cx.dts
nspire-tp.dts
nspire.dtsi arm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv 2017-12-07 15:52:20 +01:00
nuvoton-npcm750-evb.dts arm: dts: add Nuvoton NPCM750 device tree 2018-03-06 18:01:15 +01:00
nuvoton-npcm750.dtsi arm: dts: add Nuvoton NPCM750 device tree 2018-03-06 18:01:15 +01:00
omap2.dtsi
omap3-beagle-xm-ab.dts
omap3-beagle-xm.dts ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-beagle.dts ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-cm-t3x30.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3x.dtsi ARM: dts: am3/am4/dra7/omap: Remove leading 0x and 0s from bindings notation 2017-12-15 08:36:06 -08:00
omap3-cm-t3517.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3530.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3730.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cpu-thermal.dtsi
omap3-devkit8000-common.dtsi
omap3-devkit8000-lcd43.dts
omap3-devkit8000-lcd70.dts
omap3-devkit8000-lcd-common.dtsi
omap3-devkit8000.dts
omap3-evm-37xx.dts ARM: dts: am3/am4/dra7/omap: Remove leading 0x and 0s from bindings notation 2017-12-15 08:36:06 -08:00
omap3-evm-common.dtsi Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt 2017-11-28 08:12:32 -08:00
omap3-evm-processor-common.dtsi ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references 2017-09-29 09:14:30 -07:00
omap3-evm.dts ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data 2017-09-29 09:14:21 -07:00
omap3-gta04.dtsi ARM: dts: gta04: improve panel compatibility string 2017-12-21 06:50:19 -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 ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-igep0020-rev-f.dts
omap3-igep0020.dts
omap3-igep0030-common.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-igep0030-rev-g.dts
omap3-igep0030.dts
omap3-igep.dtsi ARM: dts: omap3-igep: Update onenand node timings 2018-01-12 15:34:06 +01:00
omap3-ldp.dts
omap3-lilly-a83x.dtsi ARM: dts: am3/am4/dra7/omap: Remove leading 0x and 0s from bindings notation 2017-12-15 08:36:06 -08:00
omap3-lilly-dbb056.dts
omap3-n9.dts ARM: dts: nokia N9: Add support for magnetometer 2018-02-14 08:57:54 -08:00
omap3-n900.dts media updates for v4.16-rc1 2018-02-06 11:27:48 -08:00
omap3-n950-n9.dtsi ARM: dts: OMAP2+: Add compatible property to onenand node 2018-01-12 15:34:04 +01:00
omap3-n950.dts ARM: dts: n950: add display support 2017-12-21 06:46:54 -08:00
omap3-overo-alto35-common.dtsi
omap3-overo-alto35.dts
omap3-overo-base.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-overo-chestnut43-common.dtsi
omap3-overo-chestnut43.dts
omap3-overo-common-dvi.dtsi
omap3-overo-common-lcd35.dtsi
omap3-overo-common-lcd43.dtsi
omap3-overo-common-peripherals.dtsi
omap3-overo-gallop43-common.dtsi
omap3-overo-gallop43.dts
omap3-overo-palo35-common.dtsi
omap3-overo-palo35.dts
omap3-overo-palo43-common.dtsi
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: pandora: fix panel compatibility string 2017-12-21 07:24:35 -08:00
omap3-panel-sharp-ls037v7dw01.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
omap3-sb-t35.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sbc-t3517.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sbc-t3530.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sbc-t3730.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sniper.dts
omap3-tao3530.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-thunder.dts
omap3-zoom3.dts
omap3.dtsi ARM: dts: omap3: Add missing #sound-dai-cells 2018-03-02 12:47:59 -08:00
omap3xxx-clocks.dtsi
omap4-cpu-thermal.dtsi
omap4-droid4-xt894.dts ARM: dts: omap4-droid4: add soundcard 2018-03-02 12:55:14 -08:00
omap4-duovero-parlor.dts
omap4-duovero.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap4-kc1.dts
omap4-panda-a4.dts
omap4-panda-common.dtsi Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt 2017-11-28 08:12:32 -08:00
omap4-panda-es.dts
omap4-panda.dts
omap4-sdp-es23plus.dts
omap4-sdp.dts
omap4-var-dvk-om44.dts
omap4-var-om44customboard.dtsi
omap4-var-som-om44-wlan.dtsi
omap4-var-som-om44.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap4-var-stk-om44.dts
omap4.dtsi ARM: SoC driver updates for 4.16 2018-02-01 16:35:31 -08:00
omap5-board-common.dtsi Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt 2017-11-28 08:12:32 -08:00
omap5-cm-t54.dts Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt 2017-11-28 08:12:32 -08:00
omap5-core-thermal.dtsi
omap5-gpu-thermal.dtsi
omap5-igep0050.dts
omap5-sbc-t54.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap5-uevm.dts ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling 2018-02-14 08:35:14 -08:00
omap5.dtsi ARM: dts: omap: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-14 09:26:11 -08:00
omap24xx-clocks.dtsi
omap34xx-omap36xx-clocks.dtsi
omap34xx.dtsi ARM: dts: Update ti-sysc data for existing users 2018-01-12 15:16:57 -08:00
omap36xx-am35xx-omap3430es2plus-clocks.dtsi
omap36xx-clocks.dtsi
omap36xx-omap3430es2plus-clocks.dtsi
omap36xx.dtsi ARM: dts: Update ti-sysc data for existing users 2018-01-12 15:16:57 -08:00
omap44xx-clocks.dtsi ARM: dts: omap4: add clkctrl nodes 2017-12-11 08:28:35 -08:00
omap54xx-clocks.dtsi ARM: dts: omap5: add clkctrl nodes 2017-12-11 08:28:35 -08:00
omap443x-clocks.dtsi
omap443x.dtsi ARM: dts: omap: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-14 09:26:11 -08:00
omap446x-clocks.dtsi
omap2420-clocks.dtsi
omap2420-h4.dts
omap2420-n8x0-common.dtsi ARM: dts: OMAP2+: Add compatible property to onenand node 2018-01-12 15:34:04 +01:00
omap2420-n800.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420-n810-wimax.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420-n810.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420.dtsi
omap2430-clocks.dtsi
omap2430-sdp.dts
omap2430.dtsi
omap3430-sdp.dts ARM: dts: OMAP2+: Add compatible property to onenand node 2018-01-12 15:34:04 +01:00
omap3430es1-clocks.dtsi
omap4460.dtsi ARM: dts: omap: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-14 09:26:11 -08:00
omap-gpmc-smsc911x.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap-gpmc-smsc9221.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap-zoom-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
openbmc-flash-layout.dtsi ARM: dts: Add OpenBMC flash layout 2017-12-21 14:03:19 +10:30
orion5x-kuroboxpro.dts
orion5x-lacie-d2-network.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-lacie-ethernet-disk-mini-v2.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-linkstation-lschl.dts
orion5x-linkstation-lsgl.dts
orion5x-linkstation-lswtgl.dts
orion5x-linkstation.dtsi arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-lswsgl.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-maxtor-shared-storage-2.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-mv88f5181.dtsi
orion5x-mv88f5182.dtsi
orion5x-netgear-wnr854t.dts
orion5x-rd88f5182-nas.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x.dtsi
owl-s500-cubieboard6.dts ARM: dts: owl-s500: Add CubieBoard6 2017-11-04 18:12:45 +08:00
owl-s500-guitar-bb-rev-b.dts ARM: dts: owl-s500-guitar-bb-rev-b: Add fake uart3 clock 2017-11-04 18:12:38 +08:00
owl-s500-guitar.dtsi
owl-s500-sparky.dts arm: dts: owl-s500: Add Sparky 2017-12-22 10:53:52 +01:00
owl-s500.dtsi ARM: dts: owl-s500: Set power domains for CPU2 and CPU3 2017-11-04 18:12:23 +08:00
ox810se-wd-mbwe.dts ARM: dts: rename oxnas dts files 2018-01-15 14:11:01 +01:00
ox810se.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
ox820-cloudengines-pogoplug-series-3.dts ARM: dts: rename oxnas dts files 2018-01-15 14:11:01 +01:00
ox820.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
picoxcell-pc3x2.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
picoxcell-pc3x3.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
picoxcell-pc7302-pc3x2.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
picoxcell-pc7302-pc3x3.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
pm9g45.dts ARM: dts: at91: pm9g45: use TCB0 as timers 2017-12-31 15:50:10 +01:00
prima2-evb.dts
prima2.dtsi
pxa2xx.dtsi
pxa3xx.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa25x.dtsi
pxa27x.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa168-aspenite.dts
pxa168.dtsi
pxa910-dkb.dts
pxa910.dtsi
qcom-apq8060-dragonboard.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
qcom-apq8064-arrow-sd-600eval-pins.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-arrow-sd-600eval.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-asus-nexus7-flo.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-cm-qs600.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-ifc6410.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-pins.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-sony-xperia-yuga.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-v2.0.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
qcom-apq8074-dragonboard.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8084-ifc6540.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8084-mtp.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8084.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-ipq4019-ap.dk01.1-c1.dts
qcom-ipq4019-ap.dk01.1.dtsi
qcom-ipq4019.dtsi
qcom-ipq8064-ap148.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-ipq8064-v1.0.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-ipq8064.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-mdm9615-wp8548-mangoh-green.dts
qcom-mdm9615-wp8548.dtsi
qcom-mdm9615.dtsi
qcom-msm8660-surf.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8660.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
qcom-msm8960-cdp.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8960.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8974-fairphone-fp2.dts ARM: dts: msm8974-FP2: Add uSD slot nodes 2017-12-21 13:06:07 -06:00
qcom-msm8974-lge-nexus5-hammerhead.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8974-sony-xperia-castor.dts ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet 2017-10-11 15:52:35 -05:00
qcom-msm8974-sony-xperia-honami.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8974.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
qcom-msm8974pro.dtsi ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet 2017-10-11 15:52:35 -05:00
qcom-pm8841.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-pm8941.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-pma8084.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
r7s72100-genmai.dts ARM: dts: genmai: Correct primary compatible value for eeprom 2017-11-27 11:40:29 +01:00
r7s72100-gr-peach.dts ARM: dts: gr-peach: Enable ostm0 and ostm1 timers 2017-10-12 13:51:25 +02:00
r7s72100-rskrza1.dts
r7s72100.dtsi ARM: dts: r7s72100: Add clock for CA9 CPU core 2017-10-16 11:52:23 +02:00
r8a73a4-ape6evm.dts
r8a73a4.dtsi ARM: dts: r8a73a4: Remove CMT renesas,channels-mask 2017-11-29 11:42:55 +01:00
r8a77xx-aa104xd12-panel.dtsi
r8a77xx-aa121td01-panel.dtsi
r8a7740-armadillo800eva.dts ARM: dts: armadillo800eva: Convert to named i2c-gpio bindings 2017-12-04 09:34:27 +01:00
r8a7740.dtsi ARM: dts: r8a7740: Correct TPU register block size 2017-12-21 10:41:46 +01:00
r8a7743-iwg20d-q7-dbcm-ca.dts ARM: dts: iwg20d-q7-dbcm-ca: Add device trees for camera DB 2017-10-09 09:29:34 +02:00
r8a7743-iwg20d-q7.dts ARM: dts: iwg20d-q7: Rework DT architecture 2017-10-09 09:28:43 +02:00
r8a7743-iwg20m.dtsi ARM: dts: iwg20m: Enable cmt0 2018-02-12 13:50:56 +01:00
r8a7743-sk-rzg1m.dts
r8a7743.dtsi ARM: dts: r8a7743: Add VSP support 2018-02-12 13:50:58 +01:00
r8a7745-iwg22d-sodimm-dbhd-ca.dts ARM: dts: iwg22d-sodimm-dbhd-ca: Add can1 support to HDMI DB 2017-11-27 11:40:16 +01:00
r8a7745-iwg22d-sodimm.dts ARM: dts: iwg22d-sodimm: Sound DMA support via DVC on DTS 2017-12-21 12:24:49 +01:00
r8a7745-iwg22m.dtsi ARM: dts: iwg22m: Enable cmt0 2018-02-12 13:50:56 +01:00
r8a7745-sk-rzg1e.dts
r8a7745.dtsi ARM: dts: r8a7745: Add VSP support 2018-02-12 13:50:58 +01:00
r8a7778-bockw.dts
r8a7778.dtsi ARM: dts: r8a7778: Use R-Car SDHI Gen1 fallback compat string 2017-11-27 11:40:00 +01:00
r8a7779-marzen.dts ARM: dts: marzen: Add SDHI0 VCCQ Regulator 2018-03-16 17:24:17 +01:00
r8a7779.dtsi ARM: dts: r8a7779: Use R-Car SDHI Gen1 fallback compat string 2017-11-27 11:40:01 +01:00
r8a7790-lager.dts ARM: dts: lager: Move cec_clock to root node 2018-03-16 17:24:15 +01:00
r8a7790-stout.dts ARM: dts: stout: Initial r8a7790 Stout board support 2018-03-16 17:24:16 +01:00
r8a7790.dtsi ARM: dts: r8a7790: consistently use single space before = 2018-02-12 13:50:58 +01:00
r8a7791-koelsch.dts ARM: dts: koelsch: use demuxer for I2C4 2018-02-12 13:50:58 +01:00
r8a7791-porter.dts ARM: dts: porter: use demuxer for I2C2 2018-02-12 13:50:58 +01:00
r8a7791.dtsi ARM: dts: r8a7791: consistently use single space before = 2018-02-12 13:50:58 +01:00
r8a7792-blanche.dts
r8a7792-wheat.dts
r8a7792.dtsi ARM: dts: r8a7792: sort subnodes of soc node 2018-02-12 13:50:57 +01:00
r8a7793-gose.dts ARM: dts: gose: use demuxer for I2C4 2018-02-12 13:50:59 +01:00
r8a7793.dtsi ARM: dts: r8a7793: consistently use single space before = 2018-02-12 13:50:58 +01:00
r8a7794-alt.dts ARM: dts: alt: use demuxer for I2C1 2018-02-12 13:50:59 +01:00
r8a7794-silk.dts ARM: dts: silk: Add GPIO keys to DT 2018-03-16 17:24:18 +01:00
r8a7794.dtsi ARM: dts: r8a7794: sort subnodes of root node 2018-02-12 13:50:58 +01:00
rk3xxx.dtsi ARM: dts: rockchip: add gpu nodes on rk3066/rk3188 2017-09-22 11:18:08 +02:00
rk322x.dtsi ARM: dts: rockchip: Fix DWMMC clocks 2018-02-16 10:45:16 +01:00
rk3036-evb.dts
rk3036-kylin.dts ARM: dts: rockchip: enable the gpu on rk3036-kylin boards 2017-09-22 11:18:02 +02:00
rk3036.dtsi ARM: dts: rockchip: Fix DWMMC clocks 2018-02-16 10:45:16 +01:00
rk3066a-bqcurie2.dts
rk3066a-marsboard.dts ARM: dts: rockchip: add cpu0-regulator on rk3066a-marsboard 2017-12-02 17:36:45 +01:00
rk3066a-mk808.dts
rk3066a-rayeager.dts ARM: dts: rockchip: add reset property for rk3066a-rayeager emac phy 2017-12-16 21:09:37 +01:00
rk3066a.dtsi ARM: dts: rockchip: fix mali400 ppmmu interrupt names 2017-10-10 11:04:33 +02:00
rk3188-px3-evb.dts
rk3188-radxarock.dts ARM: dts: rockchip: enable gpu on rk3188-radxarock 2017-09-22 11:18:11 +02:00
rk3188.dtsi ARM: dts: rockchip: fix mali400 ppmmu interrupt names 2017-10-10 11:04:33 +02:00
rk3228-evb.dts
rk3229-evb.dts
rk3229.dtsi
rk3288-evb-act8846.dts
rk3288-evb-rk808.dts
rk3288-evb.dtsi
rk3288-fennec.dts
rk3288-firefly-beta.dts
rk3288-firefly-reload-core.dtsi ARM: dts: rockchip: enable the hdmi output on the rk3288-firefly-reload 2017-10-21 21:53:04 +02:00
rk3288-firefly-reload.dts ARM: dts: rockchip: enable the hdmi output on the rk3288-firefly-reload 2017-10-21 21:53:04 +02:00
rk3288-firefly.dts
rk3288-firefly.dtsi
rk3288-miqi.dts
rk3288-phycore-rdk.dts
rk3288-phycore-som.dtsi ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som 2018-02-15 10:13:09 +01:00
rk3288-popmetal.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
rk3288-r89.dts
rk3288-rock2-som.dtsi
rk3288-rock2-square.dts
rk3288-tinker.dts
rk3288-veyron-analog-audio.dtsi
rk3288-veyron-brain.dts
rk3288-veyron-chromebook.dtsi
rk3288-veyron-jaq.dts
rk3288-veyron-jerry.dts
rk3288-veyron-mickey.dts
rk3288-veyron-minnie.dts
rk3288-veyron-pinky.dts
rk3288-veyron-sdmmc.dtsi
rk3288-veyron-speedy.dts
rk3288-veyron.dtsi
rk3288-vyasa.dts ARM: dts: rockchip: Add io domains for rk3288-vyasa 2017-10-18 12:51:03 +02:00
rk3288.dtsi ARM: dts: rockchip: fix rk3288 iep-IOMMU interrupts property cells 2017-12-04 11:44:20 +01:00
rv1108-evb.dts ARM: dts: rockchip: enable tsadc module on RV1108 evaluation board 2017-10-17 20:58:46 +02:00
rv1108.dtsi ARM: dts: rockchip: add thermal nodes for RV1108 SoC 2017-10-17 20:57:44 +02:00
s3c24xx.dtsi ARM: dts: s3c24xx: Add SPDX license identifiers 2018-01-03 18:27:31 +01:00
s3c64xx-pinctrl.dtsi ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c64xx.dtsi ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c2416-pinctrl.dtsi ARM: dts: s3c24xx: Add SPDX license identifiers 2018-01-03 18:27:31 +01:00
s3c2416-smdk2416.dts ARM: dts: s3c24xx: Add SPDX license identifiers 2018-01-03 18:27:31 +01:00
s3c2416.dtsi ARM: dts: s3c24xx: Add SPDX license identifiers 2018-01-03 18:27:31 +01:00
s3c6400.dtsi ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c6410-mini6410.dts ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c6410-smdk6410.dts ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c6410.dtsi ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s5pv210-aquila.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-goni.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-pinctrl.dtsi ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-smdkc110.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-smdkv210.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-torbreck.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210.dtsi ARM: dts: s5pv210: add interrupt-parent for ohci 2018-01-15 14:00:02 +01:00
sama5d2-pinfunc.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
sama5d2.dtsi ARM: dts: at91: sama5d2: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:19 +01:00
sama5d3_can.dtsi
sama5d3_emac.dtsi
sama5d3_gmac.dtsi
sama5d3_lcd.dtsi
sama5d3_mci2.dtsi
sama5d3_tcb1.dtsi ARM: dts: at91: sama5d3: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:14 +01:00
sama5d3_uart.dtsi
sama5d3.dtsi ARM: dts: at91: sama5d3: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:14 +01:00
sama5d3xcm_cmp.dtsi ARM: dts: at91: sama5d3xek_cmp: use TCB0 as timers 2017-12-31 15:50:16 +01:00
sama5d3xcm.dtsi ARM: dts: at91: sama5d3xek: use TCB0 as timers 2017-12-31 15:50:15 +01:00
sama5d3xdm.dtsi
sama5d3xmb_cmp.dtsi ARM: dts: at91: Remove leading 0x and 0s from bindings notation 2017-12-31 15:49:59 +01:00
sama5d3xmb_emac.dtsi
sama5d3xmb_gmac.dtsi
sama5d3xmb.dtsi ARM: dts: at91: Remove leading 0x and 0s from bindings notation 2017-12-31 15:49:59 +01:00
sama5d4.dtsi ARM: dts: at91: sama5d4: fix pinctrl compatible string 2018-02-13 17:15:15 +01:00
sama5d31.dtsi
sama5d31ek.dts
sama5d33.dtsi
sama5d33ek.dts
sama5d34.dtsi
sama5d34ek.dts ARM: dts: at91: use 'atmel' as at24 manufacturer for sama5d34ek 2018-02-13 17:15:16 +01:00
sama5d35.dtsi
sama5d35ek.dts
sama5d36.dtsi
sama5d36ek_cmp.dts
sama5d36ek.dts
sh73a0-kzm9g.dts
sh73a0.dtsi ARM: dts: sh73a0: Remove CMT renesas,channels-mask 2017-11-29 11:46:14 +01:00
skeleton64.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
skeleton.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
socfpga_arria5_socdk.dts
socfpga_arria5.dtsi
socfpga_arria10_socdk_nand.dts
socfpga_arria10_socdk_qspi.dts
socfpga_arria10_socdk_sdmmc.dts
socfpga_arria10_socdk.dtsi ARM: dts: socfpga: disable over-current for Arria10 USB devkit 2018-01-23 09:36:46 -06:00
socfpga_arria10.dtsi
socfpga_cyclone5_de0_sockit.dts
socfpga_cyclone5_mcv.dtsi
socfpga_cyclone5_mcvevk.dts
socfpga_cyclone5_socdk.dts
socfpga_cyclone5_sockit.dts
socfpga_cyclone5_socrates.dts
socfpga_cyclone5_sodia.dts
socfpga_cyclone5_vining_fpga.dts ARM: dts: socfpga: Add generic compatible string for I2C EEPROM 2017-12-21 16:08:33 +01:00
socfpga_cyclone5.dtsi
socfpga_vt.dts
socfpga.dtsi ARM: dts: socfpga: add i2c reset signals 2018-01-23 09:37:22 -06:00
spear3xx.dtsi
spear13xx.dtsi arm: spear13xx: Fix dmas cells 2018-01-11 18:07:19 -08:00
spear300-evb.dts
spear300.dtsi
spear310-evb.dts
spear310.dtsi
spear320-evb.dts
spear320-hmi.dts
spear320.dtsi
spear600-evb.dts
spear600.dtsi arm: spear600: Add missing interrupt-parent of rtc 2018-01-11 18:06:43 -08:00
spear1310-evb.dts arm: spear13xx: Fix spics gpio controller's warning 2018-01-11 18:07:38 -08:00
spear1310.dtsi
spear1340-evb.dts
spear1340.dtsi arm: spear13xx: Fix dmas cells 2018-01-11 18:07:19 -08:00
st-pincfg.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-ccu8540-pinctrl.dtsi
ste-ccu8540.dts
ste-ccu9540.dts
ste-dbx5x0.dtsi
ste-href-ab8500.dtsi
ste-href-ab8505.dtsi
ste-href-family-pinctrl.dtsi
ste-href-stuib.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
ste-href-tvk1281618.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02: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
ste-nomadik-nhk15.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-nomadik-pinctrl.dtsi
ste-nomadik-s8815.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-nomadik-stn8815.dtsi ARM: dts: nomadik: add interrupt-parent for clcd 2018-01-19 16:21:48 +01:00
ste-snowball.dts
ste-u300.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
stih407-b2120.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
stih407-clock.dtsi ARM: dts: STi: Remove unused clk_ext2f_a9 clock 2018-02-13 13:31:38 +01:00
stih407-family.dtsi ARM: dts: STi: Update sound related nodes location 2018-02-13 12:53:43 +01:00
stih407-pinctrl.dtsi ARM: dts: STi: Fix bindings notation 2018-02-12 15:24:26 +01:00
stih407.dtsi ARM: dts: stih4xx: Add missing #sound-dai-cells 2018-03-15 22:05:01 +01:00
stih410-b2120.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
stih410-b2260.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
stih410-clock.dtsi ARM: dts: STi: Remove unused clk_ext2f_a9 clock 2018-02-13 13:31:38 +01:00
stih410-pinctrl.dtsi ARM: dts: STi: Fix bindings notation 2018-02-12 15:24:26 +01:00
stih410.dtsi ARM: dts: stih4xx: Add missing #sound-dai-cells 2018-03-15 22:05:01 +01:00
stih418-b2199.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
stih418-clock.dtsi ARM: dts: STi: Remove unused clk_ext2f_a9 clock 2018-02-13 13:31:38 +01:00
stih418.dtsi ARM: dts: STi: Add fake reg property for usb2_picophyX nodes 2018-02-12 15:24:38 +01:00
stihxxx-b2120.dtsi ARM: dts: STi: Update sound related nodes location 2018-02-13 12:53:43 +01:00
stm32f4-pinctrl.dtsi ARM: dts: stm32: Add pin map for SDIO controller on stm32f4 2018-02-27 10:06:48 +01:00
stm32f7-pinctrl.dtsi ARM: dts: stm32: Add sdio pins definition for stm32f7 2018-03-05 09:03:08 +01:00
stm32f429-disco.dts ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f429-pinctrl.dtsi ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f429.dtsi ARM: dts: stm32: Add SDIO controller for stm32f429 2018-02-27 10:04:53 +01:00
stm32f469-disco.dts ARM: dts: stm32: Add push button to stm32f469 Discovery board 2018-02-27 15:01:18 +01:00
stm32f469-pinctrl.dtsi ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f746-disco.dts ARM: dts: stm32: Enable sdio1 for stm32f746-disco 2018-03-05 09:03:08 +01:00
stm32f746-pinctrl.dtsi ARM: dts: stm32: use dedicated files for pinctrl on stm32f7 family 2018-02-16 18:11:52 +01:00
stm32f746.dtsi ARM: dts: stm32: Fix sdio2 rcc hard coded value 2018-03-05 09:04:25 +01:00
stm32f769-disco.dts ARM: dts: stm32: Enable sdio1 for stm32f769-disco 2018-03-05 09:04:25 +01:00
stm32f769-pinctrl.dtsi ARM: dts: stm32: use dedicated files for pinctrl on stm32f7 family 2018-02-16 18:11:52 +01:00
stm32h743-pinctrl.dtsi ARM: dts: stm32: enable USB OTG HS on stm32h743i-eval 2018-02-27 15:37:46 +01:00
stm32h743.dtsi ARM: dts: stm32: add SPI support on STM32H743 SoC 2018-03-05 08:59:02 +01:00
stm32h743i-disco.dts ARM: dts: stm32: Fix HSE clock frequency for stm32h743i-disco board 2018-02-27 14:30:40 +01:00
stm32h743i-eval.dts ARM: dts: stm32: enable RTC on stm32h743i-eval 2018-02-27 15:54:03 +01:00
stm32mp157-pinctrl.dtsi ARM: dts: stm32: add initial support of stm32mp157c eval board 2018-02-26 16:49:58 +01:00
stm32mp157c-ed1.dts ARM: dts: stm32: add initial support of stm32mp157c eval board 2018-02-26 16:49:58 +01:00
stm32mp157c-ev1.dts ARM: dts: stm32: add initial support of stm32mp157c eval board 2018-02-26 16:49:58 +01:00
stm32mp157c.dtsi ARM: dts: stm32: add stm32mp157c initial support 2018-02-26 16:36:24 +01:00
stm32429i-eval.dts ARM: dts: stm32: Enable SDIO controller on stm32429i-eval board 2018-02-27 10:36:43 +01:00
stm32746g-eval.dts ARM: dts: stm32: Enable sdio1 for stm32f746-eval 2018-03-05 09:03:08 +01:00
sun4i-a10-a1000.dts ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sun4i-a10-ba10-tvbox.dts ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sun4i-a10-chuwi-v7-cw0825.dts ARM: dts: sun4i: Remove underscores from nodes names 2017-10-13 09:21:53 +02:00
sun4i-a10-cubieboard.dts ARM: dts: sun4i: Enable HDMI support on some A10 devices 2017-10-18 09:39:53 +08:00
sun4i-a10-dserve-dsrv9703c.dts ARM: dts: sun4i: Remove underscores from nodes names 2017-10-13 09:21:53 +02:00
sun4i-a10-gemei-g9.dts ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sun4i-a10-hackberry.dts ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sun4i-a10-hyundai-a7hd.dts ARM: dts: sun4i: Remove underscores from nodes names 2017-10-13 09:21:53 +02:00
sun4i-a10-inet1.dts ARM: dts: sun4i: Remove underscores from nodes names 2017-10-13 09:21:53 +02:00
sun4i-a10-inet9f-rev03.dts ARM: dts: sun4i: Remove underscores from nodes names 2017-10-13 09:21:53 +02:00
sun4i-a10-inet97fv2.dts ARM: dts: sun4i: Remove underscores from nodes names 2017-10-13 09:21:53 +02:00
sun4i-a10-itead-iteaduino-plus.dts ARM: dts: sun4i: Change pinctrl nodes to avoid warning 2017-10-13 09:21:52 +02:00
sun4i-a10-jesurun-q5.dts ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sun4i-a10-marsboard.dts ARM: dts: sun4i: Remove underscores from nodes names 2017-10-13 09:21:53 +02:00
sun4i-a10-mini-xplus.dts ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sun4i-a10-mk802.dts ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sun4i-a10-mk802ii.dts ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sun4i-a10-olinuxino-lime.dts ARM: dts: sun4i: Enable HDMI support on some A10 devices 2017-10-18 09:39:53 +08:00
sun4i-a10-pcduino2.dts ARM: dts: sun4i: Remove all useless pinctrl nodes 2017-10-06 10:40:04 +02:00
sun4i-a10-pcduino.dts ARM: dts: sun4i: Remove underscores from nodes names 2017-10-13 09:21:53 +02:00
sun4i-a10-pov-protab2-ips9.dts ARM: dts: sun4i: Remove underscores from nodes names 2017-10-13 09:21:53 +02:00
sun4i-a10.dtsi ARM: dts: sun[47]i: Fix display backend 1 output to TCON0 remote endpoint 2018-01-06 11:21:28 +08:00
sun5i-a10s-auxtek-t003.dts
sun5i-a10s-auxtek-t004.dts
sun5i-a10s-mk802.dts
sun5i-a10s-olinuxino-micro.dts
sun5i-a10s-r7-tv-dongle.dts
sun5i-a10s-wobo-i5.dts
sun5i-a10s.dtsi ARM: dts: sunxi: Convert to CCU index macros for HDMI controller 2017-12-05 09:27:39 +01:00
sun5i-a13-difrnce-dit4350.dts
sun5i-a13-empire-electronix-d709.dts
sun5i-a13-empire-electronix-m712.dts
sun5i-a13-hsg-h702.dts
sun5i-a13-inet-98v-rev2.dts
sun5i-a13-licheepi-one.dts
sun5i-a13-olinuxino-micro.dts
sun5i-a13-olinuxino.dts ARM: dts: sunxi: Add codec for A13 Olinuxino 2017-11-27 08:46:18 +01:00
sun5i-a13-q8-tablet.dts
sun5i-a13-utoo-p66.dts
sun5i-a13.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun5i-gr8-chip-pro.dts
sun5i-gr8-evb.dts
sun5i-gr8.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun5i-r8-chip.dts
sun5i-r8.dtsi
sun5i-reference-design-tablet.dtsi ARM: dts: sun5i: reference-design-tablet: Enable AXP209 AC and battery 2017-10-13 09:23:47 +02:00
sun5i.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun6i-a31-app4-evb1.dts
sun6i-a31-colombus.dts
sun6i-a31-hummingbird.dts ARM: dts: sun6i: Enable HDMI support on some A31/A31s devices 2017-10-11 20:08:11 +08:00
sun6i-a31-i7.dts
sun6i-a31-m9.dts
sun6i-a31-mele-a1000g-quad.dts
sun6i-a31.dtsi ARM: dts: sunxi: Convert to CCU index macros for HDMI controller 2017-12-05 09:27:39 +01:00
sun6i-a31s-colorfly-e708-q1.dts
sun6i-a31s-cs908.dts
sun6i-a31s-inet-q972.dts
sun6i-a31s-primo81.dts ARM: dts: sun6i: Enable HDMI support on some A31/A31s devices 2017-10-11 20:08:11 +08:00
sun6i-a31s-sina31s-core.dtsi
sun6i-a31s-sina31s.dts ARM: dts: sun6i: Enable HDMI support on some A31/A31s devices 2017-10-11 20:08:11 +08:00
sun6i-a31s-sinovoip-bpi-m2.dts
sun6i-a31s-yones-toptech-bs1078-v2.dts
sun6i-a31s.dtsi
sun6i-reference-design-tablet.dtsi
sun7i-a20-bananapi-m1-plus.dts ARM: dts: sun7i: Enable HDMI support on some A20 devices 2017-10-18 09:39:01 +08:00
sun7i-a20-bananapi.dts
sun7i-a20-bananapro.dts
sun7i-a20-cubieboard2.dts ARM: dts: sun7i: Enable HDMI support on some A20 devices 2017-10-18 09:39:01 +08:00
sun7i-a20-cubietruck.dts ARM: dts: sun7i: Enable HDMI support on some A20 devices 2017-10-18 09:39:01 +08:00
sun7i-a20-hummingbird.dts
sun7i-a20-i12-tvbox.dts
sun7i-a20-icnova-swac.dts
sun7i-a20-itead-ibox.dts
sun7i-a20-lamobo-r1.dts ARM: dts: sun7i: Enable HDMI support on some A20 devices 2017-10-18 09:39:01 +08:00
sun7i-a20-m3.dts
sun7i-a20-mk808c.dts
sun7i-a20-olimex-som-evb.dts
sun7i-a20-olinuxino-lime2-emmc.dts
sun7i-a20-olinuxino-lime2.dts ARM: dts: sun7i: Enable HDMI support on some A20 devices 2017-10-18 09:39:01 +08:00
sun7i-a20-olinuxino-lime.dts ARM: dts: sun7i: Enable HDMI support on some A20 devices 2017-10-18 09:39:01 +08:00
sun7i-a20-olinuxino-micro-emmc.dts
sun7i-a20-olinuxino-micro.dts ARM: dts: sun7i: Enable HDMI support on some A20 devices 2017-10-18 09:39:01 +08:00
sun7i-a20-orangepi-mini.dts
sun7i-a20-orangepi.dts
sun7i-a20-pcduino3-nano.dts ARM: dts: sun7i: Enable HDMI on pcDuino3 Nano 2017-12-15 15:46:17 +01:00
sun7i-a20-pcduino3.dts
sun7i-a20-wexler-tab7200.dts
sun7i-a20-wits-pro-a20-dkt.dts
sun7i-a20.dtsi ARM: dts: sun[47]i: Fix display backend 1 output to TCON0 remote endpoint 2018-01-06 11:21:28 +08:00
sun8i-a23-a33.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun8i-a23-evb.dts
sun8i-a23-gt90h-v4.dts
sun8i-a23-inet86dz.dts
sun8i-a23-ippo-q8h-v1.2.dts
sun8i-a23-ippo-q8h-v5.dts
sun8i-a23-polaroid-mid2407pxe03.dts
sun8i-a23-polaroid-mid2809pxe04.dts
sun8i-a23-q8-tablet.dts
sun8i-a23.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun8i-a33-et-q8-v1.6.dts
sun8i-a33-ga10h-v1.1.dts
sun8i-a33-inet-d978-rev2.dts
sun8i-a33-ippo-q8h-v1.2.dts
sun8i-a33-olinuxino.dts
sun8i-a33-q8-tablet.dts
sun8i-a33-sinlinx-sina33.dts
sun8i-a33.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun8i-a83t-allwinner-h8homlet-v2.dts ARM: dts: sun8i: a83t: allwinner-h8homlet-v2: Add AXP818 regulator nodes 2017-11-02 09:04:51 +01:00
sun8i-a83t-bananapi-m3.dts ARM: dts: sun8i: a83t: Enable Ethernet on two boards 2017-12-08 10:06:40 +01:00
sun8i-a83t-cubietruck-plus.dts ARM: dts: sun8i: a83t: Enable Ethernet on two boards 2017-12-08 10:06:40 +01:00
sun8i-a83t-tbs-a711.dts ARM: SoC device tree updates for 4.16 2018-02-01 16:07:54 -08:00
sun8i-a83t.dtsi ARM: dts: sun8i: a83t: Add LVDS pins group 2018-01-04 20:41:39 +01:00
sun8i-h2-plus-orangepi-r1.dts ARM: dts: sun8i: fix USB Ethernet of Orange Pi R1 2017-12-29 13:02:03 +08:00
sun8i-h2-plus-orangepi-zero.dts ARM: dts: sunxi: Restore EMAC changes (boards) 2017-11-02 09:02:13 +01:00
sun8i-h3-bananapi-m2-plus.dts ARM: dts: sun8i-h3: Remove allwinner,leds-active-low for non internal PHY 2017-12-08 10:13:29 +01:00
sun8i-h3-beelink-x2.dts
sun8i-h3-libretech-all-h3-cc.dts ARM: dts: sun8i: h3: Add dts file for Libre Computer Board ALL-H3-CC H3 ver. 2017-12-05 11:03:16 +01:00
sun8i-h3-nanopi-m1-plus.dts ARM: dts: sun8i: h3: nanopi-m1-plus: fix missing ethernet 0 in aliases 2017-12-19 09:54:46 +01:00
sun8i-h3-nanopi-m1.dts ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Nanopi M1 2017-12-19 09:53:49 +01:00
sun8i-h3-nanopi-neo-air.dts
sun8i-h3-nanopi-neo.dts ARM: dts: sun8i: h3: enable USB OTG for NanoPi Neo board 2017-12-07 10:02:47 +01:00
sun8i-h3-nanopi.dtsi ARM: dts: sun8i: h3: Fix node with unit name and no reg property 2017-09-27 16:20:30 +08:00
sun8i-h3-orangepi-2.dts ARM: dts: sunxi: Restore EMAC changes (boards) 2017-11-02 09:02:13 +01:00
sun8i-h3-orangepi-lite.dts ARM: dts: sun8i: h3: Fix node with unit name and no reg property 2017-09-27 16:20:30 +08:00
sun8i-h3-orangepi-one.dts ARM: dts: sunxi: Restore EMAC changes (boards) 2017-11-02 09:02:13 +01:00
sun8i-h3-orangepi-pc-plus.dts ARM: dts: sunxi: Restore EMAC changes (boards) 2017-11-02 09:02:13 +01:00
sun8i-h3-orangepi-pc.dts ARM: dts: sunxi: Restore EMAC changes (boards) 2017-11-02 09:02:13 +01:00
sun8i-h3-orangepi-plus2e.dts ARM: dts: sunxi: Restore EMAC changes (boards) 2017-11-02 09:02:13 +01:00
sun8i-h3-orangepi-plus.dts ARM: dts: sun8i-h3: Remove allwinner,leds-active-low for non internal PHY 2017-12-08 10:13:29 +01:00
sun8i-h3.dtsi ARM: sun8i: h3/h5: add DE2 CCU device node for H3 2017-12-29 16:41:03 +08:00
sun8i-q8-common.dtsi
sun8i-r16-bananapi-m2m.dts
sun8i-r16-parrot.dts
sun8i-r40-bananapi-m2-ultra.dts ARM: sun8i: r40: enable USB host for Banana Pi M2 Ultra 2017-10-20 09:51:35 +02:00
sun8i-r40.dtsi ARM: sun8i: r40: add USB host port nodes for R40 2017-10-20 09:51:35 +02:00
sun8i-reference-design-tablet.dtsi
sun8i-v3s-licheepi-zero-dock.dts
sun8i-v3s-licheepi-zero.dts
sun8i-v3s.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun8i-v40-bananapi-m2-berry.dts ARM: sun8i: v40: add 5V regulator for Banana Pi M2 Berry 2017-10-20 09:51:35 +02:00
sun9i-a80-cubieboard4.dts ARM: dts: sun9i: Change node names to remove underscores 2017-10-13 09:21:54 +02:00
sun9i-a80-optimus.dts ARM: dts: sun9i: Change node names to remove underscores 2017-10-13 09:21:54 +02:00
sun9i-a80.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sunxi-common-regulators.dtsi
sunxi-h3-h5.dtsi ARM: sunxi: h3/h5: add simplefb nodes 2018-01-03 10:40:41 +08:00
sunxi-itead-core-common.dtsi ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sunxi-reference-design-tablet.dtsi
tango4-common.dtsi ARM: dts: tango4: remove bogus interrupt-controller property 2017-12-22 08:04:12 +01:00
tango4-smp8758.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tango4-vantage-1172.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-colibri-512.dtsi ARM: tegra: Fix I2C bus frequencies on Apalis/Colibri 2018-03-08 16:08:20 +01:00
tegra20-harmony.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-iris-512.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-medcom-wide.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-paz00.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-plutux.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-seaboard.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-tamonten.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-tec.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-trimslice.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-ventana.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20.dtsi ARM: tegra: Fix ULPI regression on Tegra20 2018-03-08 15:12:52 +01:00
tegra30-apalis-eval.dts ARM: tegra: apalis/colibri: Use correct compatible for RTC 2018-03-08 16:10:18 +01:00
tegra30-apalis.dtsi ARM: tegra: apalis/colibri: Remove unneeded reg property 2018-03-08 16:10:54 +01:00
tegra30-beaver.dts ARM: tegra: beaver: Remove invalid uses of rsvd1 2018-03-08 16:06:45 +01:00
tegra30-cardhu-a02.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-cardhu-a04.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-cardhu.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-colibri-eval-v3.dts ARM: tegra: apalis/colibri: Use correct compatible for RTC 2018-03-08 16:10:18 +01:00
tegra30-colibri.dtsi ARM: tegra: apalis/colibri: Remove unneeded reg property 2018-03-08 16:10:54 +01:00
tegra30.dtsi ARM: tegra: Add video decoder node on Tegra30 2018-03-08 14:59:47 +01:00
tegra114-dalmore.dts ARM: tegra: Use proper IRQ type definitions 2018-03-08 16:06:41 +01:00
tegra114-roth.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra114-tn7.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra114.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-apalis-emc.dtsi
tegra124-apalis-eval.dts ARM: tegra: apalis-tk1: Copyright period, spurious newlines 2018-03-08 16:18:08 +01:00
tegra124-apalis-v1.2-eval.dts ARM: tegra: apalis-tk1: Support v1.2 hardware revision 2018-03-08 16:18:38 +01:00
tegra124-apalis-v1.2.dtsi ARM: tegra: apalis-tk1: Support v1.2 hardware revision 2018-03-08 16:18:38 +01:00
tegra124-apalis.dtsi ARM: tegra: apalis-tk1: Copyright period, spurious newlines 2018-03-08 16:18:08 +01:00
tegra124-jetson-tk1-emc.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-jetson-tk1.dts ARM: tegra: Use proper IRQ type definitions 2018-03-08 16:06:41 +01:00
tegra124-nyan-big-emc.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-big.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-blaze-emc.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-blaze.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-venice2.dts ARM: tegra: venice2: Remove duplicate pcie-1 node 2018-03-08 16:06:45 +01:00
tegra124.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
tny_a9g20.dts
tny_a9260_common.dtsi ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
tny_a9260.dts
tny_a9263.dts ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
tps6507x.dtsi
tps65217.dtsi
tps65910.dtsi
twl4030_omap3.dtsi
twl4030.dtsi
twl6030_omap4.dtsi
twl6030.dtsi
uniphier-ld4-ref.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-ld4.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-ld6b-ref.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-ld6b.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pinctrl.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pro4-ace.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pro4-ref.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pro4-sanji.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pro4.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pro5.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pxs2-gentil.dts ARM: dts: uniphier: add sound node for PXs2 2018-03-15 23:19:05 +09:00
uniphier-pxs2-vodka.dts ARM: dts: uniphier: add sound node for PXs2 2018-03-15 23:19:05 +09:00
uniphier-pxs2.dtsi ARM: dts: uniphier: add sound node for PXs2 2018-03-15 23:19:05 +09:00
uniphier-ref-daughter.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-sld8-ref.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-sld8.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-support-card.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
usb_a9g20_common.dtsi ARM: dts: at91: usb_a9g20: fix rtc node 2017-10-09 16:32:20 +02:00
usb_a9g20_lpw.dts
usb_a9g20-dab-mmx.dtsi
usb_a9g20.dts
usb_a9260_common.dtsi ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
usb_a9260.dts
usb_a9263.dts ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
versatile-ab.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
versatile-pb.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2m-rs1.dtsi
vexpress-v2m.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca5s.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca9.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca15_a7.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca15-tc1.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vf500-colibri-eval-v3.dts
vf500-colibri.dtsi ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf500.dtsi ARM: dts: vf500: Remove the zero length reg property 2018-03-08 16:48:45 +08:00
vf610-colibri-eval-v3.dts
vf610-colibri.dtsi ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf610-cosmic.dts ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf610-pinfunc.h
vf610-twr.dts ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf610-zii-dev-rev-b.dts ARM: dts: vf610-zii-dev-rev-b: add PHYs for switch2 2017-12-26 16:47:10 +08:00
vf610-zii-dev-rev-c.dts i.MX device tree changes for 4.16: 2018-01-05 17:07:32 +01:00
vf610-zii-dev.dtsi ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf610.dtsi
vf610m4-colibri.dts Merge tag 'imx-dt-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt 2018-03-15 22:03:10 +01:00
vf610m4-cosmic.dts
vf610m4.dtsi ARM: dts: vf610m4: Remove the zero length reg property 2018-03-08 16:48:53 +08:00
vf-colibri-eval-v3.dtsi ARM: dts: colibri/apalis: use correct compatible for RTC 2017-12-26 16:15:44 +08:00
vf-colibri.dtsi
vfxxx.dtsi ARM: dts: vfxxx: Move nodes which have no reg property out of bus 2017-12-26 16:15:44 +08:00
vt8500-bv07.dts
vt8500.dtsi
wm8505-ref.dts
wm8505.dtsi
wm8650-mid.dts
wm8650.dtsi
wm8750-apc8750.dts
wm8750.dtsi
wm8850-w70v2.dts
wm8850.dtsi
xenvm-4.2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
zx296702-ad1.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
zx296702.dtsi arm: zx: dts: Remove leading 0x and 0s from bindings notation 2018-02-22 17:39:02 +01:00
zynq-7000.dtsi arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-cc108.dts arm: zynq: Add Xilinx cc108 board 2018-03-08 08:11:08 +01:00
zynq-microzed.dts arm: zynq: Add missing address node name in microzed board 2018-03-08 08:11:07 +01:00
zynq-parallella.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-zc702.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-zc706.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-zc770-xm010.dts arm: zynq: Add support for Xilinx zc770 xm010 dc1 board 2018-03-08 08:11:09 +01:00
zynq-zc770-xm011.dts arm: zynq: Add support for Xilinx zc770 xm011 dc2 board 2018-03-08 08:11:10 +01:00
zynq-zc770-xm012.dts arm: zynq: Add support for Xilinx zc770 xm012 dc3 board 2018-03-08 08:11:12 +01:00
zynq-zc770-xm013.dts arm: zynq: Add support for Xilinx zc770 xm013 dc4 board 2018-03-08 08:11:14 +01:00
zynq-zed.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-zybo-z7.dts arm: dts: zynq: Add Digilent Zybo Z7 board 2018-03-08 08:11:35 +01:00
zynq-zybo.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00