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

docs: dt: fix several broken references due to renames

Several DT references got broken due to txt->yaml conversion.

Those are auto-fixed by running:

scripts/documentation-file-ref-check --fix

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Dan Murphy <dmurphy@ti.com>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Rob Herring
54b3719d 3104abd1

+23 -23
+1 -1
Documentation/devicetree/bindings/arm/arm,scmi.txt
··· 102 102 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt 103 103 [2] Documentation/devicetree/bindings/power/power-domain.yaml 104 104 [3] Documentation/devicetree/bindings/thermal/thermal.txt 105 - [4] Documentation/devicetree/bindings/sram/sram.txt 105 + [4] Documentation/devicetree/bindings/sram/sram.yaml 106 106 [5] Documentation/devicetree/bindings/reset/reset.txt 107 107 108 108 Example:
+1 -1
Documentation/devicetree/bindings/arm/arm,scpi.txt
··· 109 109 [0] http://infocenter.arm.com/help/topic/com.arm.doc.dui0922b/index.html 110 110 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt 111 111 [2] Documentation/devicetree/bindings/thermal/thermal.txt 112 - [3] Documentation/devicetree/bindings/sram/sram.txt 112 + [3] Documentation/devicetree/bindings/sram/sram.yaml 113 113 [4] Documentation/devicetree/bindings/power/power-domain.yaml 114 114 115 115 Example:
+1 -1
Documentation/devicetree/bindings/arm/bcm/brcm,bcm63138.txt
··· 62 62 63 63 Syscon reboot node: 64 64 65 - See Documentation/devicetree/bindings/power/reset/syscon-reboot.txt for the 65 + See Documentation/devicetree/bindings/power/reset/syscon-reboot.yaml for the 66 66 detailed list of properties, the two values defined below are specific to the 67 67 BCM6328-style timer: 68 68
+1 -1
Documentation/devicetree/bindings/arm/hisilicon/hi3519-sysctrl.txt
··· 1 1 * Hisilicon Hi3519 System Controller Block 2 2 3 3 This bindings use the following binding: 4 - Documentation/devicetree/bindings/mfd/syscon.txt 4 + Documentation/devicetree/bindings/mfd/syscon.yaml 5 5 6 6 Required properties: 7 7 - compatible: "hisilicon,hi3519-sysctrl".
+1 -1
Documentation/devicetree/bindings/arm/msm/qcom,idle-state.txt
··· 81 81 }; 82 82 }; 83 83 84 - [1]. Documentation/devicetree/bindings/arm/idle-states.txt 84 + [1]. Documentation/devicetree/bindings/arm/idle-states.yaml
+1 -1
Documentation/devicetree/bindings/arm/omap/mpu.txt
··· 17 17 - pm-sram: Phandles to ocmcram nodes to be used for power management. 18 18 First should be type 'protect-exec' for the driver to use to copy 19 19 and run PM functions, second should be regular pool to be used for 20 - data region for code. See Documentation/devicetree/bindings/sram/sram.txt 20 + data region for code. See Documentation/devicetree/bindings/sram/sram.yaml 21 21 for more details. 22 22 23 23 Examples:
+1 -1
Documentation/devicetree/bindings/arm/psci.yaml
··· 100 100 bindings in [1]) must specify this property. 101 101 102 102 [1] Kernel documentation - ARM idle states bindings 103 - Documentation/devicetree/bindings/arm/idle-states.txt 103 + Documentation/devicetree/bindings/arm/idle-states.yaml 104 104 105 105 "#power-domain-cells": 106 106 description:
+1 -1
Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml
··· 42 42 be part of GCC and hence the TSENS properties can also be part 43 43 of the GCC/clock-controller node. 44 44 For more details on the TSENS properties please refer 45 - Documentation/devicetree/bindings/thermal/qcom-tsens.txt 45 + Documentation/devicetree/bindings/thermal/qcom-tsens.yaml 46 46 47 47 nvmem-cell-names: 48 48 minItems: 1
+1 -1
Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt
··· 37 37 supports a single port with a single endpoint. 38 38 39 39 - See also Documentation/devicetree/bindings/display/tilcdc/panel.txt and 40 - Documentation/devicetree/bindings/display/tilcdc/tfp410.txt for connecting 40 + Documentation/devicetree/bindings/display/bridge/ti,tfp410.txt for connecting 41 41 tfp410 DVI encoder or lcd panel to lcdc 42 42 43 43 [1] There is an errata about AM335x color wiring. For 16-bit color mode
+1 -1
Documentation/devicetree/bindings/leds/common.yaml
··· 85 85 # LED will act as a back-light, controlled by the framebuffer system 86 86 - backlight 87 87 # LED will turn on (but for leds-gpio see "default-state" property in 88 - # Documentation/devicetree/bindings/leds/leds-gpio.txt) 88 + # Documentation/devicetree/bindings/leds/leds-gpio.yaml) 89 89 - default-on 90 90 # LED "double" flashes at a load average based rate 91 91 - heartbeat
+1 -1
Documentation/devicetree/bindings/leds/register-bit-led.txt
··· 5 5 single LED. The register bit LEDs appear as children to the 6 6 syscon device, with the proper compatible string. For the 7 7 syscon bindings see: 8 - Documentation/devicetree/bindings/mfd/syscon.txt 8 + Documentation/devicetree/bindings/mfd/syscon.yaml 9 9 10 10 Each LED is represented as a sub-node of the syscon device. Each 11 11 node's name represents the name of the corresponding LED.
+1 -1
Documentation/devicetree/bindings/memory-controllers/ti/emif.txt
··· 32 32 - sram : Phandles for generic sram driver nodes, 33 33 first should be type 'protect-exec' for the driver to use to copy 34 34 and run PM functions, second should be regular pool to be used for 35 - data region for code. See Documentation/devicetree/bindings/sram/sram.txt 35 + data region for code. See Documentation/devicetree/bindings/sram/sram.yaml 36 36 for more details. 37 37 38 38 Optional properties:
+1 -1
Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
··· 26 26 Documentation/devicetree/bindings/iommu/iommu.txt. 27 27 28 28 For arm-smmu binding, see: 29 - Documentation/devicetree/bindings/iommu/arm,smmu.txt. 29 + Documentation/devicetree/bindings/iommu/arm,smmu.yaml. 30 30 31 31 Required properties: 32 32
+1 -1
Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml
··· 17 17 "aspeed,ast2400-scu", "syscon", "simple-mfd" 18 18 19 19 Refer to the the bindings described in 20 - Documentation/devicetree/bindings/mfd/syscon.txt 20 + Documentation/devicetree/bindings/mfd/syscon.yaml 21 21 22 22 properties: 23 23 compatible:
+1 -1
Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml
··· 18 18 "aspeed,g5-scu", "syscon", "simple-mfd" 19 19 20 20 Refer to the the bindings described in 21 - Documentation/devicetree/bindings/mfd/syscon.txt 21 + Documentation/devicetree/bindings/mfd/syscon.yaml 22 22 23 23 properties: 24 24 compatible:
+1 -1
Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml
··· 17 17 "aspeed,ast2600-scu", "syscon", "simple-mfd" 18 18 19 19 Refer to the the bindings described in 20 - Documentation/devicetree/bindings/mfd/syscon.txt 20 + Documentation/devicetree/bindings/mfd/syscon.yaml 21 21 22 22 properties: 23 23 compatible:
+1 -1
Documentation/devicetree/bindings/power/amlogic,meson-ee-pwrc.yaml
··· 18 18 "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon" 19 19 20 20 Refer to the the bindings described in 21 - Documentation/devicetree/bindings/mfd/syscon.txt 21 + Documentation/devicetree/bindings/mfd/syscon.yaml 22 22 23 23 properties: 24 24 compatible:
+1 -1
Documentation/devicetree/bindings/reset/st,stm32mp1-rcc.txt
··· 3 3 4 4 The RCC IP is both a reset and a clock controller. 5 5 6 - Please see Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.txt 6 + Please see Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml
+1 -1
Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml
··· 17 17 "brcm,bcm2711-avs-monitor", "syscon", "simple-mfd" 18 18 19 19 Refer to the the bindings described in 20 - Documentation/devicetree/bindings/mfd/syscon.txt 20 + Documentation/devicetree/bindings/mfd/syscon.yaml 21 21 22 22 properties: 23 23 compatible:
+4 -4
MAINTAINERS
··· 4016 4016 S: Maintained 4017 4017 R: Enric Balletbo i Serra <enric.balletbo@collabora.com> 4018 4018 R: Guenter Roeck <groeck@chromium.org> 4019 - F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.txt 4019 + F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml 4020 4020 F: sound/soc/codecs/cros_ec_codec.* 4021 4021 4022 4022 CIRRUS LOGIC AUDIO CODEC DRIVERS ··· 5667 5667 T: git git://anongit.freedesktop.org/drm/drm-misc 5668 5668 S: Maintained 5669 5669 F: drivers/gpu/drm/stm 5670 - F: Documentation/devicetree/bindings/display/st,stm32-ltdc.txt 5670 + F: Documentation/devicetree/bindings/display/st,stm32-ltdc.yaml 5671 5671 5672 5672 DRM DRIVERS FOR TI LCDC 5673 5673 M: Jyri Sarha <jsarha@ti.com> ··· 10163 10163 M: Andreas Klinger <ak@it-klinger.de> 10164 10164 L: linux-iio@vger.kernel.org 10165 10165 S: Maintained 10166 - F: Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.txt 10166 + F: Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml 10167 10167 F: drivers/iio/proximity/mb1232.c 10168 10168 10169 10169 MAXIM MAX77650 PMIC MFD DRIVER ··· 10466 10466 L: linux-media@vger.kernel.org 10467 10467 T: git git://linuxtv.org/media_tree.git 10468 10468 S: Supported 10469 - F: Documentation/devicetree/bindings/media/st,stm32-dcmi.txt 10469 + F: Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml 10470 10470 F: drivers/media/platform/stm32/stm32-dcmi.c 10471 10471 10472 10472 MEDIA DRIVERS FOR NVIDIA TEGRA - VDE