From: Ondrej Jirman <[email protected]> Add sy8106a regulator to r_twi bus on Orange Pi PC. This regulator controls the CPUX voltage.
Signed-off-by: Ondrej Jirman <[email protected]> --- arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts index e5991da..7e04017 100644 --- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts +++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts @@ -92,6 +92,16 @@ &r_twi { status = "okay"; + + vdd_cpu: regulator@65 { + compatible = "sy8106a"; + reg = <0x65>; + regulator-min-microvolt = <1000000>; + regulator-max-microvolt = <1400000>; + regulator-ramp-delay = <200>; + regulator-boot-on; + regulator-always-on; + }; }; &ehci1 { -- 2.9.0 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
