Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: Drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> # for bindings/net/can
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> # for bindings/net/toshiba,visconti-dwmac.yaml
Reviewed-by: Heiko Stuebner <heiko@sntech.de> #rockchip
Link: https://lore.kernel.org/r/20230320233758.2918972-1-robh@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Rob Herring and committed by
Jakub Kicinski
3079bfdb 5fd3b115

+79 -79
+1 -1
Documentation/devicetree/bindings/net/actions,owl-emac.yaml
··· 16 16 operation modes at 10/100 Mb/s data transfer rates. 17 17 18 18 allOf: 19 - - $ref: "ethernet-controller.yaml#" 19 + - $ref: ethernet-controller.yaml# 20 20 21 21 properties: 22 22 compatible:
+1 -1
Documentation/devicetree/bindings/net/allwinner,sun4i-a10-emac.yaml
··· 7 7 title: Allwinner A10 EMAC Ethernet Controller 8 8 9 9 allOf: 10 - - $ref: "ethernet-controller.yaml#" 10 + - $ref: ethernet-controller.yaml# 11 11 12 12 maintainers: 13 13 - Chen-Yu Tsai <wens@csie.org>
+1 -1
Documentation/devicetree/bindings/net/allwinner,sun4i-a10-mdio.yaml
··· 11 11 - Maxime Ripard <mripard@kernel.org> 12 12 13 13 allOf: 14 - - $ref: "mdio.yaml#" 14 + - $ref: mdio.yaml# 15 15 16 16 # Select every compatible, including the deprecated ones. This way, we 17 17 # will be able to report a warning when we have that compatible, since
+1 -1
Documentation/devicetree/bindings/net/altr,tse.yaml
··· 66 66 - tx-fifo-depth 67 67 68 68 allOf: 69 - - $ref: "ethernet-controller.yaml#" 69 + - $ref: ethernet-controller.yaml# 70 70 - if: 71 71 properties: 72 72 compatible:
+2 -2
Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml
··· 2 2 # Copyright 2019 BayLibre, SAS 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/net/amlogic,meson-dwmac.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/net/amlogic,meson-dwmac.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Amlogic Meson DWMAC Ethernet controller 9 9
+1 -1
Documentation/devicetree/bindings/net/aspeed,ast2600-mdio.yaml
··· 15 15 MAC. 16 16 17 17 allOf: 18 - - $ref: "mdio.yaml#" 18 + - $ref: mdio.yaml# 19 19 20 20 properties: 21 21 compatible:
+1 -1
Documentation/devicetree/bindings/net/brcm,amac.yaml
··· 10 10 - Florian Fainelli <f.fainelli@gmail.com> 11 11 12 12 allOf: 13 - - $ref: "ethernet-controller.yaml#" 13 + - $ref: ethernet-controller.yaml# 14 14 - if: 15 15 properties: 16 16 compatible:
+1 -1
Documentation/devicetree/bindings/net/brcm,systemport.yaml
··· 66 66 - phy-mode 67 67 68 68 allOf: 69 - - $ref: "ethernet-controller.yaml#" 69 + - $ref: ethernet-controller.yaml# 70 70 71 71 unevaluatedProperties: false 72 72
+1 -1
Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml
··· 121 121 - compatible 122 122 123 123 dependencies: 124 - brcm,requires-autobaud-mode: [ 'shutdown-gpios' ] 124 + brcm,requires-autobaud-mode: [ shutdown-gpios ] 125 125 126 126 if: 127 127 not:
+3 -3
Documentation/devicetree/bindings/net/can/xilinx,can.yaml
··· 35 35 maxItems: 1 36 36 37 37 tx-fifo-depth: 38 - $ref: "/schemas/types.yaml#/definitions/uint32" 38 + $ref: /schemas/types.yaml#/definitions/uint32 39 39 description: CAN Tx fifo depth (Zynq, Axi CAN). 40 40 41 41 rx-fifo-depth: 42 - $ref: "/schemas/types.yaml#/definitions/uint32" 42 + $ref: /schemas/types.yaml#/definitions/uint32 43 43 description: CAN Rx fifo depth (Zynq, Axi CAN, CAN FD in sequential Rx mode) 44 44 45 45 tx-mailbox-count: 46 - $ref: "/schemas/types.yaml#/definitions/uint32" 46 + $ref: /schemas/types.yaml#/definitions/uint32 47 47 description: CAN Tx mailbox buffer count (CAN FD) 48 48 49 49 required:
+1 -1
Documentation/devicetree/bindings/net/dsa/brcm,sf2.yaml
··· 103 103 - "#size-cells" 104 104 105 105 allOf: 106 - - $ref: "dsa.yaml#" 106 + - $ref: dsa.yaml# 107 107 - if: 108 108 properties: 109 109 compatible:
+1 -1
Documentation/devicetree/bindings/net/dsa/qca8k.yaml
··· 66 66 With the legacy mapping the reg corresponding to the internal 67 67 mdio is the switch reg with an offset of -1. 68 68 69 - $ref: "dsa.yaml#" 69 + $ref: dsa.yaml# 70 70 71 71 patternProperties: 72 72 "^(ethernet-)?ports$":
+1 -1
Documentation/devicetree/bindings/net/engleder,tsnep.yaml
··· 62 62 63 63 mdio: 64 64 type: object 65 - $ref: "mdio.yaml#" 65 + $ref: mdio.yaml# 66 66 description: optional node for embedded MDIO controller 67 67 68 68 required:
+1 -1
Documentation/devicetree/bindings/net/ethernet-phy.yaml
··· 83 83 0: Disable 2.4 Vpp operating mode. 84 84 1: Request 2.4 Vpp operating mode from link partner. 85 85 Absence of this property will leave configuration to default values. 86 - $ref: "/schemas/types.yaml#/definitions/uint32" 86 + $ref: /schemas/types.yaml#/definitions/uint32 87 87 enum: [0, 1] 88 88 89 89 broken-turn-around:
+1 -1
Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml
··· 14 14 located under the 'dpmacs' node for the fsl-mc bus DTS node. 15 15 16 16 allOf: 17 - - $ref: "ethernet-controller.yaml#" 17 + - $ref: ethernet-controller.yaml# 18 18 19 19 properties: 20 20 compatible:
+2 -2
Documentation/devicetree/bindings/net/intel,ixp46x-ptp-timer.yaml
··· 2 2 # Copyright 2018 Linaro Ltd. 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/net/intel,ixp46x-ptp-timer.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/net/intel,ixp46x-ptp-timer.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Intel IXP46x PTP Timer (TSYNC) 9 9
+6 -6
Documentation/devicetree/bindings/net/intel,ixp4xx-ethernet.yaml
··· 2 2 # Copyright 2018 Linaro Ltd. 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/net/intel,ixp4xx-ethernet.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/net/intel,ixp4xx-ethernet.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Intel IXP4xx ethernet 9 9 10 10 allOf: 11 - - $ref: "ethernet-controller.yaml#" 11 + - $ref: ethernet-controller.yaml# 12 12 13 13 maintainers: 14 14 - Linus Walleij <linus.walleij@linaro.org> ··· 28 28 description: Ethernet MMIO address range 29 29 30 30 queue-rx: 31 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 31 + $ref: /schemas/types.yaml#/definitions/phandle-array 32 32 items: 33 33 - items: 34 34 - description: phandle to the RX queue node ··· 36 36 description: phandle to the RX queue on the NPE 37 37 38 38 queue-txready: 39 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 39 + $ref: /schemas/types.yaml#/definitions/phandle-array 40 40 items: 41 41 - items: 42 42 - description: phandle to the TX READY queue node ··· 48 48 phy-handle: true 49 49 50 50 intel,npe-handle: 51 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 51 + $ref: /schemas/types.yaml#/definitions/phandle-array 52 52 items: 53 53 - items: 54 54 - description: phandle to the NPE this ethernet instance is using
+9 -9
Documentation/devicetree/bindings/net/intel,ixp4xx-hss.yaml
··· 2 2 # Copyright 2021 Linaro Ltd. 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/net/intel,ixp4xx-hss.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/net/intel,ixp4xx-hss.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Intel IXP4xx V.35 WAN High Speed Serial Link (HSS) 9 9 ··· 24 24 description: The HSS instance 25 25 26 26 intel,npe-handle: 27 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 27 + $ref: /schemas/types.yaml#/definitions/phandle-array 28 28 items: 29 29 items: 30 30 - description: phandle to the NPE this HSS instance is using ··· 33 33 and the instance to use in the second cell 34 34 35 35 intel,queue-chl-rxtrig: 36 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 36 + $ref: /schemas/types.yaml#/definitions/phandle-array 37 37 items: 38 38 - items: 39 39 - description: phandle to the RX trigger queue on the NPE ··· 41 41 description: phandle to the RX trigger queue on the NPE 42 42 43 43 intel,queue-chl-txready: 44 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 44 + $ref: /schemas/types.yaml#/definitions/phandle-array 45 45 items: 46 46 - items: 47 47 - description: phandle to the TX ready queue on the NPE ··· 49 49 description: phandle to the TX ready queue on the NPE 50 50 51 51 intel,queue-pkt-rx: 52 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 52 + $ref: /schemas/types.yaml#/definitions/phandle-array 53 53 items: 54 54 - items: 55 55 - description: phandle to the RX queue on the NPE ··· 57 57 description: phandle to the packet RX queue on the NPE 58 58 59 59 intel,queue-pkt-tx: 60 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 60 + $ref: /schemas/types.yaml#/definitions/phandle-array 61 61 maxItems: 4 62 62 items: 63 63 items: ··· 66 66 description: phandle to the packet TX0, TX1, TX2 and TX3 queues on the NPE 67 67 68 68 intel,queue-pkt-rxfree: 69 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 69 + $ref: /schemas/types.yaml#/definitions/phandle-array 70 70 maxItems: 4 71 71 items: 72 72 items: ··· 76 76 RXFREE3 queues on the NPE 77 77 78 78 intel,queue-pkt-txdone: 79 - $ref: '/schemas/types.yaml#/definitions/phandle-array' 79 + $ref: /schemas/types.yaml#/definitions/phandle-array 80 80 items: 81 81 - items: 82 82 - description: phandle to the TXDONE queue on the NPE
+1 -1
Documentation/devicetree/bindings/net/marvell,mvusb.yaml
··· 20 20 definition. 21 21 22 22 allOf: 23 - - $ref: "mdio.yaml#" 23 + - $ref: mdio.yaml# 24 24 25 25 properties: 26 26 compatible:
+2 -2
Documentation/devicetree/bindings/net/marvell-bluetooth.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/net/marvell-bluetooth.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/net/marvell-bluetooth.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Marvell Bluetooth chips 8 8
+1 -1
Documentation/devicetree/bindings/net/mdio-gpio.yaml
··· 12 12 - Russell King <linux@armlinux.org.uk> 13 13 14 14 allOf: 15 - - $ref: "mdio.yaml#" 15 + - $ref: mdio.yaml# 16 16 17 17 properties: 18 18 compatible:
+1 -1
Documentation/devicetree/bindings/net/mediatek,net.yaml
··· 97 97 const: 0 98 98 99 99 allOf: 100 - - $ref: "ethernet-controller.yaml#" 100 + - $ref: ethernet-controller.yaml# 101 101 - if: 102 102 properties: 103 103 compatible:
+1 -1
Documentation/devicetree/bindings/net/mediatek,star-emac.yaml
··· 15 15 modes with flow-control as well as CRC offloading and VLAN tags. 16 16 17 17 allOf: 18 - - $ref: "ethernet-controller.yaml#" 18 + - $ref: ethernet-controller.yaml# 19 19 20 20 properties: 21 21 compatible:
+1 -1
Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml
··· 73 73 "^port@[0-9a-f]+$": 74 74 type: object 75 75 76 - $ref: "/schemas/net/ethernet-controller.yaml#" 76 + $ref: /schemas/net/ethernet-controller.yaml# 77 77 unevaluatedProperties: false 78 78 79 79 properties:
+2 -2
Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml
··· 99 99 100 100 microchip,bandwidth: 101 101 description: Specifies bandwidth in Mbit/s allocated to the port. 102 - $ref: "/schemas/types.yaml#/definitions/uint32" 102 + $ref: /schemas/types.yaml#/definitions/uint32 103 103 maximum: 25000 104 104 105 105 microchip,sd-sgpio: ··· 107 107 Index of the ports Signal Detect SGPIO in the set of 384 SGPIOs 108 108 This is optional, and only needed if the default used index is 109 109 is not correct. 110 - $ref: "/schemas/types.yaml#/definitions/uint32" 110 + $ref: /schemas/types.yaml#/definitions/uint32 111 111 minimum: 0 112 112 maximum: 383 113 113
+1 -1
Documentation/devicetree/bindings/net/mscc,miim.yaml
··· 10 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 11 11 12 12 allOf: 13 - - $ref: "mdio.yaml#" 13 + - $ref: mdio.yaml# 14 14 15 15 properties: 16 16 compatible:
+1 -1
Documentation/devicetree/bindings/net/nfc/marvell,nci.yaml
··· 28 28 maxItems: 1 29 29 30 30 reset-n-io: 31 - $ref: "/schemas/types.yaml#/definitions/phandle-array" 31 + $ref: /schemas/types.yaml#/definitions/phandle-array 32 32 maxItems: 1 33 33 description: | 34 34 Output GPIO pin used to reset the chip (active low)
+1 -1
Documentation/devicetree/bindings/net/nfc/nxp,pn532.yaml
··· 31 31 - compatible 32 32 33 33 dependencies: 34 - interrupts: [ 'reg' ] 34 + interrupts: [ reg ] 35 35 36 36 additionalProperties: false 37 37
+1 -1
Documentation/devicetree/bindings/net/pse-pd/podl-pse-regulator.yaml
··· 13 13 by the PHY node to control power injection to the Ethernet cable. 14 14 15 15 allOf: 16 - - $ref: "pse-controller.yaml#" 16 + - $ref: pse-controller.yaml# 17 17 18 18 properties: 19 19 compatible:
+1 -1
Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml
··· 51 51 - "#size-cells" 52 52 53 53 allOf: 54 - - $ref: "mdio.yaml#" 54 + - $ref: mdio.yaml# 55 55 56 56 - if: 57 57 properties:
+1 -1
Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml
··· 14 14 used to communicate with the gmac phy connected. 15 15 16 16 allOf: 17 - - $ref: "mdio.yaml#" 17 + - $ref: mdio.yaml# 18 18 19 19 properties: 20 20 compatible:
+1 -1
Documentation/devicetree/bindings/net/rockchip,emac.yaml
··· 61 61 - mdio 62 62 63 63 allOf: 64 - - $ref: "ethernet-controller.yaml#" 64 + - $ref: ethernet-controller.yaml# 65 65 - if: 66 66 properties: 67 67 compatible:
+2 -2
Documentation/devicetree/bindings/net/rockchip-dwmac.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/net/rockchip-dwmac.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/net/rockchip-dwmac.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Rockchip 10/100/1000 Ethernet driver(GMAC) 8 8
+2 -2
Documentation/devicetree/bindings/net/sff,sfp.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/net/sff,sfp.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/net/sff,sfp.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Small Form Factor (SFF) Committee Small Form-factor Pluggable (SFP) 8 8 Transceiver
+1 -1
Documentation/devicetree/bindings/net/snps,dwmac.yaml
··· 555 555 snps,reset-delays-us: ["snps,reset-gpio"] 556 556 557 557 allOf: 558 - - $ref: "ethernet-controller.yaml#" 558 + - $ref: ethernet-controller.yaml# 559 559 - if: 560 560 properties: 561 561 compatible:
+4 -4
Documentation/devicetree/bindings/net/stm32-dwmac.yaml
··· 2 2 # Copyright 2019 BayLibre, SAS 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/net/stm32-dwmac.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/net/stm32-dwmac.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: STMicroelectronics STM32 / MCU DWMAC glue layer controller 9 9 ··· 26 26 - compatible 27 27 28 28 allOf: 29 - - $ref: "snps,dwmac.yaml#" 29 + - $ref: snps,dwmac.yaml# 30 30 31 31 properties: 32 32 compatible: ··· 73 73 - ptp_ref 74 74 75 75 st,syscon: 76 - $ref: "/schemas/types.yaml#/definitions/phandle-array" 76 + $ref: /schemas/types.yaml#/definitions/phandle-array 77 77 items: 78 78 - items: 79 79 - description: phandle to the syscon node which encompases the glue register
+5 -5
Documentation/devicetree/bindings/net/ti,cpsw-switch.yaml
··· 62 62 63 63 interrupt-names: 64 64 items: 65 - - const: "rx_thresh" 66 - - const: "rx" 67 - - const: "tx" 68 - - const: "misc" 65 + - const: rx_thresh 66 + - const: rx 67 + - const: tx 68 + - const: misc 69 69 70 70 pinctrl-names: true 71 71 ··· 154 154 type: object 155 155 description: 156 156 CPSW MDIO bus. 157 - $ref: "ti,davinci-mdio.yaml#" 157 + $ref: ti,davinci-mdio.yaml# 158 158 159 159 160 160 required:
+1 -1
Documentation/devicetree/bindings/net/ti,davinci-mdio.yaml
··· 13 13 TI SoC Davinci/Keystone2 MDIO Controller 14 14 15 15 allOf: 16 - - $ref: "mdio.yaml#" 16 + - $ref: mdio.yaml# 17 17 18 18 properties: 19 19 compatible:
+3 -3
Documentation/devicetree/bindings/net/ti,dp83822.yaml
··· 2 2 # Copyright (C) 2020 Texas Instruments Incorporated 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/net/ti,dp83822.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/net/ti,dp83822.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: TI DP83822 ethernet PHY 9 9 ··· 21 21 http://www.ti.com/lit/ds/symlink/dp83822i.pdf 22 22 23 23 allOf: 24 - - $ref: "ethernet-phy.yaml#" 24 + - $ref: ethernet-phy.yaml# 25 25 26 26 properties: 27 27 reg:
+3 -3
Documentation/devicetree/bindings/net/ti,dp83867.yaml
··· 2 2 # Copyright (C) 2019 Texas Instruments Incorporated 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/net/ti,dp83867.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/net/ti,dp83867.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: TI DP83867 ethernet PHY 9 9 10 10 allOf: 11 - - $ref: "ethernet-controller.yaml#" 11 + - $ref: ethernet-controller.yaml# 12 12 13 13 maintainers: 14 14 - Andrew Davis <afd@ti.com>
+3 -3
Documentation/devicetree/bindings/net/ti,dp83869.yaml
··· 2 2 # Copyright (C) 2019 Texas Instruments Incorporated 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/net/ti,dp83869.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/net/ti,dp83869.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: TI DP83869 ethernet PHY 9 9 10 10 allOf: 11 - - $ref: "ethernet-phy.yaml#" 11 + - $ref: ethernet-phy.yaml# 12 12 13 13 maintainers: 14 14 - Andrew Davis <afd@ti.com>
+2 -2
Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/net/toshiba,visconti-dwmac.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/net/toshiba,visconti-dwmac.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Toshiba Visconti DWMAC Ethernet controller 8 8
+2 -2
Documentation/devicetree/bindings/net/vertexcom-mse102x.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/net/vertexcom-mse102x.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/net/vertexcom-mse102x.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: The Vertexcom MSE102x (SPI) 8 8