mirror_ubuntu-kernels/Documentation/devicetree/bindings/display/panel
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
..
abt,y030xx067a.yaml dt-bindings: display: Add SPI peripheral schema to SPI based displays 2022-01-19 10:12:47 -06: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
arm,rtsm-display.yaml dt-bindings: display: Add Arm virtual platforms display 2022-06-17 13:13:38 -06:00
arm,versatile-tft-panel.yaml dt-bindings: display: arm,versatile-tft-panel: Drop erroneous properties in example 2022-08-22 15:01:26 -05:00
armadeus,st0700-adapt.yaml
asus,z00t-tm5p5-nt35596.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
auo,a030jtn01.yaml dt-bindings: display/panel: Add AUO A030JTN01 2023-01-22 11:22:11 +00:00
bananapi,s070wv20-ct16.yaml
boe,bf060y8m-aj0.yaml dt-bindings: display: Document BOE BF060Y8M-AJ0 panel compatible 2021-10-17 19:11:46 +02:00
boe,himax8279d.yaml
boe,tv101wum-nl6.yaml dt-bindings: display: panel: Add compatible for Starry ili9882t 2023-06-01 08:48:52 -07:00
display-timing.txt
display-timings.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
dlc,dlc0700yzg-1.yaml
ebbg,ft8719.yaml dt-bindings: display: Add bindings for EBBG FT8719 2022-06-24 22:34:22 +02:00
elida,kd35t133.yaml dt-bindings: display: elida,kd35t133: document port and rotation 2023-03-31 14:46:44 -05:00
feixin,k101-im2ba02.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
feiyang,fy07024di26a30d.yaml dt-bindings: display: feiyang,fy07024di26a30d: document port 2023-03-31 14:46:43 -05:00
focaltech,gpt3.yaml dt-bindings: display/panel: Add the Focaltech gpt3 2022-12-29 22:05:03 +01:00
himax,hx8394.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
ilitek,ili9163.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
ilitek,ili9322.yaml dt-bindings: display: Add SPI peripheral schema to SPI based displays 2022-01-19 10:12:47 -06:00
ilitek,ili9341.yaml dt-bindings: display: panel: use spi-peripheral-props.yaml 2022-10-18 10:03:45 -05:00
ilitek,ili9881c.yaml dt-bindings: ili9881c: Add TDO TL050HDV35 LCD panel 2023-07-31 14:59:09 +02: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: Add SPI peripheral schema to SPI based displays 2022-01-19 10:12:47 -06:00
innolux,p097pfg.yaml
jadard,jd9365da-h3.yaml dt-bindings: display: panel: jadard,jd9365da-h3: Add Radxa Display 8HD 2023-01-27 08:54:59 +01:00
jdi,lt070me05000.yaml dt-bindings: display: enable port jdi,lt070me05000 2022-01-04 19:23:06 -06:00
kingdisplay,kd035g6-54nt.yaml spi/panel: dt-bindings: drop 3-wire from common properties 2022-08-15 12:18:43 +01:00
leadtek,ltk035c5444t.yaml spi/panel: dt-bindings: drop 3-wire from common properties 2022-08-15 12:18:43 +01:00
leadtek,ltk050h3146w.yaml dt-bindings: ltk050h3146w: replace Heiko Stuebner by myself as maintainer 2022-02-09 18:39:08 -06:00
leadtek,ltk500hd1829.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
lg,lg4573.yaml dt-bindings: display: use spi-peripheral-props.yaml 2022-07-29 17:22:44 -06:00
lgphilips,lb035q02.yaml spi/panel: dt-bindings: drop CPHA and CPOL from common properties 2022-07-26 12:17:23 +01: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: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
newvision,nv3051d.yaml dt-bindings: display: panel: Add NewVision NV3051D bindings 2022-11-14 12:43:44 +01:00
novatek,nt35510.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
novatek,nt35950.yaml dt-bindings: display: Add bindings for Novatek NT35950 2021-10-17 19:06:12 +02:00
novatek,nt36523.yaml dt-bindings: display: panel: nt36523: Add Lenovo J606F panel 2023-04-17 17:27:25 +02:00
novatek,nt36672a.yaml dt-bindings: display: novatek,nt36672a: correct VDDIO supply 2023-03-29 14:34:47 -05:00
olimex,lcd-olinuxino.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -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.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
panel-dpi.yaml dt-bindings: Clean-up undocumented compatible strings 2021-03-23 15:27:51 -06:00
panel-dsi-cm.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
panel-edp.yaml dt-bindings: drm/panel-simple-edp: Introduce generic eDP panels 2021-09-20 09:13:35 -07:00
panel-lvds.yaml dt-bindings: display: panel: Document Hydis HV070WX2-1E0 2023-07-27 17:56:02 +02:00
panel-mipi-dbi-spi.yaml dt-bindings: display: panel: mipi-dbi-spi: add Saef SF-TC154B 2023-08-28 16:36:52 -05:00
panel-simple-dsi.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
panel-simple.yaml dt-bindings: display: simple: Add Innolux G156HCE-L01 panel 2023-08-03 10:25:27 +02:00
panel-timing.yaml dt-bindings: display: Start the info graphics with HS/VS change 2023-04-03 16:38:16 +02:00
pda,91-00156-a0.yaml
raspberrypi,7inch-touchscreen.yaml
raydium,rm67191.yaml dt-bindings: panel: raydium,rm67191: Add missing type to 'video-mode' 2022-07-25 14:47:50 -06:00
raydium,rm68200.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
rocktech,jh057n00900.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
ronbo,rb070d30.yaml dt-bindings: display: Drop unneeded quotes 2023-03-24 14:20:49 -05:00
samsung,amoled-mipi-dsi.yaml dt-bindings: display: samsung,amoled-mipi-dsi: Do not require enable-gpios on samsung,s6e63j0x03 2020-09-14 12:16:18 -06:00
samsung,ams495qa01.yaml dt-bindings: display: panel: Add Samsung AMS495QA01 2023-01-27 09:39:23 +01:00
samsung,ld9040.yaml spi/panel: dt-bindings: drop CPHA and CPOL from common properties 2022-07-26 12:17:23 +01:00
samsung,lms380kf01.yaml dt-bindings: display: panel: use spi-peripheral-props.yaml 2022-10-18 10:03:45 -05:00
samsung,lms397kf04.yaml dt-bindings: display: panel: use spi-peripheral-props.yaml 2022-10-18 10:03:45 -05:00
samsung,s6d7aa0.yaml dt-bindings: display: panel: Add Samsung S6D7AA0 LCD panel controller 2023-05-22 11:11:46 +02:00
samsung,s6d16d0.yaml
samsung,s6d27a1.yaml dt-bindings: display: panel: use spi-peripheral-props.yaml 2022-10-18 10:03:45 -05:00
samsung,s6e8aa0.yaml dt-bindings: cleanup DTS example whitespaces 2023-07-05 09:53:52 -06:00
samsung,s6e63m0.yaml spi/panel: dt-bindings: drop 3-wire from common properties 2022-08-15 12:18:43 +01:00
samsung,s6e88a0-ams452ef01.yaml dt-bindings: display: panel-simple-dsi: document port 2023-03-29 14:34:47 -05:00
seiko,43wvf1g.yaml dt-bindings: display: seiko,43wvf1g: Change the maintainer's contact 2023-03-30 09:33:50 +02:00
sgd,gktw70sdae4se.yaml dt-bindings: display: Fix lvds.yaml references 2023-04-20 15:34:23 -05:00
sharp,ld-d5116z01b.yaml
sharp,lq101r1sx01.yaml dt-bindings: display: simplify compatibles syntax 2023-04-18 18:46:21 -05:00
sharp,lq150x1lg11.yaml
sharp,ls037v7dw01.yaml
sharp,ls043t1le01.yaml
sharp,ls060t1sx01.yaml dt-bindings: add bindings for the Sharp LS060T1SX01 panel 2021-10-10 19:13:20 +02:00
sitronix,st7701.yaml dt-bindings: display: sitronix,st7701: document port and rotation 2023-03-31 14:46:44 -05:00
sitronix,st7789v.yaml dt-bindings: display: st7789v: add jasonic jt240mhqs-hwt-ek-e3 display 2023-08-04 15:27:07 +02:00
sony,acx424akp.yaml drm/panel: Extend ACX424AKP bindings to ACX424AKM 2022-01-27 02:26:50 +01:00
sony,acx565akm.yaml dt-bindings: display: Add SPI peripheral schema to SPI based displays 2022-01-19 10:12:47 -06:00
sony,td4353-jdi.yaml dt-bindings: display/panel: Add Sony Tama TD4353 JDI display panel 2023-03-07 23:49:16 +01:00
sony,tulip-truly-nt35521.yaml dt-bindings: display: Add Sony Tulip Truly NT35521 panel support 2021-10-17 19:26:15 +02:00
startek,kd070fhfid015.yaml dt-bindings: display: panel: add startek kd070fhfid015 support 2023-07-31 17:46:31 +02:00
startek,startek-kd050c.yaml
tfc,s9700rtwv43tr-01b.yaml
ti,nspire.yaml
tpo,td.yaml spi/panel: dt-bindings: drop CPHA and CPOL from common properties 2022-07-26 12:17:23 +01:00
tpo,tpg110.yaml dt-bindings: display: panel: use spi-peripheral-props.yaml 2022-10-18 10:03:45 -05:00
visionox,r66451.yaml dt-bindings: display: panel: Add Visionox R66451 AMOLED DSI panel 2023-06-08 17:58:57 +02:00
visionox,rm69299.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -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: xinpeng,xpp055c272: document port 2023-03-31 14:46:43 -05:00