diff options
author | Rob Herring <robh@kernel.org> | 2019-07-27 01:36:52 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-07-27 01:41:41 +0200 |
commit | e1ff7390f58e609aa113a2452a953f669abce6cc (patch) | |
tree | 9ab6124fe196fdd8009fde16a92e4eaaa42aba1a /Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml | |
parent | dt-bindings: nvmem: SID: Fix the examples node names (diff) | |
download | linux-e1ff7390f58e609aa113a2452a953f669abce6cc.tar.xz linux-e1ff7390f58e609aa113a2452a953f669abce6cc.zip |
dt-bindings: Fix more $id value mismatches filenames
The path in the schema '$id' values are wrong. Fix them.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml b/Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml index a36a0746c056..2807225db902 100644 --- a/Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml +++ b/Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml @@ -2,7 +2,7 @@ # Copyright 2018 Linaro Ltd. %YAML 1.2 --- -$id: "http://devicetree.org/schemas/timer/intel-ixp4xx-timer.yaml#" +$id: "http://devicetree.org/schemas/timer/intel,ixp4xx-timer.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: Intel IXP4xx XScale Networking Processors Timers |