diff options
author | Dipen Patel <dipenp@nvidia.com> | 2022-05-23 10:25:15 -0700 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-06-02 15:56:59 +0200 |
commit | 5dad4eccd2b4316a84209603a28d34c6346392bb (patch) | |
tree | 644baa72accb5a12299acf591ce311f66f8da41d /Documentation | |
parent | af583852d2efcbc76ce68ac8d65126d4b0c65067 (diff) | |
download | linux-stable-5dad4eccd2b4316a84209603a28d34c6346392bb.tar.gz linux-stable-5dad4eccd2b4316a84209603a28d34c6346392bb.tar.bz2 linux-stable-5dad4eccd2b4316a84209603a28d34c6346392bb.zip |
dt-bindings: timestamp: Correct id path
During the repository renaming from hte to timestamp, $id path was not
updated accordingly. This patch corrects $id path.
Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp")
Signed-off-by: Dipen Patel <dipenp@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml index 4c25ba248a72..fd6a7b51f571 100644 --- a/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml +++ b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/hte/hardware-timestamps-common.yaml# +$id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Hardware timestamp providers diff --git a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml index 68d764ac040a..6456515c3d26 100644 --- a/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml +++ b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/hte/hte-consumer.yaml# +$id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: HTE Consumer Device Tree Bindings diff --git a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml index 69e8402d95e5..c31e207d1652 100644 --- a/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml +++ b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/hte/nvidia,tegra194-hte.yaml# +$id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Tegra194 on chip generic hardware timestamping engine (HTE) |