diff options
| author | Tom Rini <[email protected]> | 2018-08-11 19:49:29 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-08-11 19:49:29 -0400 |
| commit | 8fee226da36f799e69041b2ab381064693199c7f (patch) | |
| tree | 8cf69d8d3cd8cca633c24b0f100c96e1fbd048f4 /arch | |
| parent | 282ce6454c45409805e2c470bbec170d21a4bd35 (diff) | |
| parent | 7e86242b2bdb2983423a3a1f3ec375df56c7cac8 (diff) | |
Merge branch '[email protected]' of git://git.denx.de/u-boot-staging
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/sandbox/dts/test.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 4483134d6c8..118ff9f6855 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -286,6 +286,10 @@ mbox-names = "other", "test"; }; + misc-test { + compatible = "sandbox,misc_sandbox"; + }; + mmc2 { compatible = "sandbox,mmc"; }; |
