From dee0d45ab4c357290de4bad73fef5f1128101fd3 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Fri, 19 Aug 2022 11:56:36 -0600 Subject: [PATCH] Documentation: Move devicetree documentation Move devicetree.md from acpi/ to getting_started/. The devicetree has nothing to do with ACPI and getting_started has the most similar information about coreboot. Change-Id: I873b293f036a9e3bcdc98135386f9158c645513c Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/c/coreboot/+/66916 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- Documentation/acpi/index.md | 4 ---- Documentation/{acpi => getting_started}/devicetree.md | 0 Documentation/getting_started/index.md | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) rename Documentation/{acpi => getting_started}/devicetree.md (100%) diff --git a/Documentation/acpi/index.md b/Documentation/acpi/index.md index 2f65e29968..20e831993f 100644 --- a/Documentation/acpi/index.md +++ b/Documentation/acpi/index.md @@ -10,7 +10,3 @@ upwards. ## GPIO - [GPIO toggling in ACPI AML](gpio.md) - -## devicetree - -- [Adding devices to a device tree](devicetree.md) diff --git a/Documentation/acpi/devicetree.md b/Documentation/getting_started/devicetree.md similarity index 100% rename from Documentation/acpi/devicetree.md rename to Documentation/getting_started/devicetree.md diff --git a/Documentation/getting_started/index.md b/Documentation/getting_started/index.md index cbdf606f47..becb6afa72 100644 --- a/Documentation/getting_started/index.md +++ b/Documentation/getting_started/index.md @@ -6,3 +6,4 @@ * [Kconfig](kconfig.md) * [Writing Documentation](writing_documentation.md) * [Setting up GPIOs](gpio.md) +* [Adding devices to a device tree](devicetree.md)