mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user