summaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2020-07-15 23:39:58 -0500
committerSimon Glass <sjg@chromium.org>2020-07-20 11:37:47 -0600
commitfbde39f41725c5e6b85872ca6cc1c0c425c9bd0a (patch)
tree65f953797308c5460455f0e56ed1a21eea9fb1af /arch/sandbox
parent6426a26f4c314ad59d833456932312ce574e9b71 (diff)
downloadu-boot-fbde39f41725c5e6b85872ca6cc1c0c425c9bd0a.tar.gz
test: Add tests for SOC uclass
Add a sandbox SOC driver, and some tests for the SOC uclass. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'arch/sandbox')
-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 3744a46603..2ae4239721 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -521,6 +521,10 @@
};
};
+ chipid: chipid {
+ compatible = "sandbox,soc";
+ };
+
i2s: i2s {
compatible = "sandbox,i2s";
#sound-dai-cells = <1>;