diff options
author | Costa Shulyupin <costa.shul@redhat.com> | 2023-07-25 06:38:03 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-08-18 19:03:52 +0200 |
commit | ec62a746b65363f6078fb1eefc7faffe1a4cdc38 (patch) | |
tree | f942f375b8ea431c3e7e0bf297b2e7a4685f295b /Documentation/devicetree/bindings/timer | |
parent | docs: move loongarch under arch (diff) | |
download | linux-ec62a746b65363f6078fb1eefc7faffe1a4cdc38.tar.xz linux-ec62a746b65363f6078fb1eefc7faffe1a4cdc38.zip |
docs: move mips under arch
and fix all in-tree references.
Architecture-specific documentation is being moved into Documentation/arch/
as a way of cleaning up the top-level documentation directory and making
the docs hierarchy more closely match the source hierarchy.
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230725043835.2249678-1-costa.shul@redhat.com
Diffstat (limited to 'Documentation/devicetree/bindings/timer')
-rw-r--r-- | Documentation/devicetree/bindings/timer/ingenic,tcu.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml index 2d14610888a7..585b5f5217c4 100644 --- a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml +++ b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml @@ -8,7 +8,7 @@ title: Ingenic SoCs Timer/Counter Unit (TCU) description: | For a description of the TCU hardware and drivers, have a look at - Documentation/mips/ingenic-tcu.rst. + Documentation/arch/mips/ingenic-tcu.rst. maintainers: - Paul Cercueil <paul@crapouillou.net> |