mirror-linux/Documentation/devicetree/bindings/display
Linus Torvalds 2a17bb8c20 Devicetree updates for v6.12:
DT Bindings:
 - Drop duplicate devices in trivial-devices.yaml
 
 - Add a common serial peripheral device schema and reference it in
   serial device schemas.
 
 - Convert nxp,lpc1850-wdt, zii,rave-wdt, ti,davinci-wdt,
   snps,archs-pct, fsl,bcsr, fsl,fpga-qixis-i2c, fsl,fpga-qixis,
   fsl,cpm-enet, fsl,cpm-mdio, fsl,ucc-hdlc, maxim,ds26522,
   aspeed,ast2400-cvic, aspeed,ast2400-vic, fsl,ftm-timer,
   ti,davinci-timer, fsl,rcpm, and qcom,ebi2 to DT schema
 
 - Add support for rockchip,rk3576-wdt, qcom,apss-wdt-sa8255p,
   fsl,imx8qm-irqsteer, qcom,pm6150-vib, qcom,sa8255p-pdc, isil,isl69260,
   ti,tps546d24, and lpc32xx DMA mux
 
 - Drop duplicate nvidia,tegra186-ccplex-cluster.yaml and
   mediatek,mt6795-sys-clock.yaml
 
 - Add arm,gic ESPI and EPPI interrupt type specifiers
 
 - Add another batch of legacy compatible strings which we have no
   intention of documenting
 
 - Add dmas/dma-names properties to FSL lcdif
 
 - Fix wakeup-source reference to m8921-keypad.yaml
 
 - Treewide fixes of typos in bindings
 
 DT Core:
 - Update dtc/libfdt to upstream version v1.7.0-95-gbcd02b523429
 
 - More conversions to scoped iterators and __free() initializer
 
 - Handle overflows in address resources on 32-bit systems
 
 - Extend extracting compatible strings in sources from function
   parameters
 
 - Use of_property_present() in DT unittest
 
 - Clean-up of_irq_to_resource() to use helpers
 
 - Support #msi-cells=<0> in of_msi_get_domain()
 
 - Improve the kerneldoc for of_property_match_string()
 
 - kselftest: Ignore nodes that have ancestors disabled
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmbrSpcACgkQ+vtdtY28
 YcNpOw//WUD4C/tX8aoekeeoWo0uhCxy3IWzqNFOkP1wYhI4W5Fjoy6COlO1e428
 +knrEARe6fNBXa98wZo2PWC6yiHW5kFpFbf1epGCvP7O4uBZgColACnbCjtORZ5A
 /k3zXj8mu3CphsuTLljM8Ap0RUwqwlhmHJAz1pQlQWslK/v/QaopXtiR4dXS5Bdw
 jAGFiGDWni3NxiSPuey+1NJeY+t64AsplsCJ8a+3HIqXCxE6HohaboxIvsTaA999
 tbEah4AwVv3uQzdh01tmbd4z45XbKjUBc6IscTTXbm2pdpmmCDR9K0k9kkceDDGz
 7zyPf1/GGFG+RKC+irUkWHjIb89DrCUl7/DrRO1yijbTuFBktiJZ1KAVuVrmxJSd
 qh359bphMOx5hbZnPMvsH3Qyb78+U5sCKIHYddzqi1l7o+kMxGE3CqZFj2fGPfiQ
 W/f9ERQMwbicn0rFh/sdDf1S+QfRQQqjvfko2gjWWEUoImkuxcUiubYQi+ujnuHX
 S9YGYO8siiODSrVPBKJs1ylYxBlsU4YFk2KSBLjdA3erBvGe4DeH6HozXjh6WmlN
 e+/4UMoGRPeOesOHhPPqRWkgULmH7X0Ti61FNG2nnDyrt4z2auQ/UIDXj4gfFyS+
 PqfPFH2N83dPaHe6PyDoeEkbqEyKI1+gNtGx/alZeMkwMkwDyfU=
 =a3qP
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT Bindings:

   - Drop duplicate devices in trivial-devices.yaml

   - Add a common serial peripheral device schema and reference it in
     serial device schemas.

   - Convert nxp,lpc1850-wdt, zii,rave-wdt, ti,davinci-wdt,
     snps,archs-pct, fsl,bcsr, fsl,fpga-qixis-i2c, fsl,fpga-qixis,
     fsl,cpm-enet, fsl,cpm-mdio, fsl,ucc-hdlc, maxim,ds26522,
     aspeed,ast2400-cvic, aspeed,ast2400-vic, fsl,ftm-timer,
     ti,davinci-timer, fsl,rcpm, and qcom,ebi2 to DT schema

   - Add support for rockchip,rk3576-wdt, qcom,apss-wdt-sa8255p,
     fsl,imx8qm-irqsteer, qcom,pm6150-vib, qcom,sa8255p-pdc,
     isil,isl69260, ti,tps546d24, and lpc32xx DMA mux

   - Drop duplicate nvidia,tegra186-ccplex-cluster.yaml and
     mediatek,mt6795-sys-clock.yaml

   - Add arm,gic ESPI and EPPI interrupt type specifiers

   - Add another batch of legacy compatible strings which we have no
     intention of documenting

   - Add dmas/dma-names properties to FSL lcdif

   - Fix wakeup-source reference to m8921-keypad.yaml

   - Treewide fixes of typos in bindings

  DT Core:

   - Update dtc/libfdt to upstream version v1.7.0-95-gbcd02b523429

   - More conversions to scoped iterators and __free() initializer

   - Handle overflows in address resources on 32-bit systems

   - Extend extracting compatible strings in sources from function
     parameters

   - Use of_property_present() in DT unittest

   - Clean-up of_irq_to_resource() to use helpers

   - Support #msi-cells=<0> in of_msi_get_domain()

   - Improve the kerneldoc for of_property_match_string()

   - kselftest: Ignore nodes that have ancestors disabled"

* tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (59 commits)
  dt-bindings: watchdog: Add rockchip,rk3576-wdt compatible
  dt-bindings: cpu: Drop duplicate nvidia,tegra186-ccplex-cluster.yaml
  dt-bindings: clock: mediatek: Drop duplicate mediatek,mt6795-sys-clock.yaml
  of/irq: Use helper to define resources
  of/irq: Make use of irq_get_trigger_type()
  dt-bindings: clk: vc5: Make SD/OE pin configuration properties not required
  drivers/of: Improve documentation for match_string
  of: property: Do some clean up with use of __free()
  dt-bindings: watchdog: qcom-wdt: document support on SA8255p
  dt-bindings: interrupt-controller: fsl,irqsteer: Document fsl,imx8qm-irqsteer
  dt-bindings: interrupt-controller: arm,gic: add ESPI and EPPI specifiers
  dt-bindings: dma: Add lpc32xx DMA mux binding
  dt-bindings: trivial-devices: Drop duplicate "maxim,max1237"
  dt-bindings: trivial-devices: Drop duplicate LM75 compatible devices
  dt-bindings: trivial-devices: Deprecate "ad,ad7414"
  dt-bindings: trivial-devices: Drop incorrect and duplicate at24 compatibles
  dt-bindings: wakeup-source: update reference to m8921-keypad.yaml
  dt-bindings: interrupt-controller: qcom-pdc: document support for SA8255p
  dt-bindings: Fix various typos
  of: address: Unify resource bounds overflow checking
  ...
2024-09-19 08:38:51 +02:00
..
armada
atmel dt-bindings: display: convert Atmel's HLCDC to DT schema 2024-02-22 16:21:56 -07:00
bridge dt-bindings: display: bridge: tc358767: Keep enum sorted 2024-06-21 17:17:29 +02:00
connector dt-bindings: display: hdmi-connector: add hdmi-pwr supply 2023-05-31 11:09:47 +02:00
hisilicon
imx dt-bindings: display: synopsys, dw-hdmi: Document ddc-i2c-bus in core 2024-06-20 23:19:05 +02:00
mediatek dt-bindings: display: mediatek: rdma: add compatible for MT8365 SoC 2024-06-21 15:02:26 +00:00
msm dt-bindings: Batch-update Konrad Dybcio's email 2024-07-29 13:35:47 -06:00
panel Devicetree updates for v6.12: 2024-09-19 08:38:51 +02:00
rockchip dt-bindings: display: synopsys, dw-hdmi: Document ddc-i2c-bus in core 2024-06-20 23:19:05 +02:00
samsung dt-bindings: display: samsung,exynos5-dp: convert to DT Schema 2024-03-25 16:49:41 -05:00
sprd
tegra dt-bindings: display: tegra: Allow dma-coherent on Tegra194 and later 2024-04-26 17:40:18 +02:00
ti dt-bindings: display: ti,am65x-dss: Add support for common1 region 2024-02-19 13:12:50 +02:00
tilcdc
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: meson-dw-hdmi: add missing power-domain 2024-06-26 09:28:31 +02: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
atmel,lcdc-display.yaml dt-bindings: display: atmel,lcdc: convert to dtschema 2024-03-25 16:49:41 -05:00
atmel,lcdc.yaml dt-bindings: display: atmel,lcdc: convert to dtschema 2024-03-25 16:49:41 -05: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
brcm,bcm2835-hdmi.yaml
brcm,bcm2835-hvs.yaml
brcm,bcm2835-pixelvalve0.yaml
brcm,bcm2835-txp.yaml
brcm,bcm2835-v3d.yaml
brcm,bcm2835-vc4.yaml
brcm,bcm2835-vec.yaml
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: Document the dmas/dma-names properties 2024-09-05 07:54:16 -05:00
fsl,tcon.txt
google,goldfish-fb.txt
himax,hx8357d.txt
ilitek,ili9225.txt
ilitek,ili9486.yaml dt-bindings: display: remove backlight node from panel examples 2023-10-17 13:44:41 -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-data-mapping.yaml dt-bindings: display: move LVDS data-mapping definition to separate file 2023-10-09 11:10:04 +02:00
lvds.yaml dt-bindings: Fix various typos 2024-09-13 14:01:34 -05: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
renesas,rzg2l-du.yaml dt-bindings: display: renesas,rzg2l-du: Document RZ/V2L DU bindings 2024-02-21 17:21:20 +01:00
renesas,shmobile-lcdc.yaml dt-bindings: display: Add Renesas SH-Mobile LCDC bindings 2023-10-16 11:47:43 +02: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: display: remove backlight node from panel examples 2023-10-17 13:44:41 -05:00
sm501fb.txt
snps,arcpgu.txt
solomon,ssd-common.yaml dt-bindings: display: Split common Solomon properties in their own schema 2023-10-18 09:53:31 +02:00
solomon,ssd132x.yaml dt-bindings: display: ssd132x: Add vendor prefix to width and height 2024-01-01 13:03:02 +01:00
solomon,ssd133x.yaml dt-bindings: display: Add SSD133x OLED controllers 2024-01-01 13:03:03 +01:00
solomon,ssd1307fb.yaml dt-bindings: display: ssd1307fb: Add vendor prefix to width and height 2024-01-01 13:03:01 +01: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
st,stm32mp25-lvds.yaml dt-bindings: display: add STM32 LVDS device 2024-06-28 11:17:05 +02:00
ste,mcde.yaml
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