• Anson Huang's avatar
    ARM: dts: i.MX6: Add regulator delay support · 46743dd6
    Anson Huang authored
    For ANATOP LDOs, vddcpu, vddsoc and vddpu
    have step time settings in the misc2 register, need
    to add necessary step time info for these three LDOs,
    then regulator driver can add necessary delay based on
    these settings.
    
    offset 0x170:
    bit [24-25]: vddcpu
    bit [26-27]: vddpu
    bit [28-29]: vddsoc
    
    field definition:
    0'b00: 64 cycles of 24M clock;
    0'b01: 128 cycles of 24M clock;
    0'b02: 256 cycles of 24M clock;
    0'b03: 512 cycles of 24M clock;
    Signed-off-by: default avatarAnson Huang <b20788@freescale.com>
    Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
    46743dd6
imx6q.dtsi 28.3 KB