linux-stable/Documentation/devicetree/bindings/display
Linus Torvalds ab522e1478 Devicetree updates for v6.9:
DT core:
 
 - Add cleanup.h based auto release of struct device_node pointers via
   __free marking and new for_each_child_of_node_scoped() iterator to use
   it.
 
 - Always create a base skeleton DT when CONFIG_OF is enabled. This
   supports several usecases of adding DT data on non-DT booted systems.
 
 - Move around some /reserved-memory code in preparation for further
   improvements
 
 - Add a stub for_each_property_of_node() for !OF
 
 - Adjust the printk levels on some messages
 
 - Fix __be32 sparse warning
 
 - Drop RESERVEDMEM_OF_DECLARE usage from Freescale qbman driver
   (currently orphaned)
 
 - Add Saravana Kannan and drop Frank Rowand as DT maintainers
 
 DT bindings:
 
 - Convert Mediatek timer, Mediatek sysirq, fsl,imx6ul-tsc,
   fsl,imx6ul-pinctrl, Atmel AIC, Atmel HLCDC, FPGA region, and
   xlnx,sd-fec to DT schemas
 
 - Add existing, but undocumented fsl,imx-anatop binding
 
 - Add bunch of undocumented vendor prefixes used in compatible strings
 
 - Drop obsolete brcm,bcm2835-pm-wdt binding
 
 - Drop obsolete i2c.txt which as been replaced with schema in dtschema
 
 - Add DPS310 device and sort trivial-devices.yaml
 
 - Enable undocumented compatible checks on DT binding examples
 
 - More QCom maintainer fixes/updates
 
 - Updates to writing-schema.rst and DT submitting-patches.rst to cover
   some frequent review comments
 
 - Clean-up SPDX tags to use 'OR' rather than 'or'
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmX0foEACgkQ+vtdtY28
 YcOkUg//T5Q+ZudVn/oJGre3crfPU4O/RHbG+brbwpBZEdiwTGlIjI8ceThjumCO
 MY25yRewCIZtS8MLlRb/lNPUjQxPeyYWnpO3KZHbOJhU8bJCl2M5P0CQOYJNp0fl
 fMFhFU5bKVoXyK6y3qx7ivZTXSBCz9KzB1HxY3LueMHVgWiO1Oi++XjLfcos86Mh
 7dKZKNbpcnBFkXiESMksQS+asZkoRtZloFg4iFjniSLa8AgYJLsZXd7iW4s0IXy+
 Xj+5IcIRcPv2xQoXfCvlcKMheJyePDA1coYpO8pmOYOpjCQzsCnnbzoNERW6hc9u
 0DF2IWnq9WLlQ8RVijbECRPgwW6zuU+aklUZLz2q0AiwCVySHaMdC9iYe+KK/7GH
 m0F21x5mpfK0LVfOMWLsmuqKWn9J164VAeTY9zHqcWuvCohD5ulftvQgRBEiSDtv
 V3l668t6v67iMkYa8SncbuMkV/NSShWPGne+yP3smvL0pe0P0MJYb1XSstlbNXuK
 whTDaCydEHx3JPJ6VS/1aJnELFm+uZVl8wjhfrgbWo2hIC83qjN3k0yV+vFNdFzT
 5PUfI858fvgYOrGsswYCCJXmb/s37NImCnIF/sjqvj50BA468261KYAFtapa2Vlj
 uvpKgIZHJEDOK6TPlk5n7+aaOwoLMYzm+yov/0gyRpRKqsXu52U=
 =YzNN
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Add cleanup.h based auto release of struct device_node pointers via
     __free marking and new for_each_child_of_node_scoped() iterator to
     use it.

   - Always create a base skeleton DT when CONFIG_OF is enabled. This
     supports several usecases of adding DT data on non-DT booted
     systems.

   - Move around some /reserved-memory code in preparation for further
     improvements

   - Add a stub for_each_property_of_node() for !OF

   - Adjust the printk levels on some messages

   - Fix __be32 sparse warning

   - Drop RESERVEDMEM_OF_DECLARE usage from Freescale qbman driver
     (currently orphaned)

   - Add Saravana Kannan and drop Frank Rowand as DT maintainers

  DT bindings:

   - Convert Mediatek timer, Mediatek sysirq, fsl,imx6ul-tsc,
     fsl,imx6ul-pinctrl, Atmel AIC, Atmel HLCDC, FPGA region, and
     xlnx,sd-fec to DT schemas

   - Add existing, but undocumented fsl,imx-anatop binding

   - Add bunch of undocumented vendor prefixes used in compatible
     strings

   - Drop obsolete brcm,bcm2835-pm-wdt binding

   - Drop obsolete i2c.txt which as been replaced with schema in
     dtschema

   - Add DPS310 device and sort trivial-devices.yaml

   - Enable undocumented compatible checks on DT binding examples

   - More QCom maintainer fixes/updates

   - Updates to writing-schema.rst and DT submitting-patches.rst to
     cover some frequent review comments

   - Clean-up SPDX tags to use 'OR' rather than 'or'"

* tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (56 commits)
  dt-bindings: soc: imx: fsl,imx-anatop: add imx6q regulators
  of: unittest: Use for_each_child_of_node_scoped()
  of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
  of: Add cleanup.h based auto release via __free(device_node) markings
  of: Move all FDT reserved-memory handling into of_reserved_mem.c
  of: Add KUnit test to confirm DTB is loaded
  of: unittest: treat missing of_root as error instead of fixing up
  x86/of: Unconditionally call unflatten_and_copy_device_tree()
  um: Unconditionally call unflatten_device_tree()
  of: Create of_root if no dtb provided by firmware
  of: Always unflatten in unflatten_and_copy_device_tree()
  dt-bindings: timer: mediatek: Convert to json-schema
  dt-bindings: interrupt-controller: fsl,intmux: Include power-domains support
  soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage
  dt-bindings: fsl-imx-sdma: fix HDMI audio index
  dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6
  dt-bindings: soc: imx: fsl,imx-anatop: add binding
  dt-bindings: input: touchscreen: fsl,imx6ul-tsc convert to YAML
  dt-bindings: pinctrl: fsl,imx6ul-pinctrl: convert to YAML
  of: make for_each_property_of_node() available to to !OF
  ...
2024-03-15 12:37:59 -07:00
..
armada
atmel dt-bindings: display: convert Atmel's HLCDC to DT schema 2024-02-22 16:21:56 -07:00
bridge Linux 6.8-rc6 2024-02-26 11:41:07 +01: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: imx: add binding for i.MX8MP HDMI PVI 2024-02-05 12:16:43 +01:00
mediatek SoC: DT changes for 6.8 2024-01-11 11:23:17 -08:00
msm dt-bindings: display/msm/gmu: Document Adreno 750 GMU 2024-02-26 07:29:54 -08:00
panel Devicetree updates for v6.9: 2024-03-15 12:37:59 -07:00
rockchip dt-bindings: display: rockchip,dw-hdmi: add power-domains property 2024-02-13 20:17:43 +01:00
samsung dt-bindings: display: samsung,exynos-mixer: Fix 'regs' typo 2024-01-09 09:43:48 +09: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 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: 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
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: Do not require power-domains for i.MX6ULL 2024-02-26 09:07:42 -06: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: display: move LVDS data-mapping definition to separate file 2023-10-09 11:10:04 +02: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 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