mirror-linux/Documentation/devicetree/bindings/display
Linus Torvalds f345fc7a07 Devicetree updates for v6.14:
DT Bindings:
 - Add Bindings for QCom QCS615 UFS, QCom IPQ5424 DWC3 USB, NXP imx7d
   MIPI DSI, QCom SM8750 PDC, QCom MSM8976 SRAM, QCom ipq6018 temp
   sensor, QCom QCS8300 Power Domain Controller, QCom QCS615 Power Domain
   Controller, QCom QCS615 APSS, QCom QCS615 qfprom, QCom QCS8300
   remoteproc, Mediatek MT6328 PMIC, Allwinner A100 OPP, and NXP iMX35
   GPT
 
 - Convert Altera socfpga-system, raspberrypi,bcm2835-power to DT
   schema
 
 - Add Siflower vendor prefix
 
 - Cleanup display, interrupt-controller, and UFS binding examples'
   indentation
 
 - Document preferred line wrapping (the same as the rest of the kernel)
 
 DT Core:
 - Add warning when of_property_read_bool() is used on non-boolean
   properties
 
 - Restore keeping bootloader DTB when booting with ACPI. Turns out some
   x86 platforms relied on that. Shrug.
 
 - Fix of_find_node_opts_by_path() handling of alias+path+options
 
 - Fix resource bounds checking for empty resources
 
 - A bunch of small fixes/cleanups all over from Zijun Hu
 
 - Cleanups in bin_attribute handling
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmeUF2sACgkQ+vtdtY28
 YcNTOg//Th/uvw3sZqnf/L5LF824B0s8Kx7WauuzUZpg8C1R1OdOdCL8KYWeIqmU
 LfyNxcU9wdSDNv1MBAYzlO8kV9+Cm9NVh8lL9FyFDah6O381SusPXR2GmFVb4yJT
 8xCahYX9N1kHmPKC7iEKtS+z3DP6COUD78wpJ+81SpsfBFOosjtuOtktDIWZyREb
 vHMSQXeDPpdriIT69vq8Ss+tluUr2oiiJstQrVtJhnP/ShtQHfYJcQCFiMaUJXM9
 3uO+ahnVaR5aCvo8WaBIaoiO1iq1CZ9gK585o3y46JvuLyKjwf7I+Y+h82tr55hO
 Vpx3wLX7l9nZ/TeX8e+N9APaUIXrbMzYMj8HN28u8oNlOCpIY3zTx8/Pjs7D5WCU
 csXynvPvI3EivTkpvwCKlgJHpGSBgASEW18ysy7WjcCWlxrw0xLZB6PuGbOmlxyB
 D1CjFGk3atAKGoaZU0RRbmFYslr1SPvjrcJGTgfrfg9JgLIp7hrXxnlVBIK2JayU
 BsEHCMTXgXy5iinCu0fGEwkzAnHB/g/C29rnT7RpnVTZlzcqhIyChG58MEgbHJZO
 3EQ16HNet//hsVpr3a7CkkPksX/7eCgp6zrIhWytvbCCXOpVOz69bfmgoxIR9tdW
 Lwx74nU9bNJISi8WrcgCqNgjBcj/HBOb+wtaHFl/DNG+oXLhVa4=
 =3bID
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT Bindings:

   - Add Bindings for QCom QCS615 UFS, QCom IPQ5424 DWC3 USB, NXP imx7d
     MIPI DSI, QCom SM8750 PDC, QCom MSM8976 SRAM, QCom ipq6018 temp
     sensor, QCom QCS8300 Power Domain Controller, QCom QCS615 Power
     Domain Controller, QCom QCS615 APSS, QCom QCS615 qfprom, QCom
     QCS8300 remoteproc, Mediatek MT6328 PMIC, Allwinner A100 OPP, and
     NXP iMX35 GPT

   - Convert Altera socfpga-system, raspberrypi,bcm2835-power to DT
     schema

   - Add Siflower vendor prefix

   - Cleanup display, interrupt-controller, and UFS binding examples'
     indentation

   - Document preferred line wrapping (the same as the rest of the
     kernel)

  DT Core:

   - Add warning when of_property_read_bool() is used on non-boolean
     properties

   - Restore keeping bootloader DTB when booting with ACPI. Turns out
     some x86 platforms relied on that. Shrug.

   - Fix of_find_node_opts_by_path() handling of alias+path+options

   - Fix resource bounds checking for empty resources

   - A bunch of small fixes/cleanups all over from Zijun Hu

   - Cleanups in bin_attribute handling"

* tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (50 commits)
  of: address: Fix empty resource handling in __of_address_resource_bounds()
  of/fdt: Restore possibility to use both ACPI and FDT from bootloader
  docs: dt-bindings: Document preferred line wrapping
  dt-bindings: ufs: Correct indentation and style in DTS example
  of: Correct element count for two arrays in API of_parse_phandle_with_args_map()
  of: reserved-memory: Warn for missing static reserved memory regions
  of: Do not expose of_alias_scan() and correct its comments
  dt-bindings: ufs: qcom: Add UFS Host Controller for QCS615
  dt-bindings: usb: qcom,dwc3: Add IPQ5424 to USB DWC3 bindings
  dt-bindings: arm: coresight: Update the pattern of ete node name
  of: Warn when of_property_read_bool() is used on non-boolean properties
  device property: Split property reading bool and presence test ops
  of/fdt: Check fdt_get_mem_rsv() error in early_init_fdt_scan_reserved_mem()
  of: reserved-memory: Move an assignment to effective place in __reserved_mem_alloc_size()
  of: reserved-memory: Do not make kmemleak ignore freed address
  of: reserved-memory: Fix using wrong number of cells to get property 'alignment'
  of: Remove a duplicated code block
  of: property: Avoiding using uninitialized variable @imaplen in parse_interrupt_map()
  of: Correct child specifier used as input of the 2nd nexus node
  dt-bindings: interrupt-controller: ti,omap4-wugen-mpu: Add file extension
  ...
2025-01-24 15:09:20 -08:00
..
armada
atmel dt-bindings: display: convert Atmel's HLCDC to DT schema 2024-02-22 16:21:56 -07:00
bridge Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
connector dt-bindings: display: hdmi-connector: add hdmi-pwr supply 2023-05-31 11:09:47 +02:00
hisilicon
imx dt-bindings: display: imx/ldb: drop ddc-i2c-bus property 2024-09-03 01:08:41 +03:00
mediatek Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
msm Devicetree updates for v6.14: 2025-01-24 15:09:20 -08:00
panel dt-bindings: display: panel-simple: Document Topland TIAN-G07017-01 2024-12-20 12:06:40 +01:00
rockchip dt-bindings: display: rockchip: Add schema for RK3588 DW DSI2 controller 2024-12-10 23:53:07 +01:00
samsung dt-bindings: display: samsung,exynos7-decon: add exynos7870 compatible 2024-11-06 09:01:53 +09: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 audio DMAs 2024-12-19 08:53:58 +02: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: Correct indentation and style in DTS example 2025-01-10 09:43:41 -06: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: display: Add BCM2712 HDMI bindings 2024-11-27 14:37:19 +00:00
brcm,bcm2835-dpi.yaml
brcm,bcm2835-dsi0.yaml
brcm,bcm2835-hdmi.yaml
brcm,bcm2835-hvs.yaml dt-bindings: display: Add BCM2712 HVS bindings 2024-11-27 14:37:19 +00:00
brcm,bcm2835-pixelvalve0.yaml dt-bindings: display: Add BCM2712 PixelValve bindings 2024-11-27 14:37:19 +00:00
brcm,bcm2835-txp.yaml dt-bindings: display: Add BCM2712 MOPLET bindings 2024-11-27 14:37:19 +00:00
brcm,bcm2835-v3d.yaml
brcm,bcm2835-vc4.yaml dt-bindings: display: Add BCM2712 KMS driver bindings 2024-11-27 14:37:19 +00:00
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
elgin,jg10309-01.yaml dt-bindings: display: elgin,jg10309-01: Add own binding 2024-10-01 19:21:26 -05:00
faraday,tve200.yaml
fsl,dcu.txt
fsl,lcdif.yaml dt-bindings: lcdif: Document the dmas/dma-names properties 2024-09-23 07:09:19 +03: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: lvds-data-mapping: Add 30-bit RGB pixel data mappings 2024-11-05 13:26:42 +02:00
lvds-dual-ports.yaml dt-bindings: display: Document dual-link LVDS display common properties 2024-11-05 13:26:43 +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 dt-bindings: display: Correct indentation and style in DTS example 2025-01-10 09:43:41 -06:00
renesas,du.yaml dt-bindings: display: renesas,du: Add r8a779h0 2024-12-17 15:12:56 +02:00
renesas,rzg2l-du.yaml dt-bindings: display: renesas,rzg2l-du: Document RZ/G2UL DU bindings 2024-08-26 12:47:04 +03:00
renesas,shmobile-lcdc.yaml dt-bindings: display: Add Renesas SH-Mobile LCDC bindings 2023-10-16 11:47:43 +02:00
repaper.txt
sharp,ls010b7dh04.yaml dt-bindings: display: Add Sharp Memory LCD bindings 2024-10-19 02:21:32 +03:00
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