summaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorRamon Fried <[email protected]>2018-07-02 02:57:59 +0300
committerTom Rini <[email protected]>2018-07-19 16:31:38 -0400
commit7fd7e2cf339ea2ec570f6dae1cdfaf8e066eb4af (patch)
tree5d8dd398705c2d3055fc388068eb3988ba9db247 /arch/sandbox
parent6621bedb9642690fb072e3663ce5339aee533d27 (diff)
drivers: smem: sandbox
Add Sandbox driver for SMEM. mostly stub operations. Signed-off-by: Ramon Fried <[email protected]> Reviewed-by: Simon Glass <[email protected]>
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 5752bf547e6..01e6bc03670 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -382,6 +382,10 @@
remoteproc-name = "remoteproc-test-dev2";
};
+ smem@0 {
+ compatible = "sandbox,smem";
+ };
+
spi@0 {
#address-cells = <1>;
#size-cells = <0>;