diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-08-27 07:55:40 (GMT) |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-21 08:48:07 (GMT) |
commit | fb455eda3f2b4e4b983b0d2f4e1166704793d4f0 (patch) | |
tree | f31268fc072709ff1fa823213d68f47c9c48c912 | |
parent | 303146d220532a7a729ccc4da58312b80e70998f (diff) | |
download | linux-fb455eda3f2b4e4b983b0d2f4e1166704793d4f0.tar.xz |
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 <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun9i-a80-optimus.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun9i-a80-optimus.dts b/arch/arm/boot/dts/sun9i-a80-optimus.dts index fd874de..caf0091 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 */ + }; }; }; |