diff options
author | andy.hu <andy.hu@starfivetech.com> | 2023-07-20 05:48:07 +0300 |
---|---|---|
committer | andy.hu <andy.hu@starfivetech.com> | 2023-07-20 05:48:07 +0300 |
commit | 4b8c452a710d72395be8dc9f914dc58e8bc9411c (patch) | |
tree | 4c9409c2950e2e7904ad92fa9e493484666a425b | |
parent | 3d71738ee0fabb755bd89f0c9f3c89715eb0c932 (diff) | |
parent | e971283fa99e63252435372df50fea76175b4e97 (diff) | |
download | linux-4b8c452a710d72395be8dc9f914dc58e8bc9411c.tar.xz |
Merge branch 'CR_6590_mailbox_5.15_shanlong.li' into 'jh7110-5.15.y-devel'
CR_6590 :dts:mailbox: update mailbox test dts
See merge request sdk/linux!926
-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"; |