From: Hans de Goede Date: Sat, 11 Jun 2016 13:53:03 +0000 (+0200) Subject: ARM: dts: axp22x.dtsi: Add reg_drivebus node X-Git-Tag: v4.8-rc1~66^2~10^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=46850c55c64f73238ca3a37b6b8aed0ff664bf78;p=karo-tx-linux.git ARM: dts: axp22x.dtsi: Add reg_drivebus node Add a node describing the drivebus regulator which is an (optional) part of the axp221/axp223 pmic. Since this regulator may not be available at all depending on the board, mark it as disabled by default. Signed-off-by: Hans de Goede Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/axp22x.dtsi b/arch/arm/boot/dts/axp22x.dtsi index 0401787cfb9c..458b6681e3ec 100644 --- a/arch/arm/boot/dts/axp22x.dtsi +++ b/arch/arm/boot/dts/axp22x.dtsi @@ -141,6 +141,11 @@ regulator-max-microvolt = <3000000>; regulator-name = "rtc_ldo"; }; + + reg_drivevbus: drivevbus { + regulator-name = "drivevbus"; + status = "disabled"; + }; }; usb_power_supply: usb_power_supply {