From: Chen-Yu Tsai Date: Sat, 27 Aug 2016 07:55:40 +0000 (+0800) Subject: ARM: dts: sun9i: a80-optimus: Declare AXP809 SW regulator as unused X-Git-Tag: v4.9-rc1~74^2~1^2~12 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fb455eda3f2b4e4b983b0d2f4e1166704793d4f0;p=uclinux-h8%2Flinux.git ARM: dts: sun9i: a80-optimus: Declare AXP809 SW regulator as unused The AXP809's SW (switch) regulator is unused on the A80 Optimus. Add an empty node for it so that the OS can generate constraints. Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun9i-a80-optimus.dts b/arch/arm/boot/dts/sun9i-a80-optimus.dts index fd874ded890e..caf0091e71ba 100644 --- a/arch/arm/boot/dts/sun9i-a80-optimus.dts +++ b/arch/arm/boot/dts/sun9i-a80-optimus.dts @@ -325,6 +325,10 @@ reg_rtc_ldo: rtc_ldo { regulator-name = "vcc-rtc-vdd1v8-io"; }; + + sw { + /* unused */ + }; }; };