aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-09-14 11:02:03 -0400
committerTom Rini <trini@konsulko.com>2020-10-08 11:42:36 -0400
commit3e41c7b253bc28278c3b3b6f49dfa4387290f5c4 (patch)
treefa97e1937515728a91e9db4739a49970c3aded87 /arch/sandbox
parentaaa3645e16fcc164913af20ccb36a1ec77322008 (diff)
downloadu-boot-3e41c7b253bc28278c3b3b6f49dfa4387290f5c4.zip
u-boot-3e41c7b253bc28278c3b3b6f49dfa4387290f5c4.tar.gz
u-boot-3e41c7b253bc28278c3b3b6f49dfa4387290f5c4.tar.bz2
test: dm: Test for default led naming
This modifies the existing led test to check for default led naming as added in the previous patch. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/test.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 6ea1073..c7d1376 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -559,7 +559,7 @@
default_off {
gpios = <&gpio_a 6 0>;
- label = "sandbox:default_off";
+ /* label intentionally omitted */
default-state = "off";
};
};