linux/Documentation/devicetree/bindings/media
Linus Torvalds b7badd1d7a ARM: Device-tree updates
As usual, this is where the bulk of our changes end up landing each
 merge window.
 
 The individual updates are too many to enumerate, many many platforms
 have seen additions of device descriptions such that they are
 functionally more complete (in fact, this is often the bulk of updates
 we see).
 
 Instead I've mostly focused on highlighting the new platforms below as
 they are introduced. Sometimes the introduction is of mostly a fragment,
 that later gets filled in on later releases, and in some cases it's
 near-complete platform support. The latter is more common for derivative
 platforms that already has similar support in-tree.
 
 Two SoCs are slight outliers from the usual range of additions. Allwinner
 support for F1C100s, a quite old SoC (ARMv5-based) shipping in the
 Lychee Pi Nano platform. At the other end is NXP Layerscape LX2160A,
 a 16-core 2.2GHz Cortex-A72 SoC with a large amount of I/O aimed at
 infrastructure/networking.
 
 TI updates stick out in the diff stats too, in particular because they
 have moved the description of their L4 on-chip interconnect to devicetree,
 which opens up for removal of even more of their platform-specific
 'hwmod' description tables over the next few releases.
 
 SoCs:
  - Qualcomm QCS404 (4x Cortex-A53)
  - Allwinner T3 (rebranded R40) and f1c100s (armv5)
  - NXP i.MX7ULP (1x Cortex-A7 + 1x Cortex-M4)
  - NXP LS1028A (2x Cortex-A72), LX2160A (16x Cortex-A72)
 
 New platforms:
  - Rockchip: Gru Scarlet (RK3188 Tablet)
  - Amlogic: Phicomm N1 (S905D), Libretech S805-AC
  - Broadcom: Linksys EA6500 v2 Wi-Fi router (BCM4708)
  - Qualcomm: QCS404 base platform and EVB
  - Qualcomm: Remove of Arrow SD600
  - PXA: First PXA3xx DT board: Raumfeld
  - Aspeed: Facebook Backpack-CMM BMC
  - Renesas iWave G20D-Q7 (RZ/G1N)
  - Allwinner t3-cqa3t-bv3 (T3/R40) and Lichee Pi Nano (F1C100s)
  - Allwinner Emlid Neutis N5, Mapleboard MP130
  - Marvell Macchiatobin Single Shot (Armada 8040, no 10GbE)
  - i.MX: mtrion emCON-MX6, imx6ul-pico-pi, imx7d-sdb-reva
  - VF610: Liebherr's BK4 device, ZII SCU4 AIB board
  - i.MX7D PICO Hobbit baseboard
  - i.MX7ULP EVK board
  - NXP LX2160AQDS and LX2160ARDB boards
 
 Other:
  - Coresight binding updates across the board
  - CPU cooling maps updates across the board
 -----BEGIN PGP SIGNATURE-----
 
 iQJDBAABCAAtFiEElf+HevZ4QCAJmMQ+jBrnPN6EHHcFAlwqgVYPHG9sb2ZAbGl4
 b20ubmV0AAoJEIwa5zzehBx3ybAQAKAhd7XI5oY/wgdZZmxwcX+p7sU6LXeIlpWU
 XsPN1c14KU0siQv/znVA5OpF+fgn9eRqfWnMoDPlvdScTq07FM2NBmOJfVJYDPJa
 uvsll5m+84FCYanIR//YybS0tCM0b0BHoHo2DoyIxWeAwmw7BBVslddBdNg6R7hG
 S9rU9rUeqfCj7HbcPLqVn0DecMtEe7R8zmDtG1CSMqrhncifmoV4gtUnbYAg0GGT
 cSvj/zT8A1j0oJcU2Upl/Fr+7WJ7XB9pnku91nUOSXLv5VkyctLGomKq5F7O2/Xs
 2DhpH2yKwQt7S7TDiDd0jy64Of6+Xup35wEHevCeKrzGXcVRqqHwCkanLz9FdjVt
 yg4UrI/P1nY7h4ifZPplgigv+kA+IjRGiMrTRIEgSE5YK9U5AYkgembTWksRDikd
 5EpeJcMj2tBv4SDellNNtzh6GGTPBf3GJw3P9uRuxnQY/T31N2eX0XGeRikL+Lzf
 9nbQdJealmql3rCa5oFEJwSxrSaAv/ub7/294kPdEmXj8+3qUuH3hZAZOI9LSXGW
 GCuxsgccB2GF1M48x48/QpHgxb93okyXmndONZnU8uN8ba0zS4b8QLwvIY5rqv5Z
 kqD1VPBQf9kGVyzDyABRjFmGCDJcoOJf4QrzvNk9+xo8fXVk1xNtxu4MUsHvc2lS
 cU2RYWm/
 =sFVi
 -----END PGP SIGNATURE-----

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

