88862247ce
While "ok" is recognized, the proper status value for an operational
device is "okay".
Fixes: eb38b9529a
("of: overlay: unittest: Add test for unresolved symbol")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/923f4f605b86f23d001c6efc9c2237ab449d447d.1698228277.git.geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
&this_label_does_not_exist {
|
|
status = "okay";
|
|
};
|