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: iio: drop unneeded quotes

Cleanup by removing unneeded quotes from refs and redundant blank lines.
No functional impact except adjusting to preferred coding style.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Dmitry Rokosov <ddrokosov@sberdevices.ru> # memsensing
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> # sama5d2-adc
Reviewed-by: Puranjay Mohan <puranjay12@gmail.com> # tmp117
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com> # ad7292
Link: https://lore.kernel.org/r/20230124081037.31013-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
34d1e754 354f23ac

+29 -30
+2 -3
Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 - 3 2 %YAML 1.2 4 3 --- 5 - $id: "http://devicetree.org/schemas/iio/accel/memsensing,msa311.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/iio/accel/memsensing,msa311.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 6 8 7 title: MEMSensing digital 3-Axis accelerometer 9 8
+1 -1
Documentation/devicetree/bindings/iio/adc/adi,ad7124.yaml
··· 61 61 62 62 patternProperties: 63 63 "^channel@([0-9]|1[0-5])$": 64 - $ref: "adc.yaml" 64 + $ref: adc.yaml 65 65 type: object 66 66 description: | 67 67 Represents the external channels which are connected to the ADC.
+1 -1
Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
··· 43 43 44 44 patternProperties: 45 45 "^channel@[0-7]$": 46 - $ref: "adc.yaml" 46 + $ref: adc.yaml 47 47 type: object 48 48 description: | 49 49 Represents the external channels which are connected to the ADC.
+1 -1
Documentation/devicetree/bindings/iio/adc/atmel,sama5d2-adc.yaml
··· 41 41 description: Startup time expressed in ms, it depends on SoC. 42 42 43 43 atmel,trigger-edge-type: 44 - $ref: '/schemas/types.yaml#/definitions/uint32' 44 + $ref: /schemas/types.yaml#/definitions/uint32 45 45 description: 46 46 One of possible edge types for the ADTRG hardware trigger pin. 47 47 When the specific edge type is detected, the conversion will
+2 -2
Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/iio/adc/avia-hx711.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/iio/adc/avia-hx711.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: AVIA HX711 ADC chip for weight cells 8 8
+2 -2
Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml
··· 2 2 # Copyright 2019-2020 Artur Rojek 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/iio/adc/ingenic,adc.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/iio/adc/ingenic,adc.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Ingenic JZ47xx ADC controller IIO 9 9
+2 -2
Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml
··· 2 2 # Copyright 2019 Marcus Folkesson <marcus.folkesson@gmail.com> 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/iio/adc/microchip,mcp3911.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/iio/adc/microchip,mcp3911.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Microchip MCP3911 Dual channel analog front end (ADC) 9 9
+1 -1
Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
··· 69 69 70 70 patternProperties: 71 71 "^channel@[0-7]$": 72 - $ref: "adc.yaml" 72 + $ref: adc.yaml 73 73 type: object 74 74 description: | 75 75 Represents the external channels which are connected to the ADC.
+1 -1
Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
··· 52 52 vdd-supply: true 53 53 54 54 samsung,syscon-phandle: 55 - $ref: '/schemas/types.yaml#/definitions/phandle' 55 + $ref: /schemas/types.yaml#/definitions/phandle 56 56 description: 57 57 Phandle to the PMU system controller node (to access the ADC_PHY 58 58 register on Exynos3250/4x12/5250/5420/5800).
+4 -4
Documentation/devicetree/bindings/iio/adc/st,stm32-adc.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/iio/adc/st,stm32-adc.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/iio/adc/st,stm32-adc.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: STMicroelectronics STM32 ADC 8 8 ··· 80 80 description: 81 81 Phandle to system configuration controller. It can be used to control the 82 82 analog circuitry on stm32mp1. 83 - $ref: "/schemas/types.yaml#/definitions/phandle-array" 83 + $ref: /schemas/types.yaml#/definitions/phandle-array 84 84 85 85 interrupt-controller: true 86 86 ··· 341 341 patternProperties: 342 342 "^channel@([0-9]|1[0-9])$": 343 343 type: object 344 - $ref: "adc.yaml" 344 + $ref: adc.yaml 345 345 description: Represents the external channels which are connected to the ADC. 346 346 347 347 properties:
+1 -1
Documentation/devicetree/bindings/iio/adc/ti,ads131e08.yaml
··· 77 77 78 78 patternProperties: 79 79 "^channel@([0-7])$": 80 - $ref: "adc.yaml" 80 + $ref: adc.yaml 81 81 type: object 82 82 description: | 83 83 Represents the external channels which are connected to the ADC.
+1 -1
Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml
··· 41 41 42 42 patternProperties: 43 43 "^channel@[0-7]$": 44 - $ref: "adc.yaml" 44 + $ref: adc.yaml 45 45 type: object 46 46 47 47 properties:
+2 -2
Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml
··· 2 2 # Copyright 2019 Marcus Folkesson <marcus.folkesson@gmail.com> 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/iio/dac/lltc,ltc1660.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/iio/dac/lltc,ltc1660.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Linear Technology Micropower octal 8-Bit and 10-Bit DACs 9 9
+2 -2
Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.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/iio/dac/lltc,ltc2632.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/iio/dac/lltc,ltc2632.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Linear Technology LTC263x 12-/10-/8-Bit Rail-to-Rail DAC 8 8
+2 -2
Documentation/devicetree/bindings/iio/dac/st,stm32-dac.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/iio/dac/st,stm32-dac.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/iio/dac/st,stm32-dac.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: STMicroelectronics STM32 DAC 8 8
+1 -1
Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml
··· 63 63 description: if defined provides VDD IO power to the sensor. 64 64 65 65 st,drdy-int-pin: 66 - $ref: '/schemas/types.yaml#/definitions/uint32' 66 + $ref: /schemas/types.yaml#/definitions/uint32 67 67 description: | 68 68 The pin on the package that will be used to signal data ready 69 69 enum:
+3 -3
Documentation/devicetree/bindings/iio/temperature/ti,tmp117.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/iio/temperature/ti,tmp117.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/iio/temperature/ti,tmp117.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: "TI TMP117 - Digital temperature sensor with integrated NV memory" 7 + title: TI TMP117 - Digital temperature sensor with integrated NV memory 8 8 9 9 description: | 10 10 TI TMP117 - Digital temperature sensor with integrated NV memory that supports