diff options
author | shanlong.li <shanlong.li@starfivetech.com> | 2023-07-18 05:22:17 +0300 |
---|---|---|
committer | shanlong.li <shanlong.li@starfivetech.com> | 2023-07-18 05:22:17 +0300 |
commit | e971283fa99e63252435372df50fea76175b4e97 (patch) | |
tree | 057e976262d0bc245b5c73cfb68794ba50fd3a57 /arch | |
parent | 0810df6ea70a2723ba900cfae52d6db986bd26a6 (diff) | |
download | linux-e971283fa99e63252435372df50fea76175b4e97.tar.xz |
dts:mailbox: update mailbox test dts
update mailbox test dts
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/riscv/boot/dts/starfive/jh7110.dtsi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi index d7d7b2323d5f..2dc0a5de3bb0 100755 --- a/arch/riscv/boot/dts/starfive/jh7110.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi @@ -228,6 +228,13 @@ }; }; + mailbox_client0: mailbox_client { + compatible = "starfive,mailbox-test"; + mbox-names = "rx", "tx"; + mboxes = <&mailbox_contrl0 0 1>,<&mailbox_contrl0 1 0>; + status = "disabled"; + }; + soc: soc { compatible = "simple-bus"; interrupt-parent = <&plic>; @@ -1623,12 +1630,6 @@ status = "disabled"; }; - mailbox_client0: mailbox_client@0 { - compatible = "starfive,mailbox-test"; - mbox-names = "rx", "tx"; - mboxes = <&mailbox_contrl0 0 1>,<&mailbox_contrl0 1 0>; - status = "disabled"; - }; display: display-subsystem { compatible = "starfive,jh7110-display","verisilicon,display-subsystem"; |