ARM: dts: rockchip: rv1103g-battery-ipc-v10: enable tb-service for synchronization between A&B

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: If463bd8356abd4986a60e6b8bd9d0c3a01352c66
This commit is contained in:
Ziyuan Xu
2022-07-28 11:08:01 +08:00
committed by Tao Huang
parent e82db3b644
commit 4cfa4f8150
2 changed files with 17 additions and 1 deletions

View File

@@ -149,10 +149,11 @@
};
&i2c4 {
status = "okay";
rockchip,amp-shared;
clock-frequency = <400000>;
pinctrl-names = "default";
pinctrl-0 = <&i2c4m2_xfer>;
status = "okay";
sc230ai: sc230ai@30 {
compatible = "smartsens,sc230ai";
@@ -181,6 +182,10 @@
status = "okay";
};
&mailbox {
status = "okay";
};
&memory {
reg = <0x00000000 0x04000000>;
};
@@ -308,3 +313,7 @@
spi-tx-bus-width = <1>;
};
};
&thunder_boot_serivce {
status = "okay";
};

View File

@@ -68,6 +68,13 @@
"i2c", "pclk", "xvclk";
status = "okay";
};
thunder_boot_serivce: thunder-boot-service {
compatible = "rockchip,thunder-boot-service";
mbox-names = "amp-rx";
mboxes = <&mailbox 1>;
status = "disabled";
};
};
&hw_decompress {