ARM: dts: axp209: Disable ldo5 by default

The output pin of LDO is also a GPIO pin, and the on/off settings of the
regulator are actually pinmux settings.

Disable it by default so it doesn't conflict with GPIO usage.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Chen-Yu Tsai 2016-05-17 23:56:07 +08:00 коммит произвёл Maxime Ripard
Родитель 2cbc7295cd
Коммит 90041d0758
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -87,6 +87,7 @@
reg_ldo5: ldo5 {
regulator-name = "ldo5";
status = "disabled";
};
};