diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-07 07:06:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-07 07:06:03 -0400 |
commit | e597e5b6bca03dfbcd1d78c98ada335fd940e6ea (patch) | |
tree | 761d334c9c466bbcbf92488743a22e9b999b8d5f /arch | |
parent | ace0d2ef2bc1e55aa3b90dd2882f9a474a09d0a6 (diff) | |
parent | 3b83829ed63fabe460592395571c1d8fd9b861c8 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
- DWC and i.MX6 fixes
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sandbox/dts/test.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 8b2d6451c6..c328258901 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -400,6 +400,18 @@ sandbox,silent; /* Don't emit sounds while testing */ }; + nop-test_0 { + compatible = "sandbox,nop_sandbox1"; + nop-test_1 { + compatible = "sandbox,nop_sandbox2"; + bind = "True"; + }; + nop-test_2 { + compatible = "sandbox,nop_sandbox2"; + bind = "False"; + }; + }; + misc-test { compatible = "sandbox,misc_sandbox"; }; |