mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user