mirror-linux/Documentation/devicetree/bindings/net
Linus Torvalds d42b1c4757 Devicetree updates for v6.4, part 1:
Bindings:
 - Convert Qcom IOMMU, Amlogic timer, Freescale sec-v4.0, Toshiba
   TC358764 display bridge, Parade PS8622 display bridge, and  Xilinx
   FPGA bindings to DT schema format
 
 - Add qdu1000 and sa8775p SoC support to Qcom PDC interrupt controller
 
 - Add MediaTek MT8365 UART and SYSIRQ bindings
 
 - Add Arm Cortex-A78C and X1C core compatibles
 
 - Add vendor prefix for Novatek
 
 - Remove bindings for stih415, sti416, stid127 platforms
 
 - Drop uneeded quotes in schema files. This is preparation for yamllint
   checking quoting for us.
 
 - Add missing (unevaluated|additional)Properties constraints on child
   node schemas
 
 - Clean-up schema comments formatting
 
 - Fix I2C and SPI node bus names in schema examples
 
 - Clean-up some display compatibles schema syntax
 
 - Fix incorrect references to lvds.yaml
 
 - Gather all cache controller bindings in a common directory
 
 DT core:
 - Convert unittest to new void .remove platform device hook
 
 - kerneldoc fixes for DT address of_pci_range_to_resource/
   of_address_to_resource functions
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmRINPkACgkQ+vtdtY28
 YcPIBA//ajT3b/Q98+Tyo20lYMTYLT/5JVehkl6wSctrBd8Td+mt/qdK6H8qmz20
 yq5SvO1sdnF5jrZ0EIP1i2xPNcxJFQqqR4Cr8rjR53FerSru6L07a9F/n+2XWBZ3
 ZJgDxXSGapby5VJfrF0stqaiHDGLBmsfX+38LYym9OBY99zDbAtVJvH6/rBt02wP
 nSF3xp5hC4z9J1cmp69DQq9n85UYyodtKwT0DJMaSzD0KlrI2yBxc0xtT0l04ekK
 384aM6yesbQV9mdJm10HkKDjqMfEguD0BAlnklHN3q4gVQVqC2yb8VHoOasVVVjl
 461UGMw9YRTqNcQjhporZdvpaH0ZLW94lESDF4M9OlP+6Aw88ZHtOIeWkSD1eycw
 50aaEX6BRiOQopVopaRPme+AJMSh0e4nBewrsT8mzRsDUbpqZSedN+1CybeBH+TP
 un4NTimy4opOoXDRhYbFMBhiIqmxDAX2oZUpONstKrjhFW8b93H/n3deHE/fGsG8
 TCBjzAD8DCmOBZE3XcoC1ZwJpFc3L+CxZ/bekDvHsuJmdQEF1tLS5F/rO1ty780U
 wNskteSlMG0vKboNHvZfu/3CgtKLGQsiipUdw9f/5vGjq8epioBksSAL9Dyngt7H
 4BknZ73/upFVczaF55udIUMRpxKUavMnCPdKJH+vSNYPMB/3mEg=
 =u3lA
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "Bindings:

   - Convert Qcom IOMMU, Amlogic timer, Freescale sec-v4.0, Toshiba
     TC358764 display bridge, Parade PS8622 display bridge, and Xilinx
     FPGA bindings to DT schema format

   - Add qdu1000 and sa8775p SoC support to Qcom PDC interrupt
     controller

   - Add MediaTek MT8365 UART and SYSIRQ bindings

   - Add Arm Cortex-A78C and X1C core compatibles

   - Add vendor prefix for Novatek

   - Remove bindings for stih415, sti416, stid127 platforms

   - Drop uneeded quotes in schema files. This is preparation for
     yamllint checking quoting for us.

   - Add missing (unevaluated|additional)Properties constraints on child
     node schemas

   - Clean-up schema comments formatting

   - Fix I2C and SPI node bus names in schema examples

   - Clean-up some display compatibles schema syntax

   - Fix incorrect references to lvds.yaml

   - Gather all cache controller bindings in a common directory

  DT core:

   - Convert unittest to new void .remove platform device hook

   - kerneldoc fixes for DT address of_pci_range_to_resource/
     of_address_to_resource functions"

* tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (46 commits)
  dt-bindings: rng: Drop unneeded quotes
  dt-bindings: arm/soc: mediatek: Drop unneeded quotes
  dt-bindings: soc: qcom: Drop unneeded quotes
  dt-bindings: i2c: samsung: Fix 'deprecated' value
  dt-bindings: display: Fix lvds.yaml references
  dt-bindings: display: simplify compatibles syntax
  dt-bindings: display: mediatek: simplify compatibles syntax
  dt-bindings: drm/bridge: ti-sn65dsi86: Fix the video-interfaces.yaml references
  dt-bindings: timer: Drop unneeded quotes
  dt-bindings: interrupt-controller: qcom,pdc: document qcom,qdu1000-pdc
  dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p
  dt-bindings: reset: remove stih415/stih416 reset
  dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127
  dt-bindings: irqchip: sti: remove stih415/stih416 and stid127
  dt-bindings: iommu: Convert QCOM IOMMU to YAML
  dt-bindings: irqchip: ti,sci-inta: Add optional power-domains property
  dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
  of: address: Reshuffle to remove forward declarations
  of: address: Fix documented return value of of_pci_range_to_resource()
  of: address: Document return value of of_address_to_resource()
  ...
2023-04-27 09:23:57 -07:00
..
bluetooth dt-bindings: net: Add WCN6855 Bluetooth 2023-04-23 21:57:14 -07:00
can Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
dsa Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
ieee802154
nfc Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
pcs dt-bindings: net: pcs: mediatek,sgmiisys: add MT7981 SoC 2023-03-20 19:48:19 -07:00
pse-pd dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
wireless Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
actions,owl-emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
adi,adin.yaml dt-bindings: net: Update ADIN PHY maintainers 2022-05-27 18:20:21 -07:00
adi,adin1110.yaml dt-bindings: net: adin1110: Document reset 2022-10-21 13:11:33 +01:00
allwinner,sun4i-a10-emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
allwinner,sun4i-a10-mdio.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
allwinner,sun7i-a20-gmac.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-a83t-emac.yaml dt-bindings: net: sun8i-emac: Add phy-supply property 2023-01-01 14:55:15 +00:00
altr,tse.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
amd-xgbe.txt
amlogic,g12a-mdio-mux.yaml dt-bindings: net: convert mdio-mux-meson-g12a.txt to dt-schema 2023-01-11 10:14:16 -08:00
amlogic,gxl-mdio-mux.yaml dt-bindings: net: add amlogic gxl mdio multiplexer 2023-01-31 20:59:07 -08:00
amlogic,meson-dwmac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
anarion-gmac.txt
apm-xgene-enet.txt
apm-xgene-mdio.txt
arc_emac.txt
asix,ax88178.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
asix,ax88796c.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
aspeed,ast2600-mdio.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
brcm,amac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
brcm,bcm4908-enet.yaml dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
brcm,bcm6368-mdio-mux.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
brcm,bcm7445-switch-v4.0.txt
brcm,bcmgenet.yaml dt-bindings: yamllint: Require a space after a comment '#' 2023-03-08 09:04:53 -06:00
brcm,iproc-mdio.yaml dt-bindings: net: brcm,iproc-mdio: convert to the json-schema 2021-06-02 13:05:21 -07:00
brcm,mdio-mux-iproc.yaml dt-bindings: net: Convert iProc MDIO mux to YAML 2021-12-08 13:51:13 -06:00
brcm,systemport.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
brcm,unimac-mdio.yaml dt-bindings: net: brcm,unimac-mdio: Update maintainers for binding 2021-12-08 13:51:13 -06:00
broadcom-bcm87xx.txt
broadcom-bluetooth.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
btusb.txt
calxeda-xgmac.yaml
cavium-mdio.txt
cavium-mix.txt
cavium-pip.txt
cdns,macb.yaml dt-bindings: Remove "status" from schema examples, again 2022-10-20 09:21:07 -05:00
cirrus,cs89x0.txt
cortina,gemini-ethernet.yaml dt-bindings: yamllint: Require a space after a comment '#' 2023-03-08 09:04:53 -06:00
cortina.txt
cpsw-phy-sel.txt
cpsw.txt devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
davicom,dm9051.yaml dt-bindings: net: Add Davicom dm9051 SPI ethernet controller 2022-02-14 11:18:46 +00:00
davicom-dm9000.txt
davinci_emac.txt
engleder,tsnep.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ethernet-controller.yaml dt-bindings: net: ethernet: Fix JSON pointer references 2023-04-19 18:41:55 -07:00
ethernet-phy.yaml dt-bindings: net: phy: Document support for LEDs node 2023-04-19 12:59:16 +01:00
ethernet-switch-port.yaml dt-bindings: net: add generic ethernet-switch-port binding 2023-01-16 18:42:55 +00:00
ethernet-switch.yaml dt-bindings: net: ethernet: Fix JSON pointer references 2023-04-19 18:41:55 -07:00
ethernet.txt
ezchip_enet.txt
faraday,ftmac.txt
fixed-link.txt
fsl,fec.yaml dt-bindings: net: fec: add power-domains property 2023-03-31 10:38:46 -07:00
fsl,fman-dtsec.yaml dt-bindings: net: fman: Add additional interface properties 2022-10-19 13:25:09 +01:00
fsl,qoriq-mc-dpmac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
fsl-enetc.txt
fsl-fman.txt dt-bindings: net: fman: Add additional interface properties 2022-10-19 13:25:09 +01:00
fsl-tsec-phy.txt
ftgmac100.txt
hisilicon-femac-mdio.txt
hisilicon-femac.txt
hisilicon-hip04-net.txt
hisilicon-hix5hd2-gmac.txt
hisilicon-hns-dsaf.txt
hisilicon-hns-mdio.txt
hisilicon-hns-nic.txt
ibm,emac.txt
icplus-ip101ag.txt
idt,3243x-emac.yaml
ingenic,mac.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
intel,dwmac-plat.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
intel,ixp4xx-ethernet.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
intel,ixp4xx-hss.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
intel,ixp46x-ptp-timer.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ipq806x-dwmac.txt
keystone-netcp.txt
lantiq,etop-xway.yaml dt-bindings: Drop required 'interrupt-parent' 2022-01-11 11:54:35 -06:00
lantiq,xrx200-net.yaml dt-bindings: Drop required 'interrupt-parent' 2022-01-11 11:54:35 -06:00
litex,liteeth.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
lpc-eth.txt
marvell,dfx-server.yaml dt-bindings: net: marvell,dfx-server: Convert to yaml 2022-11-29 10:45:53 +01:00
marvell,mvusb.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
marvell,orion-mdio.yaml dt-bindings: net: marvell,orion-mdio: Fix examples 2023-01-01 15:00:12 +00:00
marvell,pp2.yaml dt-bindings: net: marvell,pp2: convert to json-schema 2022-10-19 09:49:38 +01:00
marvell,prestera.yaml dt-bindings: net: marvell,prestera: Describe PCI devices of the prestera family 2022-11-29 10:45:53 +01:00
marvell-armada-370-neta.txt dt-bindings: net: mvneta: Add marvell,armada-ac5-neta 2022-03-17 10:49:26 +01:00
marvell-bluetooth.yaml dt-bindings: bluetooth: marvell: add max-speed property 2023-04-23 21:44:59 -07:00
marvell-bt-8xxx.txt
marvell-neta-bm.txt
marvell-orion-net.txt
marvell-pxa168.txt
maxim,ds26522.txt
maxlinear,gpy2xx.yaml dt-bindings: net: phy: add MaxLinear GPY2xx bindings 2023-01-10 13:38:37 +01:00
mctp-i2c-controller.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
mdio-gpio.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
mdio-mux-gpio.yaml dt-bindings: net: Convert MDIO mux bindings to DT schema 2021-06-02 16:05:22 -05:00
mdio-mux-mmioreg.yaml dt-bindings: net: Convert MDIO mux bindings to DT schema 2021-06-02 16:05:22 -05:00
mdio-mux-multiplexer.yaml dt-bindings: net: Convert MDIO mux bindings to DT schema 2021-06-02 16:05:22 -05:00
mdio-mux.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
mdio.txt
mdio.yaml dt-bindings: drop redundant part of title of shared bindings 2022-12-16 11:41:49 -06:00
mediatek,net.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
mediatek,star-emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
mediatek-bluetooth.txt
mediatek-dwmac.yaml dt-bindings: net: mediatek-dwmac: add support for mt8188 2022-09-30 13:04:23 +01:00
micrel,ks8851.yaml dt-bindings: memory-controller: st,stm32: Split off MC properties 2022-10-18 13:05:18 -04:00
micrel-ks8995.txt
micrel-ksz90x1.txt dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841 2023-02-08 09:16:07 +00:00
micrel.txt dt-bindings: net: Updated micrel,led-mode for LAN8814 PHY 2022-07-02 16:30:44 +01:00
microchip,enc28j60.txt
microchip,lan78xx.txt
microchip,lan95xx.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
microchip,lan966x-switch.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
microchip,sparx5-switch.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
motorcomm,yt8xxx.yaml dt-bindings: net: Add Motorcomm yt8xxx ethernet phy 2023-02-03 09:34:50 +00:00
mscc,miim.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
mscc,vsc7514-switch.yaml dt-bindings: net: mscc,vsc7514-switch: add dsa binding for the vsc7512 2023-01-30 21:07:21 -08:00
mscc-phy-vsc8531.txt Documentation: fix incorrect macro referencing in mscc-phy-vsc8531.txt 2021-08-02 15:48:06 -06:00
nixge.txt
nokia-bluetooth.txt
nvidia,tegra234-mgbe.yaml dt-bindings: net: Add Tegra234 MGBE 2022-09-07 18:24:02 +02:00
nxp,dwmac-imx.yaml dt-bindings: add mx93 description 2023-01-18 12:47:40 +00:00
nxp,lpc1850-dwmac.txt
nxp,tja11xx.yaml dt-bindings: net: tja11xx: add nxp,refclk_in property 2022-08-23 17:43:27 -07:00
opencores-ethoc.txt
oxnas-dwmac.txt dt-bindings: net: oxnas-dwmac: Add bindings for OX810SE 2022-01-12 09:05:02 -08:00
phy.txt
qca,ar71xx.yaml dt-bindings: net: qca,ar71xx: remove label = "cpu" from examples 2022-12-01 15:56:57 -08:00
qca,ar803x.yaml dt-bindings: net: ar803x: add disable-hibernation-mode propetry 2022-08-18 14:16:33 -07:00
qca,qca7000.txt
qcom,bam-dmux.yaml dt-bindings: net: Add schema for Qualcomm BAM-DMUX 2021-11-29 12:27:34 +00:00
qcom,ethqos.yaml dt-bindings: net: qcom,ethqos: Add Qualcomm sc8280xp compatibles 2023-04-13 12:50:46 +02:00
qcom,ipa.yaml dt-bindings: net: qcom,ipa: add SDX65 compatible 2023-03-17 22:32:32 -07:00
qcom,ipq4019-mdio.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
qcom,ipq8064-mdio.yaml dt-bindings: net: ethernet-switch: Make "#address-cells/#size-cells" required 2023-04-05 17:51:19 -07:00
qcom-emac.txt dt-bindings: Fix incorrect "the the" corrections 2022-08-18 10:59:33 -07:00
realtek,rtl82xx.yaml dt-bindings: net: add dt binding for realtek rtl82xx phy 2021-06-08 11:41:23 -07:00
realtek-bluetooth.yaml dt-bindings: net: realtek-bluetooth: Add RTL8821CS 2023-04-23 21:46:57 -07:00
renesas,ether.yaml dt-bindings: net: renesas,ether: Update example to match reality 2021-10-02 14:13:38 +01:00
renesas,etheravb.yaml dt-bindings: net: renesas,etheravb: Add r8a779g0 support 2022-09-19 17:57:52 -07:00
renesas,r8a779f0-ether-switch.yaml dt-bindings: net: renesas: Document Renesas Ethernet Switch 2022-11-02 12:38:52 +00:00
rfkill-gpio.yaml dt-bindings: net: Add rfkill-gpio binding 2023-01-12 11:06:51 +01:00
rockchip,emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
rockchip-dwmac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
samsung-sxgbe.txt
sff,sfp.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
smsc,lan91c111.yaml dt-bindings: net: smsc,lan91c111 convert to schema 2022-04-06 11:03:37 -05:00
smsc,lan9115.yaml dt-bindings: net: sms911x: Convert to json-schema 2021-07-01 13:27:10 -07:00
smsc-lan87xx.txt
snps,dwc-qos-ethernet.txt
snps,dwmac.yaml dt-bindings: net: Add support StarFive dwmac 2023-04-18 13:13:41 +02:00
socfpga-dwmac.txt
socionext,synquacer-netsec.yaml dt-bindings: net: Convert Socionext NetSec Ethernet to DT schema 2022-12-12 13:03:45 -08:00
socionext,uniphier-ave4.yaml dt-bindings: net: ave: Use unevaluatedProperties 2022-04-08 11:55:06 +01:00
starfive,jh7110-dwmac.yaml dt-bindings: net: Add support StarFive dwmac 2023-04-18 13:13:41 +02:00
sti-dwmac.txt dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127 2023-04-18 12:48:30 -05:00
stm32-dwmac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
stmmac.txt
sunplus,sp7021-emac.yaml Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
ti,bluetooth.yaml dt-bindings: net: ti,bluetooth: Document default max-speed 2021-11-01 20:33:57 -05:00
ti,cpsw-switch.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,davinci-mdio.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,dp83822.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,dp83867.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,dp83869.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,k3-am654-cpsw-nuss.yaml Networking changes for 6.4. 2023-04-26 16:07:23 -07:00
ti,k3-am654-cpts.yaml dt-binding: net: ti: am65x-cpts: add 'ti,pps' property 2023-01-18 12:56:38 +00:00
toshiba,visconti-dwmac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
vertexcom-mse102x.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
via-rhine.txt
via-velocity.txt
wiznet,w5x00.txt
xilinx_axienet.txt dt-bindings: describe the support of "clock-frequency" in mdio 2022-11-21 10:36:03 +00:00
xilinx_gmii2rgmii.txt
xlnx,emaclite.yaml dt-bindings: net: xilinx: document xilinx emaclite driver binding 2022-06-15 09:23:24 +01:00