aboutsummaryrefslogtreecommitdiff
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-25 14:46:57 -0600
commit21e3c219aea21467766420f9d1941d12e48259bd (patch)
tree888a26535e137b56dd0e14ccfffaed4532843866 /arch/sandbox
parent6d3b82df832908675fe4cf4c829779f3abc34999 (diff)
downloadu-boot-21e3c219aea21467766420f9d1941d12e48259bd.zip
u-boot-21e3c219aea21467766420f9d1941d12e48259bd.tar.gz
u-boot-21e3c219aea21467766420f9d1941d12e48259bd.tar.bz2
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 3744a46..2ae4239 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>;