dt-bingings:mailbox: Add clk/rst single.
authorshanlong.li <shanlong.li@starfivetech.com>
Mon, 25 Apr 2022 11:25:50 +0000 (04:25 -0700)
committershanlong.li <shanlong.li@starfivetech.com>
Mon, 25 Apr 2022 12:22:55 +0000 (05:22 -0700)
Add clk/rst single for mailbox.

Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
arch/riscv/boot/dts/starfive/jh7110.dtsi

index 8720646..2fd6550 100644 (file)
                mailbox_contrl0: mailbox@0 {
                        compatible = "starfive,mail_box";
                        reg = <0x0 0x13060000 0x0 0x0001000>;
+                       clocks = <&clkgen JH7110_MAILBOX_CLK_APB>;
+                       clock-names = "clk_apb";
+                       resets = <&rstgen RSTN_U0_MAILBOX_RRESETN>;
+                       reset-names = "mbx_rre";
                        interrupts = <26 27>;
                        #mbox-cells = <2>;
                        status = "disabled";