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

dt-bindings: ti: fix TISCI protocol URL link

The http://processors.wiki.ti.com EOL in january 2021

Fix the old URL with the new one.

Signed-off-by: Richard Genoud <richard.genoud@bootlin.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240618150933.1824185-2-richard.genoud@bootlin.com
Signed-off-by: Nishanth Menon <nm@ti.com>

authored by

Richard Genoud and committed by
Nishanth Menon
9040d64f d77b1bef

+4 -4
+1 -1
Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
··· 20 20 initialized early into boot process and provides services to Operating Systems 21 21 on multiple processors including ones running Linux. 22 22 23 - See http://processors.wiki.ti.com/index.php/TISCI for protocol definition. 23 + See https://software-dl.ti.com/tisci/esd/latest/index.html for protocol definition. 24 24 25 25 The TI-SCI node describes the Texas Instrument's System Controller entity node. 26 26 This parent node may optionally have additional children nodes which describe
+1 -1
Documentation/devicetree/bindings/clock/ti,sci-clk.yaml
··· 36 36 37 37 The second cell should contain the clock ID. 38 38 39 - Please see http://processors.wiki.ti.com/index.php/TISCI for 39 + Please see https://software-dl.ti.com/tisci/esd/latest/index.html for 40 40 protocol documentation for the values to be used for different devices. 41 41 42 42 additionalProperties: false
+1 -1
Documentation/devicetree/bindings/reset/ti,sci-reset.yaml
··· 37 37 The second cell should contain the reset mask corresponding to the device 38 38 used by system controller. 39 39 40 - Please see http://processors.wiki.ti.com/index.php/TISCI for 40 + Please see https://software-dl.ti.com/tisci/esd/latest/index.html for 41 41 protocol documentation for the values to be used for different devices. 42 42 43 43
+1 -1
Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml
··· 40 40 TI_SCI_PD_SHARED - Allows the device to be shared by multiple hosts. 41 41 Please refer to dt-bindings/soc/ti,sci_pm_domain.h for the definitions. 42 42 43 - Please see http://processors.wiki.ti.com/index.php/TISCI for 43 + Please see https://software-dl.ti.com/tisci/esd/latest/index.html for 44 44 protocol documentation for the values to be used for different devices. 45 45 46 46 additionalProperties: false