mirror_ubuntu-kernels/Documentation/devicetree/bindings/media
Linus Torvalds 706eacadd5 Devicetree updates for v6.1:
DT core:
 
 - Fix node refcounting in of_find_last_cache_level()
 
 - Constify device_node in of_device_compatible_match()
 
 - Fix 'dma-ranges' handling in bus controller nodes
 
 - Fix handling of initrd start > end
 
 - Improve error reporting in of_irq_init()
 
 - Taint kernel on DT unittest running
 
 - Use strscpy instead of strlcpy
 
 - Add a build target, dt_compatible_check, to check for
   compatible strings used in kernel sources against compatible strings
   in DT schemas.
 
 - Handle DT_SCHEMA_FILES changes when rebuilding
 
 DT bindings:
 
 - LED bindings for MT6370 PMIC
 
 - Convert Mediatek mtk-gce mailbox, MIPS CPU interrupt controller,
   mt7621 I2C, virtio,pci-iommu, nxp,tda998x, QCom fastrpc, qcom,pdc,
   and arm,versatile-sysreg to DT schema format
 
 - Add nvmem cells to u-boot,env schema
 
 - Add more LED_COLOR_ID definitions
 
 - Require 'opp-table' uses to be a node
 
 - Various schema fixes to match QEMU 'virt' DT usage
 
 - Tree wide dropping of redundant 'Device Tree Binding' in schema titles
 
 - More (unevaluated|additional)Properties fixes in schema child nodes
 
 - Drop various redundant minItems equal to maxItems
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmM7QzsACgkQ+vtdtY28
 YcNMgg//eZr/y+FUyF3tE7DRRmCzbptAfRG0Ccmj6z0VM9HNmOiacnNdqGjOFHj6
 CCFUHYsFJhiTwgM5MzMMZcQetrF+dZDok5HQNAkYqz5jtdcg1T0ZgrcpHcZpxfGv
 lpAFaDkyoWQ7BXJbgLJJFP6pZ4IDyekWjU49php5pYlmTvzLwMvYW2MYvElLJ4It
 tKi0XAzVyT/TrynFAOYDVO+kwZ4DDctsJM44K0LRW0e05Den9zCZDeVXik0J9l8o
 jMpVy5xgqAbNUe/TCj8n91nG/Cl3wiW8l8JGWPAcb3D1Em6CQlsJCGN1a/rSHUiE
 Pseql1ufUzpjcpTMnmdbRE/jWwJcLI2DqandxqIrEpUFmF4hlGeSviKib9qtacN0
 pWC5pZgxrWvM9rHbbe2cYLozkYd8eiRo2l8hfefTopYbQ3UHa2hsU+f6vm9t0Gru
 vxH7BmdlI22aGlnP0jl8t84v5cpu8O4C6Zmf2B/b5xj3Tif2GTLU1aYPuX3PkqHL
 F9Ni+JqhnQBl1+t90PJogEFicjeyrjUO9lkKbzuoWwiJk5AgJcGck8tkBotlWYPc
 B59DTigELMlssYIoF4/oX8ZF1QVmws6Xc0f9/GkgCEA0bR1qdo63qPjM9FIpd1G4
 9sUhxiQbPCtIMMwD1M26LGUE/C4WESL9VXjdakoMaj7ekon2vjw=
 =IDIz
 -----END PGP SIGNATURE-----

Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull devicetree updates from Rob Herring:
 "DT core:

   - Fix node refcounting in of_find_last_cache_level()

   - Constify device_node in of_device_compatible_match()

   - Fix 'dma-ranges' handling in bus controller nodes

   - Fix handling of initrd start > end

   - Improve error reporting in of_irq_init()

   - Taint kernel on DT unittest running

   - Use strscpy instead of strlcpy

   - Add a build target, dt_compatible_check, to check for compatible
     strings used in kernel sources against compatible strings in DT
     schemas.

   - Handle DT_SCHEMA_FILES changes when rebuilding

  DT bindings:

   - LED bindings for MT6370 PMIC

   - Convert Mediatek mtk-gce mailbox, MIPS CPU interrupt controller,
     mt7621 I2C, virtio,pci-iommu, nxp,tda998x, QCom fastrpc, qcom,pdc,
     and arm,versatile-sysreg to DT schema format

   - Add nvmem cells to u-boot,env schema

   - Add more LED_COLOR_ID definitions

   - Require 'opp-table' uses to be a node

   - Various schema fixes to match QEMU 'virt' DT usage

   - Tree wide dropping of redundant 'Device Tree Binding' in schema
     titles

   - More (unevaluated|additional)Properties fixes in schema child nodes

   - Drop various redundant minItems equal to maxItems"

* tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (62 commits)
  of: base: Shift refcount decrement in of_find_last_cache_level()
  dt-bindings: leds: Add MediaTek MT6370 flashlight
  dt-bindings: leds: mt6370: Add MediaTek MT6370 current sink type LED indicator
  dt-bindings: mailbox: Convert mtk-gce to DT schema
  of: base: make of_device_compatible_match() accept const device node
  of: Fix "dma-ranges" handling for bus controllers
  of: fdt: Remove unused struct fdt_scan_status
  dt-bindings: display: st,stm32-dsi: Handle data-lanes in DSI port node
  dt-bindings: timer: Add power-domains for TI timer-dm on K3
  dt: Add a check for undocumented compatible strings in kernel
  kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
  dt-bindings: interrupt-controller: migrate MIPS CPU interrupt controller text bindings to YAML
  dt-bindings: i2c: migrate mt7621 text bindings to YAML
  dt-bindings: power: gpcv2: correct patternProperties
  dt-bindings: virtio: Convert virtio,pci-iommu to DT schema
  dt-bindings: timer: arm,arch_timer: Allow dual compatible string
  dt-bindings: arm: cpus: Add kryo240 compatible
  dt-bindings: display: bridge: nxp,tda998x: Convert to json-schema
  dt-bindings: nvmem: u-boot,env: add basic NVMEM cells
  dt-bindings: remoteproc: qcom,adsp: enforce smd-edge schema
  ...
