summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <clamor95@gmail.com>2023-04-25 10:57:21 +0300
committerTom Rini <trini@konsulko.com>2023-05-02 14:23:58 -0400
commit8b215e10fe585907be8b6a0babad2923f6cf4da2 (patch)
tree8b49a7d57a378831964589d015f57b242a7feeb2 /arch
parent5f650fa6ad5d31ef5d8c332be0991bd730f552d4 (diff)
downloadu-boot-8b215e10fe585907be8b6a0babad2923f6cf4da2.tar.gz
u-boot-8b215e10fe585907be8b6a0babad2923f6cf4da2.tar.bz2
u-boot-8b215e10fe585907be8b6a0babad2923f6cf4da2.zip
test: Add tests for the extcon
Provide tests to the simple extcon device. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index bcdea0b8e7..453e53db71 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -1816,6 +1816,10 @@
lba_shift = <9>;
lba = <2048>;
};
+
+ extcon {
+ compatible = "sandbox,extcon";
+ };
};
#include "sandbox_pmic.dtsi"