Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dipen Patel and committed by
Thierry Reding
5dad4ecc af583852

+3 -3
+1 -1
Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/hte/hardware-timestamps-common.yaml# 4 + $id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Hardware timestamp providers
+1 -1
Documentation/devicetree/bindings/timestamp/hte-consumer.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/hte/hte-consumer.yaml# 4 + $id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: HTE Consumer Device Tree Bindings
+1 -1
Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/hte/nvidia,tegra194-hte.yaml# 4 + $id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Tegra194 on chip generic hardware timestamping engine (HTE)