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

dt-bindings: arm: Correct links to idle states definitions

The arm,idle-state DT bindings recently got converted to the json-schema,
but some links are still pointing to the old, non-existing, txt file. Let's
update the links to fix this.

Fixes: baac82fe06db ("dt-bindings: arm: Convert arm,idle-state binding to DT schema")
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Ulf Hansson and committed by
Rob Herring
8d62d9c4 50bbd62c

+1 -1
+1 -1
Documentation/devicetree/bindings/arm/cpus.yaml
··· 216 216 $ref: '/schemas/types.yaml#/definitions/phandle-array' 217 217 description: | 218 218 List of phandles to idle state nodes supported 219 - by this cpu (see ./idle-states.txt). 219 + by this cpu (see ./idle-states.yaml). 220 220 221 221 capacity-dmips-mhz: 222 222 $ref: '/schemas/types.yaml#/definitions/uint32'