linux/Documentation/devicetree/bindings/pinctrl
Linus Torvalds 786a72d791 ARM: DT updates for v4.10
Lots of changes as usual, so I'm trying to be brief here. Most of the
 new hardware support has the respective driver changes merged through
 other trees or has had it available for a while, so this is where things
 come together.
 
 We get a DT descriptions for a couple of new SoCs, all of them variants
 of other chips we already support, and usually coming with a new
 evaluation board:
 
 - Oxford semiconductor (now Broadcom) OX820 SoC for NAS devices
 - Qualcomm MDM9615 LTE baseband
 - NXP imx6ull, the latest and smallest i.MX6 application processor variant
 - Renesas RZ/G (r8a7743 and r8a7745) application processors
 - Rockchip PX3, a variant of the rk3188 chip used in Android tablets
 - Rockchip rk1108 single-core application processor
 - ST stm32f746 Cortex-M7 based microcontroller
 - TI DRA71x automotive processors
 
 These are commercially available consumer platforms we now support:
 - Motorola Droid 4 (xt894) mobile phone
 - Rikomagic MK808 Android TV stick based on Rockchips rx3066
 - Cloud Engines PogoPlug v3 based on OX820
 - Various Broadcom based wireless devices:
   - Netgear R8500 router
   - Tenda AC9 router
   - TP-LINK Archer C9 V1
   - Luxul XAP-1510 Access point
 - Turris Omnia open hardware router based on Armada 385
 
 And a couple of new boards targeted at developers, makers
 or industrial integration:
 - Macnica Sodia development platform for Altera socfpga (Cyclone V)
 - MicroZed board based on Xilinx Zynq FPGA platforms
 - TOPEET itop/elite based on exynos4412
 - WP8548 MangOH Open Hardware platform for IOT, based on
   Qualcomm MDM9615
 - NextThing CHIP Pro gadget
 - NanoPi M1 development board
 - AM571x-IDK industrial board based on TI AM5718
 - i.MX6SX UDOO Neo
 - Boundary Devices Nitrogen6_SOM2 (i.MX6)
 - Engicam i.CoreM6
 - Grinn i.MX6UL liteSOM/liteBoard
 - Toradex Colibri iMX6 module
 
 Other changes:
 - added peripherals on renesas, davinci, stm32f429, uniphier, sti,
   mediatek, integrator, at91, imx, vybrid, ls1021a, omap, qualcomm,
   mvebu, allwinner, broadcom, exynos, zynq
 
 - Continued fixes for W=1 dtc warnings
 
 - The old STiH415/416 SoC support gets removed, these never made it into
   products and have served their purpose in the kernel as a template
   for teh newer chips from ST
 
 - The exynos4415 dtsi file is removed as nothing uses it.
 
 - Intel PXA25x can now be booted using devicetree
 
 Conflicts:
 arch/arm/boot/dts/r8a*.dtsi: a node was added
 the clk tree, keep both sides and watch out for git
 dropping the required '};' at the end of each side.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAWFMZHGCrR//JCVInAQKQ6A/+Og42qy1rhL3cfHiSsT7e5giQNVSFY7Cm
 Z06R83AEv6HDMTNzyiJr5udRGOhm40qIoe92fhVJSRF7F6o/GbCQ7YOyU4KdQELg
 caqRCe1Nq6RT0RYU0m6xVyv/ox0JTNEaB+TcvD1x4pgUQNo9sSBfiXpTzOKhLhqs
 zmsfpNpj8v188Iofoju3WtwN26riJ7P4QdYIaNaH4qNQgoQbMbQICDwnpSsNJY+x
 MSlNrbtYqfz6vc5fqa0mtfhF6wIFxuRnTgSLi9skWZ2l/fkn4ljF3RhN1Z86TYPv
 CYsqDu+DF0YNxFrht3BAK6WTe2PdCnMNLNnMhYC6NDQ8YG1tbwvXQFM1KVanRvxx
 hXP4Nt2sZYiqA4v8joFPgp9gnyBMdhtJEtWSmHwCY0RFObySJR4I1GY7igh02HUJ
 gxlmOYcmklzLiyXvfjdDvg0sCV1tBhaBKTLYxF7lVCzG2QaR22Le+p3o+SWm+e+V
 Ruc9l/iwHaeasNnbAkDEiEyi1FobtuEeTSZnKaXfKX8WuKVZLJrCEm7WiRIsj0Ww
 vJ9ABVft7PEv/Ov3fbKBWON4vxKTBBgHuEDcbIsp19w4BSH1WJf5bGXIm7QeA3Z9
 aD+DtA5W5ExIjMQR2+qgz/BBIzVVVVvG8DEcdcCtc3JGRJll5PadShLdqKjVIerc
 SpsxqCKoRCI=
 =wJt3
 -----END PGP SIGNATURE-----

Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM DT updates from Arnd Bergmann:
 "Lots of changes as usual, so I'm trying to be brief here. Most of the
  new hardware support has the respective driver changes merged through
  other trees or has had it available for a while, so this is where
  things come together.

  We get a DT descriptions for a couple of new SoCs, all of them
  variants of other chips we already support, and usually coming with a
  new evaluation board:

   - Oxford semiconductor (now Broadcom) OX820 SoC for NAS devices
   - Qualcomm MDM9615 LTE baseband
   - NXP imx6ull, the latest and smallest i.MX6 application processor variant
   - Renesas RZ/G (r8a7743 and r8a7745) application processors
   - Rockchip PX3, a variant of the rk3188 chip used in Android tablets
   - Rockchip rk1108 single-core application processor
   - ST stm32f746 Cortex-M7 based microcontroller
   - TI DRA71x automotive processors

  These are commercially available consumer platforms we now support:

   - Motorola Droid 4 (xt894) mobile phone
   - Rikomagic MK808 Android TV stick based on Rockchips rx3066
   - Cloud Engines PogoPlug v3 based on OX820
   - Various Broadcom based wireless devices:
      - Netgear R8500 router
      - Tenda AC9 router
      - TP-LINK Archer C9 V1
      - Luxul XAP-1510 Access point
   - Turris Omnia open hardware router based on Armada 385

  And a couple of new boards targeted at developers, makers or
  industrial integration:

   - Macnica Sodia development platform for Altera socfpga (Cyclone V)
   - MicroZed board based on Xilinx Zynq FPGA platforms
   - TOPEET itop/elite based on exynos4412
   - WP8548 MangOH Open Hardware platform for IOT, based on Qualcomm MDM9615
   - NextThing CHIP Pro gadget
   - NanoPi M1 development board
   - AM571x-IDK industrial board based on TI AM5718
   - i.MX6SX UDOO Neo
   - Boundary Devices Nitrogen6_SOM2 (i.MX6)
   - Engicam i.CoreM6
   - Grinn i.MX6UL liteSOM/liteBoard
   - Toradex Colibri iMX6 module

  Other changes:

   - added peripherals on renesas, davinci, stm32f429, uniphier, sti,
     mediatek, integrator, at91, imx, vybrid, ls1021a, omap, qualcomm,
     mvebu, allwinner, broadcom, exynos, zynq

   - Continued fixes for W=1 dtc warnings

   - The old STiH415/416 SoC support gets removed, these never made it
     into products and have served their purpose in the kernel as a
     template for teh newer chips from ST

   - The exynos4415 dtsi file is removed as nothing uses it.

   - Intel PXA25x can now be booted using devicetree"

* tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (422 commits)
  arm: dts: zynq: Add MicroZed board support
  ARM: dts: da850: enable high speed for mmc
  ARM: dts: da850: Add node for pullup/pulldown pinconf
  ARM: dts: da850: enable memctrl and mstpri nodes per board
  ARM: dts: da850-lcdk: Add ethernet0 alias to DT
  ARM: dts: artpec: add pcie support
  ARM: dts: add support for Turris Omnia
  devicetree: Add vendor prefix for CZ.NIC
  ARM: dts: berlin2q-marvell-dmp: fix typo in chosen node
  ARM: dts: berlin2q-marvell-dmp: fix regulators' name
  ARM: dts: Add xo to sdhc clock node on qcom platforms
  ARM: dts: r8a7794: Add device node for PRR
  ARM: dts: r8a7793: Add device node for PRR
  ARM: dts: r8a7792: Add device node for PRR
  ARM: dts: r8a7791: Add device node for PRR
  ARM: dts: r8a7790: Add device node for PRR
  ARM: dts: r8a7779: Add device node for PRR
  ARM: dts: r8a73a4: Add device node for PRR
  ARM: dts: sk-rzg1e: add Ether support
  ARM: dts: sk-rzg1e: initial device tree
  ...
2016-12-15 15:50:24 -08:00
..
abilis,tb10x-iomux.txt pinctrl: add TB10x pin control driver 2013-10-16 15:33:51 +02:00
allwinner,sunxi-pinctrl.txt pinctrl: sunxi: Add support for interrupt debouncing 2016-11-15 10:23:02 +01:00
atmel,at91-pinctrl.txt pinctrl: at91: add support for OUTPUT config 2016-10-31 09:16:46 +01:00
atmel,at91-pio4-pinctrl.txt pinctrl: dt-binding: Add DT binding documentation for Atmel PIO4 2015-09-21 11:23:08 -07:00
berlin,pinctrl.txt pinctrl: dt-binding: document berlin4ct SoC pinctrl 2015-10-16 16:16:19 +02:00
brcm,bcm2835-gpio.txt doc: devicetree: Fix various typos 2013-04-24 16:36:15 +02:00
brcm,bcm11351-pinctrl.txt Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next 2014-06-04 08:50:34 -07:00
brcm,cygnus-pinmux.txt pinctrl: Broadcom Cygnus pinctrl device tree binding 2015-03-18 02:02:12 +01:00
brcm,iproc-gpio.txt pinctrl: Update iProc GPIO DT bindings 2016-07-22 16:45:04 +02:00
brcm,ns2-pinmux.txt pinctrl: Broadcom Northstar2 pinctrl device tree bindings 2016-03-09 17:57:38 +07:00
brcm,nsp-gpio.txt pinctrl: Broadcom NSP GPIO-a device tree bindings 2015-12-10 18:44:06 +01:00
brcm,nsp-pinmux.txt pinctrl: Broadcom NSP pinctrl device tree bindings 2016-06-29 10:04:43 +02:00
cnxt,cx92755-pinctrl.txt pinctrl: dt-binding: document Conexant CX92755 SoC 2015-07-27 11:46:30 +02:00
fsl,imx-pinctrl.txt pinctrl: imx: update fsl,pins description in bindings doc 2013-10-09 14:42:36 +02:00
fsl,imx6dl-pinctrl.txt pinctrl: add pinctrl driver for imx6dl 2013-04-09 22:53:38 +08:00
fsl,imx6q-pinctrl.txt pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
fsl,imx6sl-pinctrl.txt pinctrl: add pinctrl driver for imx6sl 2013-04-09 22:53:38 +08:00
fsl,imx6sx-pinctrl.txt pinctrl: add pinctrl driver for imx6sx 2014-05-27 11:24:28 +02:00
fsl,imx6ul-pinctrl.txt Document: dt: binding: imx: update document for imx6ul support 2015-08-11 23:15:16 +08:00
fsl,imx7d-pinctrl.txt pinctrl: freescale: imx: imx7d iomuxc-lpsr devicetree bindings 2015-10-02 14:45:17 -07:00
fsl,imx25-pinctrl.txt pinctrl: pinctrl-imx: add imx25 pinctrl driver 2013-11-25 09:08:30 +01:00
fsl,imx27-pinctrl.txt pinctrl: imx1-core populate subdevices 2013-11-25 09:08:30 +01:00
fsl,imx35-pinctrl.txt pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
fsl,imx51-pinctrl.txt pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
fsl,imx53-pinctrl.txt pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
fsl,mxs-pinctrl.txt ARM: dts: mxs: add pinctrl header files 2013-09-26 13:01:36 +08:00
fsl,vf610-pinctrl.txt pinctrl: add VF610 pinctrl driver 2013-06-16 11:56:51 +02:00
img,pistachio-pinctrl.txt pinctrl: pistachio: fix mfio84-89 function description and pinmux. 2016-03-30 10:57:51 +02:00
img,tz1090-pdc-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
img,tz1090-pinctrl.txt Pin control changes for the v3.19 series: 2014-12-11 10:43:14 -08:00
lantiq,pinctrl-falcon.txt Documentation: DT: Fix a typo in the filename "lantiq,<chip>-pinumx.txt" 2015-06-23 10:18:31 -05:00
lantiq,pinctrl-xway.txt pinctrl/lantiq: updating devicetree binding description 2015-11-30 13:10:44 +01:00
marvell,armada-38x-pinctrl.txt pinctrl: mvebu: armada-38x: add ptp functions 2015-06-10 14:30:44 +02:00
marvell,armada-39x-pinctrl.txt pinctrl: mvebu: armada-39x: add support for Armada 395 variant 2015-06-10 14:36:34 +02:00
marvell,armada-370-pinctrl.txt ARM: dts: armada-370: Update the mpp63 function in the device tree on Armada 370 2016-02-09 11:00:16 +01:00
marvell,armada-375-pinctrl.txt pinctrl: mvebu: armada-{370,375}: normalize audio pins 2015-06-10 13:43:52 +02:00
marvell,armada-xp-pinctrl.txt pinctrl: mvebu: armada-xp: add dram functions 2015-06-10 14:11:50 +02:00
marvell,dove-pinctrl.txt devicetree: bindings: update MVEBU pinctrl binding documentation 2014-02-25 19:07:29 +01:00
marvell,kirkwood-pinctrl.txt devicetree: bindings: update MVEBU pinctrl binding documentation 2014-02-25 19:07:29 +01:00
marvell,mvebu-pinctrl.txt devicetree: bindings: update MVEBU pinctrl binding documentation 2014-02-25 19:07:29 +01:00
marvell,orion-pinctrl.txt pinctrl: mvebu: orion5x: Generalise mv88f5181l support for 88f5181 2016-09-21 11:49:18 +02:00
meson,pinctrl.txt pinctrl: meson: Add GXL pinctrl definitions 2016-11-04 23:05:06 +01:00
microchip,pic32-pinctrl.txt dt/bindings: Correct clk binding example for PIC32 pinctrl 2016-05-28 12:35:04 +02:00
nvidia,tegra20-pinmux.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
nvidia,tegra30-pinmux.txt ARM: tegra: define valid function names in DT document 2013-07-30 12:12:08 -06:00
nvidia,tegra114-pinmux.txt ARM: tegra: define valid function names in DT document 2013-07-30 12:12:08 -06:00
nvidia,tegra124-dpaux-padctl.txt dt-bindings: Add bindings for Tegra DPAUX pinctrl driver 2016-06-30 12:45:10 +02:00
nvidia,tegra124-pinmux.txt Documentation: DT bindings: add more Tegra chip compatible strings 2015-02-03 20:37:31 -06:00
nvidia,tegra124-xusb-padctl.txt Devicetree for 4.7: 2016-05-20 14:51:34 -07:00
nvidia,tegra210-pinmux.txt pinctrl: tegra: add a driver for Tegra210 2015-03-09 18:10:59 +01:00
nxp,lpc1850-scu.txt pinctrl: lpc1850-scu: document nxp,gpio-pin-interrupt 2016-03-07 10:48:10 +07:00
oxnas,pinctrl.txt dt-bindings: oxnas: Update Pinctrl and GPIO for OX820 Support 2016-10-24 16:30:14 +02:00
pinctrl_spear.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
pinctrl-aspeed.txt pinctrl: aspeed-g5: Fix pin association of SPI1 function 2016-10-18 14:36:12 +02:00
pinctrl-atlas7.txt pinctrl: sirf: add sirf atlas7 pinctrl and gpio support 2015-05-19 16:01:30 +02:00
pinctrl-bindings.txt pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args 2016-11-04 22:50:55 +01:00
pinctrl-max77620.txt pinctrl: add DT binding doc for pincontrol of PMIC max77620/max20024 2016-05-30 09:41:46 +02:00
pinctrl-mt65xx.txt pinctrl: mediatek: Modify pinctrl bindings for mt7623 2016-02-19 09:59:00 +01:00
pinctrl-palmas.txt Documentation: pinctrl: palmas: Add ti,palmas-powerhold-override property definition 2016-12-07 15:26:59 +01:00
pinctrl-single.txt ARM: dts: Add #pinctrl-cells for pinctrl-single instances 2016-11-07 08:27:49 -07:00
pinctrl-sirf.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
pinctrl-st.txt pinctrl: st: Remove obsolete platforms from pinctrl-st dt doc 2016-09-15 15:55:26 +02:00
pinctrl-sx150x.txt pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507 2016-11-25 14:44:08 +01:00
pinctrl-vt8500.txt pinctrl: gpio: vt8500: Add pincontrol driver for arch-vt8500 2013-04-04 18:00:02 +13:00
qcom,apq8064-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,apq8084-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,ipq4019-pinctrl.txt pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl support 2016-02-16 15:52:21 +01:00
qcom,ipq8064-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,mdm9615-pinctrl.txt dt-bindings: pinctrl: Add MDM9615 TLMM bindings 2016-06-29 10:11:50 +02:00
qcom,msm8660-pinctrl.txt pinctrl: qcom: update DT bindings with ebi2 groups 2016-07-08 19:40:45 +02:00
qcom,msm8916-pinctrl.txt DT: pinctrl: Document Qualcomm MSM8916 pinctrl binding 2015-01-30 14:33:37 +01:00
qcom,msm8960-pinctrl.txt documentation: pinctrl bindings: Fix trivial typo 'abitrary' 2014-11-18 12:01:52 -06:00
qcom,msm8974-pinctrl.txt pinctrl: qcom: msm8974: Add hsic_ctl pinmux 2016-06-29 10:14:46 +02:00
qcom,msm8994-pinctrl.txt pinctrl: qcom: Add msm8994 pinctrl driver 2016-11-04 23:55:36 +01:00
qcom,msm8996-pinctrl.txt pinctrl: qcom: Add msm8996 pinctrl driver 2015-12-01 10:29:03 +01:00
qcom,pmic-gpio.txt pinctrl: qcom: Add generic ssbi and spmi GPIO/MPP bindings 2016-08-11 10:18:46 +02:00
qcom,pmic-mpp.txt pinctrl: qcom: Add generic ssbi and spmi GPIO/MPP bindings 2016-08-11 10:18:46 +02:00
renesas,pfc-pinctrl.txt pinctrl: sh-pfc: Initial R8A7796 PFC support 2016-08-19 09:37:11 +02:00
rockchip,pinctrl.txt dt-bindings: add documentation for rk1108 pinctrl 2016-11-15 10:35:55 +01:00
samsung-pinctrl.txt pinctrl: samsung: Add GPF support for Exynos5433 2016-11-15 09:42:44 +01:00
st,stm32-pinctrl.txt pinctrl: stm32: move gpio irqs binding to optional 2016-10-31 21:25:15 +01:00
ste,abx500.txt pinctrl: abx500: update device tree bindings 2014-10-20 09:08:27 +02:00
ste,nomadik.txt pinctrl: nomadik: assure GPIO chips are populated 2015-07-23 09:11:14 +02:00
ti,da850-pupd.txt devicetree: bindings: pinctrl: Add binding for ti,da850-pupd 2016-12-07 15:27:00 +01:00
ti,omap-pinctrl.txt pinctrl: single: AM437x: Add pinctrl compatibility 2014-08-29 09:28:35 +02:00
xlnx,zynq-pinctrl.txt pinctrl: zynq: configure SPI SSx pins separately 2015-05-06 15:26:52 +02:00