2022-10-10 13:13:51 -07:00
..
i2c media: dt-bindings: ov5693: document YAML binding 2022-07-15 15:33:08 +01:00
spi
xilinx media: dt-bindings: media: Use graph and video-interfaces schemas 2021-01-22 22:40:15 +01:00
allegro,al5e.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-csi.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-ir.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-video-engine.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun6i-a31-csi.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun6i-a31-mipi-csi2.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-a83t-de2-rotate.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-a83t-mipi-csi2.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-h3-deinterlace.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun50i-h6-vpu-g2.yaml media: dt-bindings: allwinner: document H6 Hantro G2 binding 2021-12-16 20:54:54 +01:00
amlogic,axg-ge2d.yaml MAINTAINERS: Update email of Neil Armstrong 2022-08-18 11:23:00 -06:00
amlogic,gx-vdec.yaml MAINTAINERS: Update email of Neil Armstrong 2022-08-18 11:23:00 -06:00
amlogic,meson-gx-ao-cec.yaml MAINTAINERS: Update email of Neil Armstrong 2022-08-18 11:23:00 -06:00
amlogic,meson-ir-tx.yaml media: rc: meson-ir-tx: document device tree bindings 2021-08-04 14:43:49 +02:00
amphion,vpu.yaml dt-bindings: media: amphion: add amphion video codec bindings 2022-03-07 17:12:51 +01:00
aspeed-video.txt media: Documentation: dt-bindings: media: add AST2600 Video Engine support 2020-02-24 16:08:14 +01:00
atmel-isi.txt dt-bindings: atmel-isi: add microchip,sam9x60-isi 2020-01-14 15:06:30 +01:00
atmel,isc.yaml dt-bindings: media: Fix graph 'unevaluatedProperties' related warnings 2021-07-27 08:03:11 -06:00
cdns,csi2rx.txt
cdns,csi2tx.txt
cec-gpio.txt
cec.txt
coda.yaml dt-bindings: Fix array constraints on scalar properties 2022-04-14 13:02:12 -05:00
exynos4-fimc-is.txt
exynos-fimc-lite.txt
fsl-pxp.txt media: dt-bindings: media: fsl-pxp: add missing imx6sll 2019-12-23 09:22:35 +08:00
fsl-vdoa.txt
gpio-ir-receiver.yaml media: dt-bindings: Convert gpio-ir-receiver to DT schema 2022-06-29 15:10:07 -06:00
hix5hd2-ir.txt media: dt-bindings: media: add "hisilicon,hi3796cv300-ir" compatible 2020-01-08 11:48:00 +01:00
img-ir-rev1.txt
imx.txt
marvell,mmp2-ccic.yaml dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
mediatek-jpeg-decoder.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
mediatek-jpeg-encoder.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
mediatek-mdp.txt media: dt-binding: mediatek: Get rid of mediatek,larb for multimedia HW 2022-01-28 13:33:13 +01:00
mediatek-vpu.txt
mediatek,mdp3-rdma.yaml media: dt-binding: mediatek: add bindings for MediaTek MDP3 components 2022-08-30 16:19:17 +02:00
mediatek,mdp3-rsz.yaml media: dt-binding: mediatek: add bindings for MediaTek MDP3 components 2022-08-30 16:19:17 +02:00
mediatek,mdp3-wrot.yaml media: dt-binding: mediatek: add bindings for MediaTek MDP3 components 2022-08-30 16:19:17 +02:00
mediatek,vcodec-decoder.yaml dt-bindings: Fix array constraints on scalar properties 2022-04-14 13:02:12 -05:00
mediatek,vcodec-encoder.yaml media: dt-bindings: media: mediatek: vcodec: Add encoder dt-bindings for mt8188 2022-08-30 14:30:41 +02:00
mediatek,vcodec-subdev-decoder.yaml media: dt-bindings: media: mediatek: vcodec: add decoder dt-bindings for mt8188 2022-08-30 14:33:04 +02:00
meson-ir.txt
microchip,csi2dc.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
microchip,sama5d4-vdec.yaml media: dt-bindings: Document SAMA5D4 VDEC bindings 2021-05-19 09:51:40 +02:00
microchip,xisc.yaml Devicetree updates for v5.19: 2022-05-25 14:56:06 -07:00
mtk-cir.txt
nokia,n900-ir
nvidia,tegra-vde.yaml media: dt: bindings: tegra-vde: Document OPP and power domain 2021-12-17 14:58:06 +01:00
nxp,dw100.yaml media: dt-bindings: media: Add i.MX8MP DW100 binding 2022-08-29 15:32:13 +02:00
nxp,imx7-csi.yaml media: dt-bindings: media: document imx8mq support for imx7-csi 2022-01-28 13:19:48 +01:00
nxp,imx8-jpeg.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
nxp,imx8mq-mipi-csi2.yaml dt-bindings: Improve phandle-array schemas 2022-02-04 09:43:42 -06:00
nxp,imx8mq-vpu.yaml media: dt-bindings: media: nxp, imx8mq-vpu: Add support for G1 on imx8mm 2022-03-07 10:55:15 +01:00
nxp,imx-mipi-csi2.yaml media: dt-bindings: media: nxp,imx-mipi-csi2: i.MX8MP support 2022-07-16 08:43:35 +01:00
pxa-camera.txt
qcom,msm8916-camss.yaml media: dt-bindings: media: camss: Remove clock-lane property 2022-01-28 15:49:36 +01:00
qcom,msm8916-venus.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
qcom,msm8996-camss.yaml media: dt-bindings: media: camss: Remove clock-lane property 2022-01-28 15:49:36 +01:00
qcom,msm8996-venus.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
qcom,sc7180-venus.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
qcom,sc7280-venus.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
qcom,sdm660-camss.yaml media: dt-bindings: qcom,sdm660-camss: document interconnects 2022-06-20 10:30:29 +01:00
qcom,sdm660-venus.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
qcom,sdm845-camss.yaml media: dt-bindings: media: camss: Fixup vdda regulator descriptions sdm845 2022-03-07 11:08:13 +01:00
qcom,sdm845-venus-v2.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
qcom,sdm845-venus.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
qcom,sm8250-camss.yaml media: dt-bindings: media: camss: Add vdda supply declarations sm8250 2022-03-07 11:08:33 +01:00
qcom,sm8250-venus.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
rc.txt
rc.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
renesas,ceu.yaml media: dt-bindings: media: Use graph and video-interfaces schemas 2021-01-22 22:40:15 +01:00
renesas,csi2.yaml media: dt-bindings: media: renesas,csi2: Update data-lanes property 2022-03-07 11:50:48 +01:00
renesas,drif.yaml dt-bindings: Remove "status" from schema examples 2021-07-27 08:03:12 -06:00
renesas,fcp.yaml media: dt-bindings: media: renesas,fcp: Add resets and iommus properties 2020-07-19 14:20:16 +02:00
renesas,fdp1.yaml media: dt-bindings: media: renesas,fdp1: Add resets property 2020-07-19 14:21:07 +02:00
renesas,imr.yaml media: dt-bindings: media: renesas,imr: Convert to json-schema 2021-09-30 10:07:44 +02:00
renesas,isp.yaml media: dt-bindings: media: renesas,isp: Add bindings for ISP Channel Selector 2021-06-02 12:06:50 +02:00
renesas,jpu.yaml media: dt-bindings: media: renesas,jpu: Convert to json-schema 2021-11-30 11:00:30 +01:00
renesas,vin.yaml Devicetree updates for v5.14: 2021-07-03 10:54:08 -07:00
renesas,vsp1.yaml media: dt-bindings: media: renesas,vsp1: Document RZ/G2L VSPD bindings 2022-08-30 15:31:14 +02:00
rockchip-isp1.yaml media: dt-bindings: media: rkisp1: Add port for parallel interface 2022-07-17 12:32:36 +01:00
rockchip-rga.yaml media: dt-bindings: media: rockchip-rga: add power-domains property 2020-04-21 17:28:47 +02:00
rockchip-vpu.yaml media: dt-bindings: media: rockchip-vpu: Add RK3568 compatible 2022-04-24 08:52:00 +01:00
rockchip,rk3568-vepu.yaml media: dt-binding: media: Add rk3568-vepu binding 2022-07-08 14:54:12 +01:00
rockchip,vdec.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
s5p-cec.txt
s5p-mfc.txt
samsung-fimc.txt media: dt-bindings: media: Correct samsung-fimc parallel port numbering 2020-09-01 14:13:26 +02:00
samsung-mipi-csis.txt dt-bindings: Rename Exynos to lowercase 2020-01-06 16:16:41 -06:00
samsung-s5c73m3.txt
samsung-s5k5baf.txt
samsung-s5k6a3.txt
samsung,exynos5250-gsc.yaml dt-bindings: media: samsung,exynos5250-gsc: convert to dtschema 2022-09-07 13:50:22 +02:00
samsung,s5pv210-jpeg.yaml media: dt-bindings: media: samsung,s5pv210-jpeg: convert to dtschema 2022-07-08 18:15:42 +01:00
si470x.txt
si4713.txt
st-rc.txt
st,st-delta.txt
st,st-hva.txt
st,stih4xx.txt
st,stm32-cec.yaml dt-bindings: treewide: Update @st.com email address to @foss.st.com 2021-11-11 22:27:16 -06:00
st,stm32-dcmi.yaml dt-bindings: treewide: Update @st.com email address to @foss.st.com 2021-11-11 22:27:16 -06:00
st,stm32-dma2d.yaml media: dt-bindings: media: add document for STM32 DMA2d bindings 2021-11-15 08:11:31 +00:00
stih407-c8sectpfe.txt
stih-cec.txt
tegra-cec.txt
ti-am437x-vpfe.txt
ti,cal.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
ti,da850-vpif.txt
ti,omap3isp.txt
ti,vpe.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
video-interface-devices.yaml media: dt-bindings: Convert video-interfaces.txt properties to schemas 2021-01-22 22:37:15 +01:00
video-interfaces.txt media: dt-bindings: Convert video-interfaces.txt properties to schemas 2021-01-22 22:37:15 +01:00
video-interfaces.yaml media: dt-bindings: media: video-interfaces: Add new bus-type 2022-05-17 09:10:33 +02:00
video-mux.yaml dt-bindings: media: Convert video-mux to DT schema 2021-03-23 15:27:51 -06:00