Add missing '#' to fix schema errors:
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 21 Sep 2020 02:32:38 +0000 (19:32 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 21 Sep 2020 02:36:37 +0000 (19:36 -0700)
commitdcca7a97c6bfff2a7a18b928a0b9bf215cc8f4f5
treeaf73f3928f13e70809cd5997c225086706edb3ff
parent74e0e43a09cea3189c12ad6a5444d313f45664ac
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: bd691ce0ba9d ("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>
Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml