diff options
author | Chen-Yu Tsai <[email protected]> | 2016-08-27 15:55:41 +0800 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2016-09-21 11:48:08 +0300 |
commit | 296450c208ad5c2de9a0ece4f71d9754b89c0913 (patch) | |
tree | c942801f7034762ad8637e332a0c20df06c36770 | |
parent | fb455eda3f2b4e4b983b0d2f4e1166704793d4f0 (diff) |
ARM: dts: sun9i: cubieboard4: Declare AXP809 SW regulator as unused
The AXP809's SW (switch) regulator is unused on the Cubieboard 4.
Add an empty node for it so that the OS can generate constraints.
Signed-off-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/sun9i-a80-cubieboard4.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts b/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts index 04b014603659..910b29f0f0b5 100644 --- a/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts +++ b/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts @@ -253,6 +253,10 @@ reg_rtc_ldo: rtc_ldo { regulator-name = "vcc-rtc-vdd1v8-io"; }; + + sw { + /* unused */ + }; }; }; |