From e48b5c03d2e84a5ddc5a29c17391f2019208689b Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Wed, 9 Feb 2022 00:00:00 +0900 Subject: [PATCH] Device-tree.adoc : correct model name(https://github.com/raspberrypi/documentation/issues/2405) --- documentation/asciidoc/computers/configuration/device-tree.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/configuration/device-tree.adoc b/documentation/asciidoc/computers/configuration/device-tree.adoc index 1a6dd5752..17a013ca3 100644 --- a/documentation/asciidoc/computers/configuration/device-tree.adoc +++ b/documentation/asciidoc/computers/configuration/device-tree.adoc @@ -723,7 +723,7 @@ The HAT overlay is automatically loaded by the firmware after the base DTB, so i [[part3.5]] ==== Dynamic Device Tree -As of Linux 4.4, the RPi kernels support the dynamic loading of overlays and parameters. Compatible kernels manage a stack of overlays that are applied on top of the base DTB. Changes are immediately reflected in `/proc/device-tree` and can cause modules to be loaded and platform devices to be created and destroyed. +As of Linux 4.4, Raspberry Pi kernels support the dynamic loading of overlays and parameters. Compatible kernels manage a stack of overlays that are applied on top of the base DTB. Changes are immediately reflected in `/proc/device-tree` and can cause modules to be loaded and platform devices to be created and destroyed. The use of the word "stack" above is important - overlays can only be added and removed at the top of the stack; changing something further down the stack requires that anything on top of it must first be removed.