mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk312xdts: reconfiguration the rk3126-sdk.dts
Signed-off-by: 许盛飞 <xsf@rock-chips.com>
This commit is contained in:
@@ -34,7 +34,27 @@
|
||||
//vref_pmu_enable_level = <1>; //1->HIGH, 0->LOW
|
||||
|
||||
satus = "okay";
|
||||
};
|
||||
};
|
||||
rockchip_suspend {
|
||||
rockchip,ctrbits = <
|
||||
(0
|
||||
|RKPM_CTR_PWR_DMNS
|
||||
|RKPM_CTR_GTCLKS
|
||||
|RKPM_CTR_PLLS
|
||||
|RKPM_CTR_ARMOFF_LPMD
|
||||
|RKPM_CTR_DDR
|
||||
|RKPM_CTR_IDLESRAM_MD
|
||||
|RKPM_CTR_DDR
|
||||
|RKPM_CTR_BUS_IDLE
|
||||
//|RKPM_CTR_VOLTS
|
||||
//|RKPM_CTR_VOL_PWM1
|
||||
//|RKPM_CTR_VOL_PWM2
|
||||
)
|
||||
>;
|
||||
rockchip,pmic-suspend_gpios = <
|
||||
GPIO1_A1
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
&fb {
|
||||
|
||||
@@ -992,17 +992,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
rockchip_suspend {
|
||||
rockchip,ctrbits = <
|
||||
(0
|
||||
|RKPM_CTR_PWR_DMNS
|
||||
|RKPM_CTR_GTCLKS
|
||||
|RKPM_CTR_PLLS
|
||||
|RKPM_CTR_ARMOFF_LPMD
|
||||
)
|
||||
>;
|
||||
rockchip,pmic-suspend_gpios = <
|
||||
GPIO1_A1
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user