Skip to content

Commit dcca7a9

Browse files
krzkSantoshShilimkar
authored andcommitted
Add missing '#' to fix schema errors:
$id: 'http://devicetree.org/schemas/soc/ti/ti,pruss.yaml' does not match 'http://devicetree.org/schemas/.*\\.yaml#' $schema: 'http://devicetree.org/meta-schemas/core.yaml' is not one of ['http://devicetree.org/meta-schemas/core.yaml#', 'http://devicetree.org/meta-schemas/base.yaml#'] Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml: ignoring, error in schema: $id Fixes: bd691ce ("dt-bindings: soc: ti: Add TI PRUSS bindings") Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
1 parent 74e0e43 commit dcca7a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: http://devicetree.org/schemas/soc/ti/ti,pruss.yaml
5-
$schema: http://devicetree.org/meta-schemas/core.yaml
4+
$id: http://devicetree.org/schemas/soc/ti/ti,pruss.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: |+
88
TI Programmable Real-Time Unit and Industrial Communication Subsystem

0 commit comments

Comments
 (0)