summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungbin Lee <seungbin.lee@samsung.com>2021-02-09 14:42:24 +0900
committerFlorian Muller <mullerf@google.com>2021-03-03 00:57:49 +0000
commit7aab7acc3c70c419a4c352568137657dac0e9e79 (patch)
treed5be402c17596a19eec0045d6171c39d5b5220e9
parent136ede0868842f64ae1f7dbb9e70af574ed62c8d (diff)
downloaddevicetree-7aab7acc3c70c419a4c352568137657dac0e9e79.tar.gz
[9110] common: dts: enable offload
Signed-off-by: Seungbin Lee <seungbin.lee@samsung.com> Change-Id: I04dfd8df0d1692897bd4ad594a23084365d00a1d
-rw-r--r--r11_common.dtsi13
1 files changed, 1 insertions, 12 deletions
diff --git a/r11_common.dtsi b/r11_common.dtsi
index 936e599..61ad7b5 100644
--- a/r11_common.dtsi
+++ b/r11_common.dtsi
@@ -19,23 +19,12 @@
/* Enable vss again */
#address-cells = <2>;
#size-cells = <1>;
- samsung,abox-bootargs = "init=ab0x vss=1";
+ samsung,abox-bootargs = "init=ab0x vss=1 offload=1";
abox_vss@0 {
compatible = "samsung,abox-vss";
magic_offset = <0x300000>;
reg = <0x0 0x0 0x0>;
};
- // Disable external firmware: we don't have binaries for them.
- // According to the SOC provider, abox should work without them.
- ext_bin@0 {
- status = "disabled";
- };
- ext_bin@1 {
- status = "disabled";
- };
- ext_bin@2 {
- status = "disabled";
- };
};
&serial_0 {