mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 10:52:13 +01:00
Add a testcase to ensure that scan_and_prop_bootph() actually propagates bootph-* properties to supernodes. Signed-off-by: Moteen Shah <m-shah@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
22 lines
220 B
Plaintext
22 lines
220 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
/ {
|
|
dummy-parent {
|
|
subnode-1 {
|
|
subnode-2 {
|
|
bootph-all;
|
|
};
|
|
subnode-3 {
|
|
bootph-some-ram;
|
|
subnode-4 {
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
binman: binman {
|
|
};
|
|
};
|
|
|