Pull ARM Device-tree updates from Olof Johansson:
 "As usual, this is where the bulk of our changes end up landing each
  merge window.

  The individual updates are too many to enumerate, many many platforms
  have seen additions of device descriptions such that they are
  functionally more complete (in fact, this is often the bulk of updates
  we see).

  Instead I've mostly focused on highlighting the new platforms below as
  they are introduced. Sometimes the introduction is of mostly a
  fragment, that later gets filled in on later releases, and in some
  cases it's near-complete platform support. The latter is more common
  for derivative platforms that already has similar support in-tree.

  Two SoCs are slight outliers from the usual range of additions.
  Allwinner support for F1C100s, a quite old SoC (ARMv5-based) shipping
  in the Lychee Pi Nano platform. At the other end is NXP Layerscape
  LX2160A, a 16-core 2.2GHz Cortex-A72 SoC with a large amount of I/O
  aimed at infrastructure/networking.

  TI updates stick out in the diff stats too, in particular because they
  have moved the description of their L4 on-chip interconnect to
  devicetree, which opens up for removal of even more of their
  platform-specific 'hwmod' description tables over the next few
  releases.

  SoCs:
   - Qualcomm QCS404 (4x Cortex-A53)
   - Allwinner T3 (rebranded R40) and f1c100s (armv5)
   - NXP i.MX7ULP (1x Cortex-A7 + 1x Cortex-M4)
   - NXP LS1028A (2x Cortex-A72), LX2160A (16x Cortex-A72)

  New platforms:
   - Rockchip: Gru Scarlet (RK3188 Tablet)
   - Amlogic: Phicomm N1 (S905D), Libretech S805-AC
   - Broadcom: Linksys EA6500 v2 Wi-Fi router (BCM4708)
   - Qualcomm: QCS404 base platform and EVB
   - Qualcomm: Remove of Arrow SD600
   - PXA: First PXA3xx DT board: Raumfeld
   - Aspeed: Facebook Backpack-CMM BMC
   - Renesas iWave G20D-Q7 (RZ/G1N)
   - Allwinner t3-cqa3t-bv3 (T3/R40) and Lichee Pi Nano (F1C100s)
   - Allwinner Emlid Neutis N5, Mapleboard MP130
   - Marvell Macchiatobin Single Shot (Armada 8040, no 10GbE)
   - i.MX: mtrion emCON-MX6, imx6ul-pico-pi, imx7d-sdb-reva
   - VF610: Liebherr's BK4 device, ZII SCU4 AIB board
   - i.MX7D PICO Hobbit baseboard
   - i.MX7ULP EVK board
   - NXP LX2160AQDS and LX2160ARDB boards

  Other:
   - Coresight binding updates across the board
   - CPU cooling maps updates across the board"

* tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (648 commits)
  ARM: dts: suniv: Fix improper bindings include patch
  ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards
  arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device node
  ARM: dts: suniv: Fix improper bindings include patch
  arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  arm64: dts: Remove unused properties from FSL QSPI driver nodes
  ARM: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes
  ARM: dts: Remove unused properties from FSL QSPI driver nodes
  arm64: dts: ti: k3-am654: Enable main domain McSPI0
  arm64: dts: ti: k3-am654: Add McSPI DT nodes
  arm64: dts: ti: k3-am654: Populate power-domain property for UART nodes
  arm64: dts: ti: k3-am654-base-board: Enable ECAP PWM
  arm64: dts: ti: k3-am65-main: Add ECAP PWM node
  arm64: dts: ti: k3-am654-base-board: Add I2C nodes
  arm64: dts: ti: am654-base-board: Add pinmux for main uart0
  arm64: dts: ti: k3-am65: Add pinctrl regions
  dt-bindings: pinctrl: k3: Introduce pinmux definitions
  ARM: dts: exynos: Specify I2S assigned clocks in proper node
  ARM: dts: exynos: Add missing CPUs in cooling maps for Odroid X2
  ...
