linux/Documentation/devicetree/bindings/display/bridge
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
..
adi,adv7511.yaml dt-bindings: display: adi,adv75xx: Add missing graph schema references 2022-08-25 15:03:20 -05:00
adi,adv7533.yaml dt-bindings: display: adi,adv7533: Drop single lane support 2024-12-20 03:53:25 +02:00
analogix,anx7625.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
analogix,anx7814.yaml dt-bindings: display: anx7814: Add definition for anx7816 2023-09-20 12:56:31 +02:00
analogix,dp.yaml dt-bindings: display: Add missing property types 2023-06-15 11:26:13 -06:00
anx6345.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
cdns,dsi.yaml dt-bindings: display: bridge: cdns,dsi: Add compatible for dsi on j721e 2023-01-17 17:57:34 +02:00
cdns,mhdp8546.yaml dt-bindings: display: Drop unneeded quotes 2023-03-24 14:20:49 -05:00
chipone,icn6211.yaml dt-bindings: display: bridge: icn6211: Add support for external REFCLK 2022-08-26 13:54:52 +02:00
chrontel,ch7033.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
fsl,imx8mp-hdmi-tx.yaml dt-bindings: display: Correct indentation and style in DTS example 2025-01-10 09:43:41 -06:00
fsl,imx8qxp-ldb.yaml dt-bindings: display: bridge: Add i.MX8qm/qxp LVDS display bridge binding 2022-06-20 21:15:16 +02:00
fsl,imx8qxp-pixel-combiner.yaml dt-bindings: display: bridge: Add i.MX8qm/qxp pixel combiner binding 2022-06-20 21:15:06 +02:00
fsl,imx8qxp-pixel-link.yaml dt-bindings: display: bridge: Add i.MX8qm/qxp display pixel link binding 2022-06-20 21:15:10 +02:00
fsl,imx8qxp-pxl2dpi.yaml dt-bindings: display: bridge: Add i.MX8qxp pixel link to DPI binding 2022-06-20 21:15:12 +02:00
fsl,imx93-mipi-dsi.yaml dt-bindings: display: bridge: Document Freescale i.MX93 MIPI DSI 2023-10-16 11:38:46 +02:00
fsl,ldb.yaml dt-bindings: display: bridge: ldb: Add an i.MX6SX entry 2023-04-14 22:21:28 +02:00
google,cros-ec-anx7688.yaml dt-bindings: white-space cleanups 2022-04-04 19:55:03 -05:00
ingenic,jz4780-hdmi.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
intel,keembay-dsi.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
ite,it6263.yaml dt-bindings: display: bridge: Add ITE IT6263 LVDS to HDMI converter 2024-11-05 13:26:43 +02:00
ite,it6505.yaml dt-bindings: display: bridge: it6505: Add #sound-dai-cells 2024-04-08 02:09:36 -07:00
ite,it66121.yaml drm-misc-next for v6.3: 2023-01-04 14:59:25 +01:00
lontium,lt8912b.yaml dt-bindings: display: bridge: lt8912b: Add power supplies 2023-12-04 13:59:59 +01:00
lontium,lt9211.yaml dt-bindings: display: bridge: lt9211: Add Lontium LT9211 bridge driver 2022-04-19 16:47:37 +02:00
lontium,lt9611.yaml dt-bindings: display: Use OF graph schema 2021-01-11 18:03:59 -06:00
lvds-codec.yaml dt-bindings: display/lvds-codec: add ti,sn65lvds94 2024-03-10 20:23:32 +02:00
megachips-stdpxxxx-ge-b850v3-fw.txt
microchip,sam9x75-lvds.yaml dt-bindings: display: bridge: add sam9x75-lvds binding 2024-04-23 09:29:43 +02:00
nwl-dsi.yaml dt-bindings: display: Use OF graph schema 2021-01-11 18:03:59 -06:00
nxp,ptn3460.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
nxp,tda998x.yaml dt-bindings: display: nxp,tda998x: Fix 'audio-ports' constraints 2024-01-31 07:42:38 -06:00
parade,ps8622.yaml dt-bindings: display: bridge: parade,ps8622: convert to dtschema 2023-03-07 18:31:46 -06:00
ps8640.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
renesas,dsi-csi2-tx.yaml dt-bindings: display: bridge: renesas,dsi-csi2-tx: Add r8a779h0 2024-12-17 15:13:00 +02:00
renesas,dsi.yaml dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: Document RZ/V2L support 2023-01-19 08:43:25 +01:00
renesas,dw-hdmi.yaml dt-bindings: display: bridge: renesas,dw-hdmi: Add resets property 2022-09-07 23:50:03 +03:00
renesas,lvds.yaml dt-bindings: Drop redundant 'maxItems/minItems' in if/then schemas 2022-05-04 16:19:03 -05:00
samsung,mipi-dsim.yaml dt-bindings: display: Correct indentation and style in DTS example 2025-01-10 09:43:41 -06:00
sil,sii8620.yaml dt-bindings: display: bridge: sil,sii8620: convert to dtschema 2023-02-02 18:05:57 -06:00
sil,sii9022.yaml dt-bindings: display: bridge: sil,sii9022: Add bus-width 2024-10-21 14:49:41 +02:00
sil,sii9234.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
simple-bridge.yaml dt-bindings: display: simple-bridge: Add corpro,gm7123 compatible 2021-07-22 11:42:54 +02:00
snps,dw-mipi-dsi.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
synopsys,dw-hdmi.yaml dt-bindings: display: synopsys, dw-hdmi: Mark ddc-i2c-bus as deprecated 2024-06-20 23:19:06 +02:00
thine,thc63lvd1024.yaml dt-bindings: display: Use OF graph schema 2021-01-11 18:03:59 -06:00
ti,dlpc3433.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
ti,sn65dsi83.yaml dt-bindings: drm/bridge: ti-sn65dsi83: Add properties for ti,lvds-vod-swing 2024-12-19 11:09:14 +01:00
ti,sn65dsi86.yaml dt-bindings: drm/bridge: ti-sn65dsi86: Fix bouncing @codeaurora address 2024-02-05 10:54:25 -08:00
ti,tdp158.yaml dt-bindings: display: bridge: add TI TDP158 2024-09-03 14:34:14 +02:00
ti,tfp410.yaml dt-bindings: display: Use OF graph schema 2021-01-11 18:03:59 -06:00
toshiba,tc358762.yaml dt-bindings: display: bridge: tc358762: Document reset-gpios 2023-06-01 14:49:04 +02:00
toshiba,tc358764.yaml dt-bindings: display/bridge: toshiba,tc358764: convert to dtschema 2023-03-07 18:31:46 -06:00
toshiba,tc358767.yaml dt-bindings: display: bridge: tc358867: Document default DP preemphasis 2024-07-23 20:28:25 +02:00
toshiba,tc358768.yaml dt-bindings: display: bridge: tc358768: switch to bus-width 2024-10-21 14:47:36 +02:00
toshiba,tc358775.yaml dt-bindings: display: bridge: tc358775: Add support for tc358765 2024-04-23 17:28:59 +02:00