diff options
author | Simon Glass | 2021-03-15 17:25:31 +1300 |
---|---|---|
committer | Simon Glass | 2021-03-26 17:03:08 +1300 |
commit | 3a825d3fa7122a92020b9a85a8bad0b27d55e6a7 (patch) | |
tree | b2ca16645b6bee4f95590de93e39e055932b5164 /arch/sandbox | |
parent | 728d04cc72855e23f6a9116e68911dcac5be4693 (diff) |
Revert "sandbox: Disable I2C emulators in SPL"
With recent changes this can be supported again. Add it back.
This reverts commit d85f2c4f2970d0ec2f5f075de734afd11200d153.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-rw-r--r-- | arch/sandbox/dts/sandbox.dtsi | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/sandbox/dts/sandbox.dtsi b/arch/sandbox/dts/sandbox.dtsi index 5bf84451c99..69d7d3019ee 100644 --- a/arch/sandbox/dts/sandbox.dtsi +++ b/arch/sandbox/dts/sandbox.dtsi @@ -264,14 +264,10 @@ stringarray = "pre-proper"; }; - test-bus { - compatible = "simple-bus"; + spl-test7 { u-boot,dm-spl; - spl-test7 { - u-boot,dm-spl; - compatible = "sandbox,spl-test"; - stringarray = "spl"; - }; + compatible = "sandbox,spl-test"; + stringarray = "spl"; }; square { |