diff options
author | Rob Herring <robh@kernel.org> | 2019-07-27 02:36:52 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-07-27 02:41:41 +0300 |
commit | e1ff7390f58e609aa113a2452a953f669abce6cc (patch) | |
tree | 9ab6124fe196fdd8009fde16a92e4eaaa42aba1a /Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | |
parent | ce842e73bccfc61e851c68e155d6365456a4cc16 (diff) | |
download | linux-e1ff7390f58e609aa113a2452a953f669abce6cc.tar.xz |
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 'Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml index d4084c149768..3fb0714e761e 100644 --- a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml +++ b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 %YAML 1.2 --- -$id: http://devicetree.org/schemas/net/allwinner,sun8i-a83t-gmac.yaml# +$id: http://devicetree.org/schemas/net/allwinner,sun8i-a83t-emac.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Allwinner A83t EMAC Device Tree Bindings |