From: Peter Ujfalusi Date: Mon, 24 Aug 2015 07:20:00 +0000 (+0300) Subject: ARM: dts: dra7-evm: Add fixed regulator to be used by aic3106's DVDD X-Git-Tag: v4.14-rc1~4346^2~22^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6818223cd46542ed0162ad6208a3425e79fd514;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: dra7-evm: Add fixed regulator to be used by aic3106's DVDD TPS77018DBVT is used to create 1.8V from avm_3v3_sw's 3.3V connected to aic3106's DVDD. Signed-off-by: Peter Ujfalusi Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index de02cf58..add77ac 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -35,6 +35,15 @@ regulator-max-microvolt = <3300000>; }; + aic_dvdd: fixedregulator-aic_dvdd { + /* TPS77018DBVT */ + compatible = "regulator-fixed"; + regulator-name = "aic_dvdd"; + vin-supply = <&evm_3v3_sw>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; + }; + extcon_usb1: extcon_usb1 { compatible = "linux,extcon-usb-gpio"; id-gpio = <&pcf_gpio_21 1 GPIO_ACTIVE_HIGH>;