diff options
-rw-r--r-- | Documentation/acpi/index.md | 4 | ||||
-rw-r--r-- | Documentation/getting_started/devicetree.md (renamed from Documentation/acpi/devicetree.md) | 0 | ||||
-rw-r--r-- | Documentation/getting_started/index.md | 1 |
3 files changed, 1 insertions, 4 deletions
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 index 41f5901999..41f5901999 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 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) |