mirror-linux/Documentation/devicetree/bindings/display/panel
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
..
abt,y030xx067a.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
advantech,idk-1110wr.yaml dt-bindings: display: Fix lvds.yaml references 2023-04-20 15:34:23 -05:00
advantech,idk-2121wr.yaml dt-bindings: display: advantech,idk-2121wr: reference common panel 2023-08-23 14:35:45 -05:00
anbernic,rg35xx-plus-panel.yaml dt-bindings: display: panel: Rename WL-355608-A8 panel to rg35xx-*-panel 2024-09-05 09:41:25 +02:00
arm,rtsm-display.yaml
arm,versatile-tft-panel.yaml
armadeus,st0700-adapt.yaml
asus,z00t-tm5p5-nt35596.yaml dt-bindings: Batch-update Konrad Dybcio's email 2024-07-29 13:35:47 -06:00
auo,a030jtn01.yaml
bananapi,s070wv20-ct16.yaml
boe,bf060y8m-aj0.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
boe,himax8279d.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
boe,th101mb31ig002-28a.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
boe,tv101wum-nl6.yaml Merge drm/drm-next into drm-misc-next 2024-05-27 11:08:31 +02:00
display-timing.txt
display-timings.yaml
dlc,dlc0700yzg-1.yaml
ebbg,ft8719.yaml
elida,kd35t133.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
fascontek,fs035vg158.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
feixin,k101-im2ba02.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
feiyang,fy07024di26a30d.yaml
focaltech,gpt3.yaml
himax,hx8394.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
himax,hx83102.yaml dt-bindings: display: panel: Add compatible for IVO t109nw41 2024-05-17 09:25:49 +02:00
himax,hx83112a.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
ilitek,ili9163.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
ilitek,ili9322.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
ilitek,ili9341.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
ilitek,ili9805.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
ilitek,ili9806e.yaml dt-bindings: display: panel: add Ilitek ili9806e panel controller 2024-06-26 18:41:09 +02:00
ilitek,ili9881c.yaml Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
innolux,ee101ia-01d.yaml dt-bindings: display: Fix lvds.yaml references 2023-04-20 15:34:23 -05:00
innolux,ej030na.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
innolux,p097pfg.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
jadard,jd9365da-h3.yaml dt-bindings: display: panel: Add compatible for kingdisplay-kd101ne3 2024-06-28 10:33:23 +02:00
jdi,lpm102a188a.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
jdi,lt070me05000.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
kingdisplay,kd035g6-54nt.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
leadtek,ltk035c5444t.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
leadtek,ltk050h3146w.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
leadtek,ltk500hd1829.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
lg,lg4573.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
lg,sw43408.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels (part two) 2024-06-06 15:00:51 -06:00
lgphilips,lb035q02.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
logicpd,type28.yaml
mantix,mlaf057we51-x.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
mitsubishi,aa104xd12.yaml dt-bindings: display: Fix lvds.yaml references 2023-04-20 15:34:23 -05:00
mitsubishi,aa121td01.yaml dt-bindings: display: Fix lvds.yaml references 2023-04-20 15:34:23 -05:00
nec,nl8048hl11.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
newvision,nv3051d.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
novatek,nt35510.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
novatek,nt35950.yaml Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
novatek,nt36523.yaml Devicetree for v6.10: 2024-05-17 17:27:49 -07:00
novatek,nt36672a.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
novatek,nt36672e.yaml dt-bindings: display: panel: Add Novatek NT36672E LCD DSI 2024-01-12 10:31:04 +01:00
olimex,lcd-olinuxino.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
orisetech,otm8009a.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
panel-common-dual.yaml dt-bindings: display: panel: add common dual-link schema 2024-03-25 11:41:34 +01:00
panel-common.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
panel-dpi.yaml
panel-dsi-cm.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
panel-edp-legacy.yaml dt-bindings: display: panel-edp-legacy: drop several eDP panels 2024-06-14 18:58:12 +03:00
panel-edp.yaml
panel-lvds.yaml dt-bindings: display: panel-lvds: Add compatible for admatec 9904370 panel 2024-02-16 23:34:34 +01:00
panel-mipi-dbi-spi.yaml dt-bindings: display: panel: mipi-dbi-spi: Add a pixel format property 2024-06-07 16:09:05 +02:00
panel-simple-dsi.yaml dt-bindings: panel-simple-dsi: add lincoln LCD197 panel bindings 2024-06-26 18:38:29 +02:00
panel-simple-lvds-dual-ports.yaml dt-bindings: display: panel-simple-lvds-dual-ports: use unevaluatedProperties 2024-08-19 17:04:55 -05:00
panel-simple.yaml dt-bindings: display: simple: Add AUO G104STN01 panel 2024-06-28 10:32:12 +02:00
panel-timing.yaml
pda,91-00156-a0.yaml
raspberrypi,7inch-touchscreen.yaml
raydium,rm692e5.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
raydium,rm67191.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
raydium,rm68200.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
raydium,rm69380.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels (part two) 2024-06-06 15:00:51 -06:00
rocktech,jh057n00900.yaml dt-bindings: display: Add GameForce Chi Panel 2024-03-29 17:14:02 +01:00
ronbo,rb070d30.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
samsung,amoled-mipi-dsi.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
samsung,ams495qa01.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
samsung,atna33xc20.yaml dt-bindings: display: panel: samsung,atna45dc02: Fix indentation 2024-08-08 11:52:13 -07:00
samsung,ld9040.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
samsung,lms380kf01.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
samsung,lms397kf04.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
samsung,s6d7aa0.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
samsung,s6d16d0.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
samsung,s6d27a1.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
samsung,s6e8aa0.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
samsung,s6e63m0.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
samsung,s6e88a0-ams452ef01.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
seiko,43wvf1g.yaml
sgd,gktw70sdae4se.yaml dt-bindings: display: Fix lvds.yaml references 2023-04-20 15:34:23 -05:00
sharp,lq101r1sx01.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
sharp,lq150x1lg11.yaml
sharp,ls037v7dw01.yaml
sharp,ls043t1le01.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
sharp,ls060t1sx01.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
sitronix,st7701.yaml dt-bindings: display: st7701: Add Anbernic RG-ARC panel 2023-12-11 10:12:59 +01:00
sitronix,st7789v.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
sony,acx424akp.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
sony,acx565akm.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
sony,td4353-jdi.yaml dt-bindings: Batch-update Konrad Dybcio's email 2024-07-29 13:35:47 -06:00
sony,tulip-truly-nt35521.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
startek,kd070fhfid015.yaml dt-bindings: display: panel: add startek kd070fhfid015 support 2023-07-31 17:46:31 +02:00
startek,startek-kd050c.yaml
synaptics,r63353.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
tfc,s9700rtwv43tr-01b.yaml
ti,nspire.yaml
tpo,td.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
tpo,tpg110.yaml dt-bindings: display: panel: constrain 'reg' in SPI panels 2024-05-13 09:57:34 -05:00
visionox,r66451.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2024-02-13 12:12:28 -06:00
visionox,rm69299.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00
visionox,vtdr6130.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
xinpeng,xpp055c272.yaml dt-bindings: display: panel: constrain 'reg' in DSI panels 2024-05-13 09:57:34 -05:00