PM/sleep: modify register's dts format for suspend.

PD#156734: PM/sleep: modify register's dts format for suspend.

Change-Id: I8dd1f8927e3d5b2d0f815e732dc0c436ffd2fde9
Signed-off-by: Hong Guo <hong.guo@amlogic.com>
This commit is contained in:
Hong Guo
2018-03-09 19:51:58 +08:00
parent 3984ed2886
commit dc8a7e0627
5 changed files with 10 additions and 10 deletions

View File

@@ -146,8 +146,8 @@
compatible = "amlogic, pm";
device_name = "aml_pm";
status = "okay";
reg = <0x0 0xff8000a8 0x0 0x4
0x0 0xff80023c 0x0 0x4>;
reg = <0x0 0xff8000a8 0x0 0x4>,
<0x0 0xff80023c 0x0 0x4>;
};

View File

@@ -179,8 +179,8 @@
compatible = "amlogic, pm";
status = "okay";
device_name = "aml_pm";
reg = <0x0 0xff8000a8 0x0 0x4
0x0 0xff80023c 0x0 0x4>;
reg = <0x0 0xff8000a8 0x0 0x4>,
<0x0 0xff80023c 0x0 0x4>;
};
secmon {

View File

@@ -159,8 +159,8 @@
meson_suspend:pm{
compatible = "amlogic, pm";
device_name = "aml_pm";
reg = <0x0 0xc81000a8 0x0 0x4
0x0 0xc810023c 0x0 0x4>;
reg = <0x0 0xc81000a8 0x0 0x4>,
<0x0 0xc810023c 0x0 0x4>;
};
secmon {

View File

@@ -271,8 +271,8 @@
meson_suspend:pm{
compatible = "amlogic, pm";
device_name = "aml_pm";
reg = <0x0 0xc81000a8 0x0 0x4
0x0 0xc810023c 0x0 0x4>;
reg = <0x0 0xc81000a8 0x0 0x4>,
<0x0 0xc810023c 0x0 0x4>;
};
secmon {

View File

@@ -160,8 +160,8 @@
device_name = "aml_pm";
/*gxbaby-suspend;*/
status = "okay";
reg = <0x0 0xff8000a8 0x0 0x4
0x0 0xff80023c 0x0 0x4>;
reg = <0x0 0xff8000a8 0x0 0x4>,
<0x0 0xff80023c 0x0 0x4>;
};
secmon {