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.

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

Pull devicetree fixes from Rob Herring:

- Convert altr,uart-1.0 and altr,juart-1.0 to DT schema. These were
applied for nios2, but never sent upstream.

- Fix extra '/' in fsl,ls1028a-reset '$id' path

- Fix warnings in ti,sn65dsi83 schema due to unnecessary $ref.

* tag 'devicetree-fixes-for-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
dt-bindings: serial: Convert altr,uart-1.0 to DT schema
dt-bindings: serial: Convert altr,juart-1.0 to DT schema
dt-bindings: soc: fsl,ls1028a-reset: Drop extra "/" in $id
dt-bindings: drm/bridge: ti-sn65dsi83: drop $ref to fix lvds-vod* warnings

+45 -18
-4
Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
··· 118 118 ti,lvds-vod-swing-clock-microvolt: 119 119 description: LVDS diferential output voltage <min max> for clock 120 120 lanes in microvolts. 121 - $ref: /schemas/types.yaml#/definitions/uint32-array 122 - minItems: 2 123 121 maxItems: 2 124 122 125 123 ti,lvds-vod-swing-data-microvolt: 126 124 description: LVDS diferential output voltage <min max> for data 127 125 lanes in microvolts. 128 - $ref: /schemas/types.yaml#/definitions/uint32-array 129 - minItems: 2 130 126 maxItems: 2 131 127 132 128 allOf:
-5
Documentation/devicetree/bindings/serial/altera_jtaguart.txt
··· 1 - Altera JTAG UART 2 - 3 - Required properties: 4 - - compatible : should be "ALTR,juart-1.0" <DEPRECATED> 5 - - compatible : should be "altr,juart-1.0"
-8
Documentation/devicetree/bindings/serial/altera_uart.txt
··· 1 - Altera UART 2 - 3 - Required properties: 4 - - compatible : should be "ALTR,uart-1.0" <DEPRECATED> 5 - - compatible : should be "altr,uart-1.0" 6 - 7 - Optional properties: 8 - - clock-frequency : frequency of the clock input to the UART
+19
Documentation/devicetree/bindings/serial/altr,juart-1.0.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/serial/altr,juart-1.0.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Altera JTAG UART 8 + 9 + maintainers: 10 + - Dinh Nguyen <dinguyen@kernel.org> 11 + 12 + properties: 13 + compatible: 14 + const: altr,juart-1.0 15 + 16 + required: 17 + - compatible 18 + 19 + additionalProperties: false
+25
Documentation/devicetree/bindings/serial/altr,uart-1.0.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/serial/altr,uart-1.0.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Altera UART 8 + 9 + maintainers: 10 + - Dinh Nguyen <dinguyen@kernel.org> 11 + 12 + allOf: 13 + - $ref: /schemas/serial/serial.yaml# 14 + 15 + properties: 16 + compatible: 17 + const: altr,uart-1.0 18 + 19 + clock-frequency: 20 + description: Frequency of the clock input to the UART. 21 + 22 + required: 23 + - compatible 24 + 25 + unevaluatedProperties: false
+1 -1
Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.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//soc/fsl/fsl,ls1028a-reset.yaml# 4 + $id: http://devicetree.org/schemas/soc/fsl/fsl,ls1028a-reset.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Freescale Layerscape Reset Registers Module