mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: dts: rockchip: rk3506-evb1: add regulator for cpu
Signed-off-by: Liang Chen <cl@rock-chips.com> Change-Id: I843f9fe2b6ee820b2f9550210745a981e9504828
This commit is contained in:
@@ -19,6 +19,22 @@
|
||||
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
|
||||
interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
vdd_arm: vdd-arm {
|
||||
compatible = "pwm-regulator";
|
||||
pwms = <&pwm0_4ch_0 0 5000 1>;
|
||||
regulator-name = "vdd_arm";
|
||||
regulator-min-microvolt = <710000>;
|
||||
regulator-max-microvolt = <1207000>;
|
||||
regulator-init-microvolt = <1011000>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-settling-time-up-us = <250>;
|
||||
};
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
cpu-supply = <&vdd_arm>;
|
||||
};
|
||||
|
||||
&fspi {
|
||||
|
||||
Reference in New Issue
Block a user