2018-12-31 17:36:02 -08:00
..
i2c media: dt-bindings: media: mt9m111: add pclk-sample property 2018-12-05 06:40:34 -05:00
spi media: sony-cxd2880: add optional vcc regulator to bindings 2018-12-03 13:33:51 -05:00
xilinx media: dt-bindings: media: xilinx: fix typo in example 2017-12-11 13:04:33 -05:00
aspeed-video.txt media: dt-bindings: media: Add Aspeed Video Engine binding documentation 2018-12-12 11:47:04 -05:00
atmel-isc.txt [media] atmel-isc: DT binding for Image Sensor Controller driver 2016-08-22 13:00:49 -03:00
atmel-isi.txt [media] atmel-isi: update device tree bindings documentation 2017-04-10 07:55:24 -03:00
cdns,csi2rx.txt media: dt-bindings: media: Add Cadence MIPI-CSI2 RX Device Tree bindings 2018-05-16 11:08:35 -04:00
cdns,csi2tx.txt media: dt-bindings: media: Add Cadence MIPI-CSI2 TX Device Tree bindings 2018-05-16 11:14:35 -04:00
cec-gpio.txt media: cec-gpio.txt: add v5-gpios for testing the 5V line 2018-07-25 06:58:00 -04:00
cec.txt [media] dt-bindings: add media/cec.txt 2017-06-20 06:57:11 -03:00
cedrus.txt ARM: Device-tree updates 2018-12-31 17:36:02 -08:00
coda.txt media: dt-bindings: coda: Add compatible for CodaHx4 on i.MX51 2018-02-26 06:45:03 -05:00
exynos-fimc-lite.txt [media] exynos4-is: Add Exynos5250 SoC support to fimc-lite driver 2013-06-28 15:22:22 -03:00
exynos-jpeg-codec.txt [media] s5p-jpeg: add support for 5433 2015-10-01 08:40:04 -03:00
exynos4-fimc-is.txt [media] exynos4-is: Add support for all required clocks 2016-09-22 10:13:53 -03:00
exynos5-gsc.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
fsl-pxp.txt media: dt-bindings: media: Add i.MX Pixel Pipeline binding 2018-09-11 13:32:17 -04:00
fsl-vdoa.txt [media] dt-bindings: Add a binding for Video Data Order Adapter 2017-01-31 08:08:03 -02:00
gpio-ir-receiver.txt [media] Documentation: devicetree: move shared property used by rc into a common place 2017-01-31 07:26:33 -02:00
hix5hd2-ir.txt [media] Documentation: devicetree: move shared property used by rc into a common place 2017-01-31 07:26:33 -02:00
img-ir-rev1.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
imx.txt [media] dt-bindings: Add bindings for i.MX media driver 2017-06-20 07:24:38 -03:00
mediatek-jpeg-decoder.txt dt-bindings: mediatek: Add JPEG Decoder binding for MT7623 2018-10-05 10:11:33 +02:00
mediatek-mdp.txt [media] dt-bindings: mt8173: Fix mdp device tree 2017-06-07 12:31:06 -03:00
mediatek-vcodec.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
mediatek-vpu.txt [media] dt-bindings: Add a binding for Mediatek Video Processor 2016-06-07 11:15:02 -03:00
meson-ao-cec.txt media: dt-bindings: media: Add Amlogic Meson AO-CEC bindings 2017-08-09 10:45:03 -04:00
meson-ir.txt [media] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported 2017-02-03 14:23:35 -02:00
mtk-cir.txt media: dt-bindings: media: mtk-cir: Add support for MT7622 SoC 2017-08-20 09:34:57 -04:00
nokia,n900-ir ir-rx51: add DT support to driver 2016-06-29 21:54:23 -07:00
nvidia,tegra-vde.txt media: dt: bindings: tegra-vde: Document new optional Memory Client reset property 2018-06-28 06:46:27 -04:00
pxa-camera.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
qcom,camss.txt media: dt-bindings: media: qcom,camss: Add 8996 bindings 2018-08-02 06:18:15 -04:00
qcom,venus.txt media: dt-bindings: media: Document bindings for venus firmware device 2018-11-23 06:34:52 -05:00
rc.txt [media] Documentation: devicetree: add the RC map name of the geekbox remote 2017-02-03 14:23:35 -02:00
rcar_vin.txt media: rcar-vin: add R8A77980 support 2018-12-07 08:29:59 -05:00
renesas,ceu.txt media: dt-bindings: media: renesas-ceu: Add more endpoint properties 2018-10-04 16:25:10 -04:00
renesas,drif.txt media: dt-bindings: media: Add r8a7796 DRIF bindings 2017-07-20 06:53:11 -04:00
renesas,fcp.txt dt-bindings: media: renesas-fcp: Remove SoC-specific compatible strings 2016-10-27 14:56:08 +02:00
renesas,fdp1.txt [media] dt-bindings: Add Renesas R-Car FDP1 bindings 2016-11-16 16:16:48 -02:00
renesas,jpu.txt [media] rcar_jpu: Add R-Car Gen2 Fallback Compatibility String 2016-02-01 09:48:19 -02:00
renesas,rcar-csi2.txt media: rcar-csi2: add R8A77980 support 2018-12-07 08:29:29 -05:00
renesas,vsp1.txt v4l: vsp1: Use generic node name 2017-09-18 15:11:03 -05:00
rockchip-rga.txt [media] dt-bindings: Document the Rockchip RGA bindings 2017-10-16 16:05:07 -07:00
rockchip-vpu.txt media: dt-bindings: Document the Rockchip VPU bindings 2018-12-05 13:35:35 -05:00
s5p-cec.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
s5p-mfc.txt media: s5p-mfc: Adding initial support for MFC v10.10 2018-03-22 07:06:26 -04:00
samsung-fimc.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
samsung-mipi-csis.txt [media] exynos4-is: Add support for Exynos5250 MIPI-CSIS 2013-06-28 15:25:43 -03:00
samsung-s5c73m3.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
samsung-s5k5baf.txt [media] Add DT binding documentation for Samsung S5K5BAF camera sensor 2013-12-21 06:53:12 -02:00
samsung-s5k6a3.txt [media] Documentation: dt: Add binding documentation for S5K6A3 image sensor 2014-03-14 10:30:23 -03:00
sh_mobile_ceu.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
si4713.txt [media] si4713: add DT binding documentation 2014-11-14 18:10:46 -02:00
st,st-delta.txt [media] Documentation: DT: add bindings for ST DELTA 2017-02-08 09:56:47 -02:00
st,st-hva.txt [media] Documentation: DT: add bindings for ST HVA 2016-09-06 16:54:02 -03:00
st,stih4xx.txt [media] bdisp: add DT bindings documentation 2015-06-09 17:54:09 -03:00
st,stm32-cec.txt [media] dt-bindings: media: stm32 cec driver 2017-06-13 13:46:33 -03:00
st,stm32-dcmi.txt [media] dt-bindings: Document STM32 DCMI bindings 2017-06-06 06:36:34 -03:00
st-rc.txt [media] media: st-rc: Add ST remote control driver 2013-10-31 08:20:08 -02:00
stih-cec.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
stih407-c8sectpfe.txt devicetree: fix name of pinctrl-bindings.txt 2018-06-15 18:10:01 -03:00
sun6i-csi.txt media: dt-bindings: media: sun6i: Add A31 and H3 compatibles 2018-11-23 05:16:28 -05:00
sunxi-ir.txt media: dt: bindings: Update binding documentation for sunxi IR controller 2018-03-21 11:09:01 -04:00
tango-ir.txt media: dt: bindings: Add binding for tango HW IR decoder 2017-10-11 12:41:25 -04:00
tegra-cec.txt media: dt-bindings: document the tegra CEC bindings 2017-10-27 15:41:52 +02:00
ti,da850-vpif.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
ti,omap3isp.txt Documentation: DT: Add bindings for omap3isp 2015-03-19 10:25:40 -07:00
ti-am437x-vpfe.txt [media] media: platform: add VPFE capture driver support for AM437X 2014-12-23 12:09:58 -02:00
ti-cal.txt [media] media: ti-vpe: Document CAL driver 2016-02-01 08:17:36 -02:00
video-interfaces.txt media: dt-bindings: media: Specify bus type for MIPI D-PHY, others, explicitly 2018-10-04 16:04:01 -04:00
video-mux.txt [media] dt-bindings: Add bindings for video-multiplexer device 2017-06-20 07:17:05 -03:00
zx-irdec.txt media: dt-bindings: add bindings document for zx-irdec 2017-08-20 09:49:41 -04:00