diff options
author | Simon Glass | 2019-12-06 21:41:59 -0700 |
---|---|---|
committer | Bin Meng | 2019-12-15 11:44:12 +0800 |
commit | fbb0efdd272ed0ad232bf917648e161b31226ec5 (patch) | |
tree | c67b129448dc7acf83a055861e1dfd409f76f97f /arch | |
parent | 79d66a6ac117dc4978c3ee66e342ad06411d390c (diff) |
sandbox: Add a test for IRQ
Add a simple sandbox test for this uclass.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
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 9c8c4e27090..57513a449fa 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -353,6 +353,10 @@ vss-microvolts = <0>; }; + irq { + compatible = "sandbox,irq"; + }; + lcd { u-boot,dm-pre-reloc; compatible = "sandbox,lcd-sdl"; |