commit | a17f94ca331591c273744ead2ac41794d9ab785d | [log] [tgz] |
---|---|---|
author | Dave Gerlach <d-gerlach@ti.com> | Wed Jul 15 23:39:58 2020 -0500 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:47 2020 -0600 |
tree | 65f953797308c5460455f0e56ed1a21eea9fb1af | |
parent | 27f81c8aa3af85c21fe57ea85836f70c2b6b45e2 [diff] [blame] |
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>
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>;