mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
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:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user