[9610] arm64: dts: Corrected indentation of wakeup-masks.
authorJeonghoon Jang <jnghn.jang@samsung.com>
Tue, 7 Aug 2018 07:46:31 +0000 (16:46 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:56 +0000 (20:22 +0300)
Change-Id: I3cfbf16315e06bef4fb86820c2632069612e813e
Signed-off-by: Jeonghoon Jang <jnghn.jang@samsung.com>
arch/arm64/boot/dts/exynos/exynos9610.dts

index 2c4438caf1465e8781e4a9f33fcff278720fdb7d..3beed682184e08d68c54a87d706568e7d90846f3 100644 (file)
 
        exynos-powermode {
                wakeup-masks {
+                       /*
+                        * wakeup_mask configuration
+                        *              SICD          SICD_CPD      AFTR          STOP
+                        *              LPD           LPA           ALPA          DSTOP
+                        *              SLEEP         SLEEP_VTS_ON  SLEEP_AUD_ON  FAPO
+                        *              SLEEP_USB_L2
+                        */
                        wakeup-mask {
-                               /*
-                                * wakeup_mask configuration
-                                *              SICD          SICD_CPD      AFTR          STOP
-                                *              LPD           LPA           ALPA          DSTOP
-                                *              SLEEP         SLEEP_VTS_ON  SLEEP_AUD_ON  FAPO
-                                *              SLEEP_USB_L2
-                                */
-                               wakeup-mask {
-                                       mask = <0x40000000>, <0x0>,        <0x0>,        <0x0>,
-                                              <0x0>,        <0x0>,        <0x0>,        <0x0>,
-                                              <0xD00D7E7E>, <0x500D7E7E>, <0x500D7E7E>, <0x0>,
-                                              <0xD00D7E7E>;
-                                       mask-offset = <0x610>;
-                                       stat-offset = <0x600>;
-                               };
-                               wakeup-mask2 {
-                                       mask = <0x0>,        <0x0>,        <0x0>,        <0x0>,
-                                              <0x0>,        <0x0>,        <0x0>,        <0x0>,
-                                              <0xFFFF00FF>, <0xFFFF00FF>, <0xFFFF00FF>, <0x0>,
-                                              <0xFFFF00FF>;
-                                       mask-offset = <0x614>;
-                                       stat-offset = <0x604>;
-                               };
-                               wakeup-mask3 {
-                                       mask = <0x0>,        <0x0>,        <0x0>,        <0x0>,
-                                              <0x0>,        <0x0>,        <0x0>,        <0x0>,
-                                              <0xFFFF00FF>, <0xFFFF00FF>, <0xFFFF00FF>, <0x0>,
-                                              <0xFFFF00FF>;
-                                       mask-offset = <0x618>;
-                                       stat-offset = <0x608>;
-                               };
-                               wakeup-mask4 {
-                                       mask = <0x0>,        <0x0>,        <0x0>,        <0x0>,
-                                              <0x0>,        <0x0>,        <0x0>,        <0x0>,
-                                              <0x0>,        <0x0>,        <0x0>,        <0x0>,
-                                              <0x0>;
-                                       mask-offset = <0x61c>;
-                                       stat-offset = <0x610>;
-                               };
+                               mask = <0x40000000>, <0x0>,        <0x0>,        <0x0>,
+                                      <0x0>,        <0x0>,        <0x0>,        <0x0>,
+                                      <0xD00D7E7E>, <0x500D7E7E>, <0x500D7E7E>, <0x0>,
+                                      <0xD00D7E7E>;
+                               mask-offset = <0x610>;
+                               stat-offset = <0x600>;
+                       };
+                       wakeup-mask2 {
+                               mask = <0x0>,        <0x0>,        <0x0>,        <0x0>,
+                                      <0x0>,        <0x0>,        <0x0>,        <0x0>,
+                                      <0xFFFF00FF>, <0xFFFF00FF>, <0xFFFF00FF>, <0x0>,
+                                      <0xFFFF00FF>;
+                               mask-offset = <0x614>;
+                               stat-offset = <0x604>;
+                       };
+                       wakeup-mask3 {
+                               mask = <0x0>,        <0x0>,        <0x0>,        <0x0>,
+                                      <0x0>,        <0x0>,        <0x0>,        <0x0>,
+                                      <0xFFFF00FF>, <0xFFFF00FF>, <0xFFFF00FF>, <0x0>,
+                                      <0xFFFF00FF>;
+                               mask-offset = <0x618>;
+                               stat-offset = <0x608>;
+                       };
+                       wakeup-mask4 {
+                               mask = <0x0>,        <0x0>,        <0x0>,        <0x0>,
+                                      <0x0>,        <0x0>,        <0x0>,        <0x0>,
+                                      <0x0>,        <0x0>,        <0x0>,        <0x0>,
+                                      <0x0>;
+                               mask-offset = <0x61c>;
+                               stat-offset = <0x610>;
                        };
                };
        };