power: tm2: add power control dts config [1/1]

PD#SWPL-5648

Problem:
need power control dts

Solution:
add power control dts

Verify:
tm2_skt

Change-Id: Ia677567dec5bb9ca8ea0cf067d8885d3005d32c2
Signed-off-by: pan yang<pan.yang@amlogic.com>
This commit is contained in:
pan.yang
2019-03-30 07:28:52 -04:00
committed by Dongjin Kim
parent 8e8df3f8bc
commit ab64bfa449
2 changed files with 12 additions and 0 deletions

View File

@@ -585,6 +585,12 @@
quality = /bits/ 16 <1000>;
};
power_ctrl: power_ctrl@ff8000e8 {
compatible = "amlogic, sm1-powerctrl";
reg = <0xff8000e8 0x10>,
<0xff63c100 0x10>;
};
soc {
compatible = "simple-bus";
#address-cells = <1>;

View File

@@ -566,6 +566,12 @@
quality = /bits/ 16 <1000>;
};
power_ctrl: power_ctrl@ff8000e8 {
compatible = "amlogic, sm1-powerctrl";
reg = <0x0 0xff8000e8 0x0 0x10>,
<0x0 0xff63c100 0x0 0x10>;
};
soc {
compatible = "simple-bus";
#address-cells = <2>;