linux/Documentation/devicetree/bindings/display
Linus Torvalds 8f447694c2 Devicetree updates for v6.6:
DT core:
 - Add support for generating DT nodes for PCI devices. This is the
   groundwork for applying overlays to PCI devices containing
   non-discoverable downstream devices.
 
 - DT unittest additions to check reverted changesets, to test for
   refcount issues, and to test unresolved symbols. Also, various
   clean-ups of the unittest along the way.
 
 - Refactor node and property manipulation functions to better share code
   with old API and changeset API
 
 - Refactor changeset print functions to a common implementation
 
 - Move some platform_device specific functions into of_platform.c
 
 Bindings:
 - Treewide fixing of typos
 
 - Treewide clean-up of SPDX tags to use 'OR' consistently
 
 - Last chunk of dropping unnecessary quotes. With that, the check
   for unnecessary quotes is enabled in yamllint.
 
 - Convert ftgmac100, zynqmp-genpd, pps-gpio, syna,rmi4, and qcom,ssbi
   bindings to DT schema format
 
 - Add Allwinner V3s xHCI USB, Saef SF-TC154B display, QCom SM8450 Inline
   Crypto Engine, QCom SM6115 UFS, QCom SDM670 PDC interrupt controller,
   Arm 2022 Cortex cores, and QCom IPQ9574 Crypto bindings
 
 - Fixes for Rockchip DWC PCI binding
 
 - Ensure all properties are evaluated on USB connector schema
 
 - Fix dt-check-compatible script to find of_device_id instances with
   compiler annotations
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmTubyoACgkQ+vtdtY28
 YcPamA//feXFYNPiIbSa7XqfAu1PE5XSg3PqCe77QvLBGJU7saTwRJApc88iTjlA
 hc5EELnZKp3FE9N7DJdmvEjYxKDqtJOukO+txKy3mFBWo+gZQURthZVcbLxUZmpw
 XmYA4b/GrIv5h8YWG1wokyaGTtSfTcf0+RmAtVepiDk5kWQKaC04Let356fKn9xi
 ePgLTZV6BJvPoGpMWd08o+1szUAc6Vihs9qWu7g0+mtb5K5xi/l05YMz3REu7kpf
 iz06CE/uzYvHpFBJZ6izN+9Qqxh52DnWckXX68v8kStHUON2h1YmZYvjhGrfay4k
 rHeDnHoRBrepDDCytXQ/fxzGtURr3b8yBnlhzEQadMLXmf25mm+TRBDmf6GnX5ij
 QmHlj+eSARIafcbb4fqF1Hdyv8c7XM0AkEnj1XrIWLtXPuRNSHlS25dngCztbII/
 lqmtBaH1ifCKj2VQ8YL8sVX7k208YU9vDNKZHQyA8dPEYwhknrWmp1F0OAnBB+wz
 F11kDE7xkZ0/gE7mUHwe9mP94hC6Ceks4IuBvsTzBmSwqXxyCz8gM2KHK4U3gNUr
 Sk2hWgZn+k2HM9zLb38FE18C6hqws6RBUWnJwZ4V3qPo2eYJ8Jzkvm7oonxjHgCC
 4FmYYAoCQhBEkZPOJ4map0eO5VbShn9Hrgs46Jj4WoXmm7dFDLc=
 =kl+z
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Add support for generating DT nodes for PCI devices. This is the
     groundwork for applying overlays to PCI devices containing
     non-discoverable downstream devices.

   - DT unittest additions to check reverted changesets, to test for
     refcount issues, and to test unresolved symbols. Also, various
     clean-ups of the unittest along the way.

   - Refactor node and property manipulation functions to better share
     code with old API and changeset API

   - Refactor changeset print functions to a common implementation

   - Move some platform_device specific functions into of_platform.c

  Bindings:

   - Treewide fixing of typos

   - Treewide clean-up of SPDX tags to use 'OR' consistently

   - Last chunk of dropping unnecessary quotes. With that, the check for
     unnecessary quotes is enabled in yamllint.

   - Convert ftgmac100, zynqmp-genpd, pps-gpio, syna,rmi4, and qcom,ssbi
     bindings to DT schema format

   - Add Allwinner V3s xHCI USB, Saef SF-TC154B display, QCom SM8450
     Inline Crypto Engine, QCom SM6115 UFS, QCom SDM670 PDC interrupt
     controller, Arm 2022 Cortex cores, and QCom IPQ9574 Crypto bindings

   - Fixes for Rockchip DWC PCI binding

   - Ensure all properties are evaluated on USB connector schema

   - Fix dt-check-compatible script to find of_device_id instances with
     compiler annotations"

* tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (64 commits)
  dt-bindings: usb: Add V3s compatible string for OHCI
  dt-bindings: usb: Add V3s compatible string for EHCI
  dt-bindings: display: panel: mipi-dbi-spi: add Saef SF-TC154B
  dt-bindings: vendor-prefixes: document Saef Technology
  dt-bindings: thermal: lmh: update maintainer address
  of: unittest: Fix of_unittest_pci_node() kconfig dependencies
  dt-bindings: crypto: ice: Document sm8450 inline crypto engine
  dt-bindings: ufs: qcom: Add ICE to sm8450 example
  dt-bindings: ufs: qcom: Add sm6115 binding
  dt-bindings: ufs: qcom: Add reg-names property for ICE
  dt-bindings: yamllint: Enable quoted string check
  dt-bindings: Drop remaining unneeded quotes
  of: unittest-data: Fix whitespace - angular brackets
  of: unittest-data: Fix whitespace - indentation
  of: unittest-data: Fix whitespace - blank lines
  of: unittest-data: Convert remaining overlay DTS files to sugar syntax
  of: overlay: unittest: Add test for unresolved symbol
  of: unittest: Add separators to of_unittest_overlay_high_level()
  of: unittest: Cleanup partially-applied overlays
  of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()
  ...
2023-08-30 16:59:03 -07:00
..
armada
atmel dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
bridge Devicetree updates for v6.6: 2023-08-30 16:59:03 -07:00
connector dt-bindings: display: hdmi-connector: add hdmi-pwr supply 2023-05-31 11:09:47 +02:00
exynos dt-bindings: bridge: Convert Samsung MIPI DSIM bridge to yaml 2023-04-06 11:07:59 -05:00
hisilicon
imx dt-bindings: display: Drop unneeded quotes 2023-03-24 14:20:49 -05:00
mediatek dt-bindings: display: mediatek: od: Add compatible for MediaTek MT6795 2023-06-12 16:18:22 +00:00
msm Devicetree updates for v6.6: 2023-08-30 16:59:03 -07:00
panel Devicetree updates for v6.6: 2023-08-30 16:59:03 -07:00
rockchip dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
samsung dt-bindings: display: drop minItems equal to maxItems 2022-08-29 14:58:17 -05:00
sprd dt-bindings: white-space cleanups 2022-04-04 19:55:03 -05:00
tegra dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
ti dt-bindings: display: ti,am65x-dss: Add am625 dss compatible 2023-06-19 11:30:11 +03:00
tilcdc dt-bindings: display: tilcd: Fix endpoint addressing in example 2021-10-29 08:55:38 -05:00
xlnx dt-bindings: display: xlnx: zynqmp-dpsub: Add OF graph ports 2022-10-19 16:51:01 +03:00
allwinner,sun4i-a10-display-backend.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-display-engine.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-display-frontend.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-hdmi.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-tcon.yaml Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
allwinner,sun4i-a10-tv-encoder.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun6i-a31-drc.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun6i-a31-mipi-dsi.yaml dt-bindings: display: sun6i-dsi: Add the A100 variant 2022-11-07 14:09:54 +01:00
allwinner,sun8i-a83t-de2-mixer.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-a83t-dw-hdmi.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-a83t-hdmi-phy.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-r40-tcon-top.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun9i-a80-deu.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
amlogic,meson-dw-hdmi.yaml dt-bindings: display: Drop unneeded quotes 2023-03-24 14:20:49 -05:00
amlogic,meson-g12a-dw-mipi-dsi.yaml dt-bindings: display: add Amlogic MIPI DSI Host Controller bindings 2023-06-01 16:10:20 +02:00
amlogic,meson-vpu.yaml dt-bindings: display: meson-vpu: add third DPI output port 2023-06-01 16:10:21 +02:00
arm,hdlcd.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
arm,komeda.yaml dt-bindings: display: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
arm,malidp.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
arm,pl11x.yaml dt-bindings: display: Add Arm virtual platforms display 2022-06-17 13:13:38 -06:00
atmel,lcdc.txt video: remove support for non-existing atmel,at32ap-lcdc in atmel_lcdfb 2022-08-03 11:11:26 +02:00
brcm,bcm2711-hdmi.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
brcm,bcm2835-dpi.yaml
brcm,bcm2835-dsi0.yaml dt-bindings: display: bcm2835: add optional property power-domains 2021-10-06 09:53:09 +02:00
brcm,bcm2835-hdmi.yaml dt-bindings: display: bcm2835: add optional property power-domains 2021-10-06 09:53:09 +02:00
brcm,bcm2835-hvs.yaml
brcm,bcm2835-pixelvalve0.yaml
brcm,bcm2835-txp.yaml
brcm,bcm2835-v3d.yaml dt-bindings: display: bcm2835: add optional property power-domains 2021-10-06 09:53:09 +02:00
brcm,bcm2835-vc4.yaml
brcm,bcm2835-vec.yaml dt-bindings: display: bcm2835: add optional property power-domains 2021-10-06 09:53:09 +02:00
cirrus,clps711x-fb.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
dp-aux-bus.yaml dt-bindings: display: Drop unneeded quotes 2023-03-24 14:20:49 -05:00
dsi-controller.yaml dt-bindings: display: dsi-controller: move clock-master property 2023-02-05 15:05:50 +01:00
faraday,tve200.yaml
fsl,dcu.txt
fsl,lcdif.yaml dt-bindings: lcdif: Add i.MX93 LCDIF support 2023-05-26 19:07:29 +02:00
fsl,tcon.txt
google,goldfish-fb.txt
himax,hx8357d.txt
ilitek,ili9225.txt
ilitek,ili9486.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
ingenic,ipu.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
ingenic,lcd.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
intel,keembay-display.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
intel,keembay-msscam.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
lvds.yaml dt-bindings: display: Turn lvds.yaml into a generic schema 2022-02-02 10:52:53 +01:00
marvell,pxa2xx-lcdc.txt
marvell,pxa300-gcu.txt
mipi-dsi-bus.txt
multi-inno,mi0283qt.txt
renesas,cmm.yaml
renesas,du.yaml dt-bindings: display: Drop unneeded quotes 2023-03-24 14:20:49 -05:00
repaper.txt
simple-framebuffer.yaml dt-bindings: display: simple-framebuffer: Document the panel node 2023-01-31 10:39:11 +01:00
sitronix,st7586.txt
sitronix,st7735r.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
sm501fb.txt
snps,arcpgu.txt
solomon,ssd1307fb.yaml dt-bindings: display: ssd1307fb: Remove default width and height values 2023-06-15 23:50:43 +02:00
ssd1289fb.txt
st,stih4xx.txt
st,stm32-dsi.yaml dt-bindings: display: st,stm32-dsi: Remove unnecessary fields 2023-05-30 10:04:05 +02:00
st,stm32-ltdc.yaml dt-bindings: white-space cleanups 2022-04-04 19:55:03 -05:00
ste,mcde.yaml dt-bindings: Another pass removing cases of 'allOf' containing a '$ref' 2022-03-02 14:02:57 -06:00
truly,nt35597.txt
via,vt8500-fb.txt
wm,prizm-ge-rops.txt
wm,wm8505-fb.txt
xylon,logicvc-display.yaml dt-bindings: display: Drop unneeded quotes 2023-03-24 14:20:49 -05:00