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> Reduce subject below 60-char limit: Signed-off-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 {
|
|
};
|
|
};
|
|
|