diff options
author | Sean Anderson <seanga2@gmail.com> | 2020-09-14 11:02:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-08 11:42:36 -0400 |
commit | 3e41c7b253bc28278c3b3b6f49dfa4387290f5c4 (patch) | |
tree | fa97e1937515728a91e9db4739a49970c3aded87 /arch/sandbox/dts | |
parent | aaa3645e16fcc164913af20ccb36a1ec77322008 (diff) | |
download | u-boot-3e41c7b253bc28278c3b3b6f49dfa4387290f5c4.tar.gz u-boot-3e41c7b253bc28278c3b3b6f49dfa4387290f5c4.tar.xz u-boot-3e41c7b253bc28278c3b3b6f49dfa4387290f5c4.zip |
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/dts')
-rw-r--r-- | arch/sandbox/dts/test.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 6ea1073c47..c7d1376911 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"; }; }; |