tm2: change tm2 mailbox dts config [1/1]
authorpan.yang <pan.yang@amlogic.com>
Sat, 30 Mar 2019 08:56:49 +0000 (04:56 -0400)
committerJianxiong Pan <jianxiong.pan@amlogic.com>
Thu, 11 Apr 2019 02:58:38 +0000 (10:58 +0800)
PD#SWPL-5639

Problem:
tm2 mailbox config has been changed

Solution:
change tm2 mailbox dts config

Verify:
tm2_skt

Change-Id: I1e3fb569464826304f46276668ed359ad5cc2718
Signed-off-by: pan yang<pan.yang@amlogic.com>
arch/arm/boot/dts/amlogic/mesontm2.dtsi
arch/arm64/boot/dts/amlogic/mesontm2.dtsi

index 362147b..ae0c9f1 100644 (file)
        };
 
        mailbox: mhu@ff63c400 {
-               status = "disabled";
+               status = "okay";
                compatible = "amlogic, meson_mhu";
                reg = <0xff63c400 0x4c>,   /* MHU registers */
-                     <0xfffd7000 0x800>;   /* Payload area */
+                     <0xfffdf000 0x800>;   /* Payload area */
                interrupts = <0 209 1>,   /* low priority interrupt */
                             <0 210 1>;   /* high priority interrupt */
                #mbox-cells = <1>;
index 8cfc7f1..9921d76 100644 (file)
        };
 
        mailbox: mhu@ff63c400 {
-               status = "disabled";
+               status = "okay";
                compatible = "amlogic, meson_mhu";
                reg = <0x0 0xff63c400 0x0 0x4c>,   /* MHU registers */
-                     <0x0 0xfffd7000 0x0 0x800>;   /* Payload area */
+                     <0x0 0xfffdf000 0x0 0x800>;   /* Payload area */
                interrupts = <0 209 1>,   /* low priority interrupt */
                             <0 210 1>;   /* high priority interrupt */
                #mbox-cells = <1>;