summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMarc Jones <marc@marcjonesconsulting.com>2022-08-19 11:56:36 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-09-01 23:20:11 +0000
commitdee0d45ab4c357290de4bad73fef5f1128101fd3 (patch)
treec9572681561a71c3f90083f48dba196f91e4e7b8 /Documentation
parent596aed268ea56853c95f34e3e252bdda81155d99 (diff)
downloadcoreboot-dee0d45ab4c357290de4bad73fef5f1128101fd3.tar.gz
coreboot-dee0d45ab4c357290de4bad73fef5f1128101fd3.tar.bz2
coreboot-dee0d45ab4c357290de4bad73fef5f1128101fd3.zip
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 <marc@marcjonesconsulting.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66916 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/acpi/index.md4
-rw-r--r--Documentation/getting_started/devicetree.md (renamed from Documentation/acpi/devicetree.md)0
-rw-r--r--Documentation/getting_started/index.md1
3 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/acpi/index.md b/Documentation/acpi/index.md
index 2f65e299683a..20e831993f56 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
index 41f590199944..41f590199944 100644
--- a/Documentation/acpi/devicetree.md
+++ b/Documentation/getting_started/devicetree.md
diff --git a/Documentation/getting_started/index.md b/Documentation/getting_started/index.md
index cbdf606f47af..becb6afa7203 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)